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 19f8aa0 commit 90466c0Copy full SHA for 90466c0
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>org.javimmutable</groupId>
5
<artifactId>javimmutable-collections</artifactId>
6
- <version>1.7-SNAPSHOT</version>
+ <version>1.7</version>
7
<packaging>jar</packaging>
8
9
<name>javimmutable Persistent Collections</name>
@@ -60,7 +60,7 @@
60
<scm>
61
<connection>scm:git:git://git.code.sf.net/p/javimmutablecollections/code</connection>
62
<developerConnection>scm:git:ssh://git.code.sf.net/p/javimmutablecollections/code</developerConnection>
63
- <tag>HEAD</tag>
+ <tag>v1.7</tag>
64
<url>https://sourceforge.net/p/javimmutablecollections/code/ci/master/tree/</url>
65
</scm>
66
0 commit comments