We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd3c50b commit 89b79caCopy full SHA for 89b79ca
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.3</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>git@github.com:git-commit-id/git-commit-id-plugin-core.git</url>
26
<connection>scm:git@github.com:git-commit-id/git-commit-id-plugin-core</connection>
27
<developerConnection>scm:git:git@github.com:git-commit-id/git-commit-id-plugin-core.git</developerConnection>
28
- <tag>HEAD</tag>
+ <tag>v6.0.0-rc.3</tag>
29
</scm>
30
31
<properties>
0 commit comments