We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a042fef commit 3cf1663Copy full SHA for 3cf1663
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.woehlke.computer.kurzweil</groupId>
6
<artifactId>diffusion-limited-aggregation</artifactId>
7
- <version>3.0.1-SNAPSHOT</version>
+ <version>3.0.1</version>
8
<packaging>jar</packaging>
9
10
<name>Diffusion Limited Aggregation (DLA)</name>
@@ -19,7 +19,7 @@
19
<connection>scm:git:git@github.com:Computer-Kurzweil/diffusion-limited-aggregation.git</connection>
20
<developerConnection>scm:git:git@github.com:Computer-Kurzweil/diffusion-limited-aggregation.git
21
</developerConnection>
22
- <tag>HEAD</tag>
+ <tag>diffusion-limited-aggregation-3.0.1</tag>
23
</scm>
24
25
<issueManagement>
0 commit comments