downgrade maven-release-plugin to version 2.3.2, because of a bug with mercurial and local checkout

This commit is contained in:
Sebastian Sdorra
2013-01-11 15:45:05 +01:00
parent 9fd0fef8b8
commit 9975b389f9

View File

@@ -247,7 +247,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.4</version>
<version>2.3.2</version>
<configuration>
<pushChanges>false</pushChanges>
<localCheckout>true</localCheckout>