We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce226d7 commit cd3b32dCopy full SHA for cd3b32d
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>com.github.jonasrutishauser</groupId>
5
<artifactId>parent</artifactId>
6
- <version>16-SNAPSHOT</version>
+ <version>16</version>
7
<packaging>pom</packaging>
8
9
<name>Parent</name>
@@ -30,7 +30,7 @@
30
<connection>${scm.connection}</connection>
31
<developerConnection>${scm.developerConnection}</developerConnection>
32
<url>${scm_url}</url>
33
- <tag>HEAD</tag>
+ <tag>v16</tag>
34
</scm>
35
36
<issueManagement>
0 commit comments