We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b8c0b commit a9d74d2Copy full SHA for a9d74d2
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>de.retest</groupId>
6
<artifactId>recheck</artifactId>
7
- <version>1.11.0-SNAPSHOT</version>
+ <version>1.11.0</version>
8
<packaging>jar</packaging>
9
10
<name>recheck</name>
@@ -73,7 +73,7 @@
73
<url>https://github.com/retest/recheck/</url>
74
<connection>scm:git:[email protected]:retest/recheck.git</connection>
75
<developerConnection>scm:git:[email protected]:retest/recheck.git</developerConnection>
76
- <tag>HEAD</tag>
+ <tag>v1.11.0</tag>
77
</scm>
78
79
<distributionManagement>
0 commit comments