We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e0aa9f commit 2729673Copy full SHA for 2729673
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>com.github.codestickers</groupId>
5
<artifactId>codestickers</artifactId>
6
- <version>1.0.3-SNAPSHOT</version>
+ <version>1.0.3</version>
7
<packaging>jar</packaging>
8
<name>CodeStickers</name>
9
<description>A collection of useful java annotations.</description>
@@ -36,7 +36,7 @@
36
<scm>
37
<developerConnection>scm:git:ssh://[email protected]/codestickers/codestickers-java.git</developerConnection>
38
<connection>scm:git:ssh://[email protected]/codestickers/codestickers-java.git</connection>
39
- <tag>HEAD</tag>
+ <tag>codestickers-1.0.3</tag>
40
<url>https://github.com/codestickers/codestickers-java.git</url>
41
</scm>
42
<build>
0 commit comments