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 39a8b54 commit 316d3fcCopy full SHA for 316d3fc
pom.xml
@@ -10,7 +10,7 @@
10
<groupId>io.github.git-commit-id</groupId>
11
<artifactId>git-commit-id-maven-plugin</artifactId>
12
<packaging>maven-plugin</packaging>
13
- <version>5.0.0</version>
+ <version>5.0.1-SNAPSHOT</version>
14
<name>Git Commit Id Maven Plugin</name>
15
<url>https://github.com/git-commit-id/git-commit-id-maven-plugin</url>
16
<description>
@@ -35,7 +35,7 @@
35
<url>[email protected]:git-commit-id/git-commit-id-maven-plugin.git</url>
36
<connection>scm:[email protected]:git-commit-id/git-commit-id-maven-plugin</connection>
37
<developerConnection>scm:git:[email protected]:git-commit-id/git-commit-id-maven-plugin.git</developerConnection>
38
- <tag>v5.0.0</tag>
+ <tag>HEAD</tag>
39
</scm>
40
41
<properties>
0 commit comments