Skip to content

Commit

Permalink
Update to maven-release-plugin 2.5
Browse files Browse the repository at this point in the history
Fixes a bug causing the release to fail to commit with newer versions of
git.
  • Loading branch information
nicktelford committed Jun 18, 2014
1 parent bd7662c commit 125a67f
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 @@ -376,7 +376,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.4.1</version>
<version>2.5</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<mavenExecutorId>forked-path</mavenExecutorId>
Expand Down

0 comments on commit 125a67f

Please sign in to comment.