commit 4560117f4a6d1d6dce3ec0cb5d8a732f8d01a8cd
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:51:08 +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 0511674..becf9d4 100755
--- a/pom.xml
+++ b/pom.xml
@@ -175,12 +175,13 @@
         <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>
             <pushChanges>false</pushChanges>
             <goals>deploy</goals>
+            <pushChanges>false</pushChanges>
           </configuration>
         </plugin>
         <plugin>



Reply via email to