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 69f93bc commit 16f5f00Copy full SHA for 16f5f00
pom.xml
@@ -10,7 +10,7 @@
10
<groupId>pl.project13.maven</groupId>
11
<artifactId>git-commit-id-plugin</artifactId>
12
<packaging>maven-plugin</packaging>
13
- <version>2.2.6-SNAPSHOT</version>
+ <version>2.2.6</version>
14
<name>Git Commit Id Maven Plugin</name>
15
<description>
16
This plugin makes basic repository information available through maven resources. This can be used to display
@@ -45,7 +45,7 @@
45
<url>git@github.com/ktoso/maven-git-commit-id-plugin.git</url>
46
<connection>scm:git:https://github.com/ktoso/maven-git-commit-id-plugin</connection>
47
<developerConnection>scm:git:git@github.com:ktoso/maven-git-commit-id-plugin.git</developerConnection>
48
- <tag>HEAD</tag>
+ <tag>v2.2.6</tag>
49
</scm>
50
51
<properties>
0 commit comments