Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Bump maven-release-plugin
Browse files Browse the repository at this point in the history
It seems the version of the maven-release plugin is incompatible with my version git. As per https://issues.apache.org/jira/browse/MRELEASE-812, it should be fixed in 2.5, so this bumps the plugin to the latest minor release of 2.5
  • Loading branch information
grddev committed Apr 30, 2020
1 parent fd1f1f1 commit 8cdf568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.3.2</version>
<version>2.5.3</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<localCheckout>true</localCheckout>
Expand Down

0 comments on commit 8cdf568

Please sign in to comment.