Skip to content

Commit 1540ab3

Browse files
committed
Updates maven-release-plugin to solve problem with tagging
1 parent 9862157 commit 1540ab3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@
120120
<build>
121121
<pluginManagement>
122122
<plugins>
123+
<plugin>
124+
<groupId>org.apache.maven.plugins</groupId>
125+
<artifactId>maven-release-plugin</artifactId>
126+
<version>2.5</version>
127+
</plugin>
123128
<plugin>
124129
<groupId>org.apache.maven.plugins</groupId>
125130
<artifactId>maven-site-plugin</artifactId>

0 commit comments

Comments
 (0)