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 5103f59 commit bfb0d57Copy full SHA for bfb0d57
pom.xml
@@ -11,7 +11,7 @@
11
12
<groupId>com.code54.mojo</groupId>
13
<artifactId>buildversion-plugin</artifactId>
14
- <version>1.0.3-SNAPSHOT</version>
+ <version>1.0.3</version>
15
<packaging>maven-plugin</packaging>
16
17
<name>buildversion-plugin</name>
@@ -35,7 +35,7 @@
35
<connection>scm:git:git://github.com/code54/buildversion-plugin.git</connection>
36
<developerConnection>scm:git:ssh://[email protected]:code54/buildversion-plugin.git</developerConnection>
37
<url>https://github.com/code54/buildversion-plugin</url>
38
- <tag>HEAD</tag>
+ <tag>v1.0.3</tag>
39
</scm>
40
41
<properties>
0 commit comments