Updated Branches:
  refs/heads/master 42125feef -> 50d756f01

update the maven-release-plugin configuration to push changes during the 
release to the Git repository


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/50d756f0
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/50d756f0
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/50d756f0

Branch: refs/heads/master
Commit: 50d756f01a679b58c4e8597104623079c6da4a4e
Parents: 42125fe
Author: cmueller <cmuel...@apache.org>
Authored: Mon Jul 8 21:49:50 2013 +0200
Committer: cmueller <cmuel...@apache.org>
Committed: Mon Jul 8 21:49:50 2013 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/50d756f0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0f0c7ae..152d027 100755
--- a/pom.xml
+++ b/pom.xml
@@ -202,7 +202,7 @@
           <version>2.4.1</version>
           <configuration>
             <localCheckout>true</localCheckout>
-            <pushChanges>false</pushChanges>
+            <pushChanges>true</pushChanges>
             
<tagNameFormat>@{project.artifactId}-@{project.version}</tagNameFormat>
             <useReleaseProfile>false</useReleaseProfile>
             <preparationGoals>clean install</preparationGoals>

Reply via email to