Skip to content

Commit b20198b

Browse files
author
TheSnoozer
committed
set maven-release-plugin to version 2.5.3
1 parent fad8e69 commit b20198b

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

pom.xml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
<name>Git Commit Id Plugin Maven Mojo Debugging</name>
1818
<description>
19-
Debugging Project for https://github.com/ktoso/maven-git-commit-id-plugin
20-
</description>
19+
Debugging Project for https://github.com/ktoso/maven-git-commit-id-plugin
20+
</description>
2121
<url>http://www.blog.project13.pl</url>
2222

2323
<modules>
@@ -50,6 +50,15 @@
5050
</dependencies>
5151

5252
<build>
53+
<pluginManagement>
54+
<plugins>
55+
<plugin>
56+
<groupId>org.apache.maven.plugins</groupId>
57+
<artifactId>maven-release-plugin</artifactId>
58+
<version>2.5.3</version>
59+
</plugin>
60+
</plugins>
61+
</pluginManagement>
5362
<plugins>
5463
<!-- Setting built-in java compiler properties -->
5564
<plugin>

0 commit comments

Comments
 (0)