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 c247987 commit c3a5ca8Copy full SHA for c3a5ca8
segment/pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>net.loomchild</groupId>
6
<artifactId>segment</artifactId>
7
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.1</version>
8
<packaging>jar</packaging>
9
10
<name>segment</name>
@@ -29,7 +29,7 @@
29
<url>https://github.com/loomchild/segment</url>
30
<connection>scm:git:ssh://[email protected]/loomchild/segment.git</connection>
31
<developerConnection>scm:git:ssh://[email protected]/loomchild/segment.git</developerConnection>
32
- <tag>HEAD</tag>
+ <tag>2.0.1</tag>
33
</scm>
34
35
<parent>
0 commit comments