commit abd7b23f0e4c52b5f0d7e89acfc12aeb1a262079
Author:     Mauro Talevi <mauro.tal...@aquilonia.org>
AuthorDate: Wed, 29 May 2013 10:47:57 +0200
Commit:     Mauro Talevi <mauro.tal...@aquilonia.org>
CommitDate: Wed, 29 May 2013 10:47:57 +0200

    Updated maven release plugin to not push changes.  They need to be pushed 
manually after the staging validation.

diff --git a/pom.xml b/pom.xml
index fc79b68..850cc5b 100755
--- a/pom.xml
+++ b/pom.xml
@@ -175,11 +175,12 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
-          <version>2.4</version>
+          <version>2.4.1</version>
           <configuration>
             <autoVersionSubmodules>true</autoVersionSubmodules>
             <preparationGoals>clean install</preparationGoals>
             <goals>deploy</goals>
+            <pushChanges>false</pushChanges>
           </configuration>
         </plugin>
         <plugin>



Reply via email to