commit 4de20121a8b568b1cf673d1a9a5d19e54dedd63a
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:57:36 +0100

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

diff --git a/pom.xml b/pom.xml
index 7224af6..4c7ee06 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