You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cm...@apache.org on 2013/07/02 22:10:37 UTC

git commit: updated the maven release plugin config to push changes to our Git repo during the release procedure

Updated Branches:
  refs/heads/camel-2.10.x 2be36ffcc -> 3e266d71a


updated the maven release plugin config to push changes to our Git repo during the release procedure


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

Branch: refs/heads/camel-2.10.x
Commit: 3e266d71a801e5a0c6dfe32c33b70db0d1af08b3
Parents: 2be36ff
Author: cmueller <cm...@apache.org>
Authored: Tue Jul 2 22:10:33 2013 +0200
Committer: cmueller <cm...@apache.org>
Committed: Tue Jul 2 22:10:33 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/camel/blob/3e266d71/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ae69ae8..007d1e5 100755
--- a/pom.xml
+++ b/pom.xml
@@ -212,7 +212,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>