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 3cdfc18 commit dcc5b69Copy full SHA for dcc5b69
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>com.dougnoel</groupId>
5
<artifactId>sentinel</artifactId>
6
- <version>1.0.3-SNAPSHOT</version>
+ <version>1.0.3</version>
7
<name>sentinel</name>
8
<url>https://github.com/dougnoel/${project.artifactId}</url>
9
@@ -32,7 +32,7 @@
32
<connection>scm:git:git://github.com/dougnoel/${project.artifactId}.git</connection>
33
<developerConnection>scm:git:[email protected]:dougnoel/${project.artifactId}.git</developerConnection>
34
<url>git://github.com/dougnoel/${project.artifactId}.git</url>
35
- <tag>HEAD</tag>
+ <tag>sentinel-1.0.3</tag>
36
</scm>
37
38
<properties>
0 commit comments