Updated Branches:
  refs/heads/camel-2.10.x edda88471 -> 7d8a31c63

downgrade the maven-release-plugin from 2.4.1 to 2.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/5f994b02
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/5f994b02
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/5f994b02

Branch: refs/heads/camel-2.10.x
Commit: 5f994b0268812a7c379ea5a553b677356d9b1fbd
Parents: edda884
Author: cmueller <cmuel...@apache.org>
Authored: Sat Jun 22 14:04:29 2013 +0200
Committer: cmueller <cmuel...@apache.org>
Committed: Sun Jun 23 11:02:55 2013 +0200

----------------------------------------------------------------------
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/5f994b02/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4d14c4b..9ffb310 100755
--- a/pom.xml
+++ b/pom.xml
@@ -207,7 +207,9 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
-          <version>2.4.1</version>
+          <!-- 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>
           <configuration>
                <localCheckout>true</localCheckout>
             <pushChanges>false</pushChanges>

Reply via email to