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/06/23 11:03:50 UTC

[6/8] git commit: downgrade the maven-release-plugin from 2.2.1 to 2.1 because of MRELEASE-695

downgrade the maven-release-plugin from 2.2.1 to 2.1 because of MRELEASE-695


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

Branch: refs/heads/camel-2.10.x
Commit: bdd258152c73acecb79a20ec052679beffbba28f
Parents: c9c2821
Author: cmueller <cm...@apache.org>
Authored: Sat Jun 22 15:59:17 2013 +0200
Committer: cmueller <cm...@apache.org>
Committed: Sun Jun 23 11:02:56 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/camel/blob/bdd25815/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3d13fb2..f7d2e74 100755
--- a/pom.xml
+++ b/pom.xml
@@ -209,7 +209,7 @@
           <artifactId>maven-release-plugin</artifactId>
           <!-- we have to stick to this version unti the below issue is resolved -->
           <!-- see http://jira.codehaus.org/browse/MRELEASE-695 -->
-          <version>2.2.1</version>
+          <version>2.1</version>
           <configuration>
 	        <localCheckout>true</localCheckout>
             <pushChanges>false</pushChanges>