commit 83e13adc1a0eba5d1829b41f436ae1393da8969f
Author:     Mauro Talevi <[email protected]>
AuthorDate: Sun, 30 Dec 2012 09:57:36 +0100
Commit:     Mauro Talevi <[email protected]>
CommitDate: Sun, 30 Dec 2012 09:59:18 +0100

    Upgrade to maven-release-plugin 2.4 and configured to not push changes 
automatically

diff --git a/pom.xml b/pom.xml
index 7c7a50c..05c2f55 100755
--- a/pom.xml
+++ b/pom.xml
@@ -175,10 +175,11 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
-          <version>2.1</version>
+          <version>2.4</version>
           <configuration>
             <autoVersionSubmodules>true</autoVersionSubmodules>
             <preparationGoals>clean install</preparationGoals>
+            <pushChanges>false</pushChanges>
             <goals>deploy</goals>
           </configuration>
         </plugin>



Reply via email to