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/08 20:59:18 UTC

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

Updated Branches:
  refs/heads/camel-2.11.x 09fe124af -> e8fe34d8c


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/e8fe34d8
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e8fe34d8
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e8fe34d8

Branch: refs/heads/camel-2.11.x
Commit: e8fe34d8cde1d8d3d292a1b95496ecf5282930a1
Parents: 09fe124
Author: cmueller <cm...@apache.org>
Authored: Mon Jul 8 20:59:08 2013 +0200
Committer: cmueller <cm...@apache.org>
Committed: Mon Jul 8 20:59:08 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/camel/blob/e8fe34d8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4398294..6a9bba2 100755
--- a/pom.xml
+++ b/pom.xml
@@ -203,7 +203,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>