We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de66978 commit e160232Copy full SHA for e160232
1 file changed
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>io.github.robertograham</groupId>
7
<artifactId>nadir</artifactId>
8
- <version>1.0.2-SNAPSHOT</version>
+ <version>1.0.2</version>
9
<packaging>jar</packaging>
10
11
<name>${project.groupId}:${project.artifactId}</name>
@@ -31,7 +31,7 @@
31
<url>https://github.com/RobertoGraham/nadir</url>
32
<connection>scm:git:git://github.com/RobertoGraham/nadir.git</connection>
33
<developerConnection>scm:git:git@github.com:RobertoGraham/nadir.git</developerConnection>
34
- <tag>HEAD</tag>
+ <tag>nadir-1.0.2</tag>
35
</scm>
36
37
<distributionManagement>
0 commit comments