We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b584c commit 9e53c78Copy full SHA for 9e53c78
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>edu.hm.hafner</groupId>
6
<artifactId>codingstyle-pom</artifactId>
7
- <version>5.16.0-SNAPSHOT</version>
+ <version>5.16.0</version>
8
<packaging>pom</packaging>
9
10
<name>Java coding style POM</name>
@@ -41,7 +41,7 @@
41
<scm>
42
<connection>scm:git:https://github.com/uhafner/codingstyle-pom.git</connection>
43
<developerConnection>scm:git:[email protected]:uhafner/codingstyle-pom.git</developerConnection>
44
- <tag>HEAD</tag>
+ <tag>v5.16.0</tag>
45
<url>https://github.com/uhafner/codingstyle-pom</url>
46
</scm>
47
<distributionManagement>
0 commit comments