File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
7
5
<groupId >org.woehlke.computer.kurzweil</groupId >
8
6
<artifactId >diffusion-limited-aggregation</artifactId >
9
- <version >2.1.1-SNAPSHOT </version >
7
+ <version >2.1.1</version >
10
8
<packaging >jar</packaging >
11
9
12
10
<name >Diffusion Limited Aggregation (DLA)</name >
18
16
<url >https://github.com/Computer-Kurzweil/diffusion-limited-aggregation.git</url >
19
17
<connection >scm:git:git@github.com:Computer-Kurzweil/diffusion-limited-aggregation.git</connection >
20
18
<developerConnection >scm:git:git@github.com:Computer-Kurzweil/diffusion-limited-aggregation.git</developerConnection >
21
- </scm >
19
+ <tag >diffusion-limited-aggregation-2.1.1</tag >
20
+ </scm >
22
21
23
22
<issueManagement >
24
23
<url >https://github.com/Computer-Kurzweil/diffusion-limited-aggregation/issues/</url >
You can’t perform that action at this time.
0 commit comments