Skip to content

Commit 9d0ba6d

Browse files
author
TheSnoozer
committed
[maven-release-plugin] prepare release v3.0.0
1 parent ff72bb2 commit 9d0ba6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>pl.project13.maven</groupId>
1111
<artifactId>git-commit-id-plugin</artifactId>
1212
<packaging>maven-plugin</packaging>
13-
<version>3.0.0-SNAPSHOT</version>
13+
<version>3.0.0</version>
1414
<name>Git Commit Id Maven Plugin</name>
1515
<description>
1616
This plugin makes basic repository information available through maven resources. This can be used to display
@@ -45,7 +45,7 @@
4545
<url>git@github.com/git-commit-id/maven-git-commit-id-plugin.git</url>
4646
<connection>scm:git:https://github.com/git-commit-id/maven-git-commit-id-plugin</connection>
4747
<developerConnection>scm:git:git@github.com:git-commit-id/maven-git-commit-id-plugin.git</developerConnection>
48-
<tag>HEAD</tag>
48+
<tag>v3.0.0</tag>
4949
</scm>
5050

5151
<properties>

0 commit comments

Comments
 (0)