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