We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc95978 commit 47d5769Copy full SHA for 47d5769
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>org.javimmutable</groupId>
5
<artifactId>javimmutable-collections</artifactId>
6
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0</version>
7
<packaging>jar</packaging>
8
9
<name>JImmutable Collections</name>
@@ -72,7 +72,7 @@
72
<scm>
73
<connection>scm:git:git://github.com/brianburton/java-immutable-collections.git</connection>
74
<developerConnection>scm:git:[email protected]:brianburton/java-immutable-collections.git</developerConnection>
75
- <tag>HEAD</tag>
+ <tag>v3.0.0</tag>
76
<url>https://github.com/brianburton/java-immutable-collections</url>
77
</scm>
78
0 commit comments