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 172e2ff commit 224d57dCopy full SHA for 224d57d
pom.xml
@@ -5,7 +5,7 @@
5
<groupId>org.dmonix.functional</groupId>
6
<artifactId>java-scala-utils</artifactId>
7
<name>Java Scala Utils</name>
8
- <version>1.1-SNAPSHOT</version>
+ <version>1.1</version>
9
<packaging>jar</packaging>
10
<description>Java implementation of some of the core utilities from Scala</description>
11
<url>https://github.com/pnerg/java-scala-util</url>
@@ -40,7 +40,7 @@
40
<connection>scm:git:git@github.com:pnerg/java-scala-util.git</connection>
41
<developerConnection>scm:git:git@github.com:pnerg/java-scala-util.git</developerConnection>
42
<url>git@github.com:pnerg/java-scala-util.git</url>
43
- <tag>HEAD</tag>
+ <tag>v1.1</tag>
44
</scm>
45
46
<dependencies>
0 commit comments