We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 106ae9c commit 10b3211Copy full SHA for 10b3211
pom.xml
@@ -10,7 +10,7 @@
10
<groupId>io.github.git-commit-id</groupId>
11
<artifactId>git-commit-id-plugin-core</artifactId>
12
<packaging>jar</packaging>
13
- <version>6.0.0-SNAPSHOT</version>
+ <version>6.0.0-rc.5</version>
14
<name>Git Commit Id Plugin Core</name>
15
<url>https://github.com/git-commit-id/git-commit-id-plugin-core</url>
16
@@ -25,7 +25,7 @@
25
<url>[email protected]:git-commit-id/git-commit-id-plugin-core.git</url>
26
<connection>scm:[email protected]:git-commit-id/git-commit-id-plugin-core</connection>
27
<developerConnection>scm:git:[email protected]:git-commit-id/git-commit-id-plugin-core.git</developerConnection>
28
- <tag>HEAD</tag>
+ <tag>v6.0.0-rc.5</tag>
29
</scm>
30
31
<properties>
0 commit comments