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/04/08 23:13:51 UTC

svn commit: r1465792 - in /camel/trunk: etc/pom.xml tests/camel-itest-karaf/pom.xml tests/camel-itest-osgi/pom.xml tests/camel-itest-performance/pom.xml tests/camel-performance/pom.xml

Author: cmueller
Date: Mon Apr  8 21:13:50 2013
New Revision: 1465792

URL: http://svn.apache.org/r1465792
Log:
Revert: Manually updating version numbers which are not updated by the maven-release-plugin

Modified:
    camel/trunk/etc/pom.xml
    camel/trunk/tests/camel-itest-karaf/pom.xml
    camel/trunk/tests/camel-itest-osgi/pom.xml
    camel/trunk/tests/camel-itest-performance/pom.xml
    camel/trunk/tests/camel-performance/pom.xml

Modified: camel/trunk/etc/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/etc/pom.xml?rev=1465792&r1=1465791&r2=1465792&view=diff
==============================================================================
--- camel/trunk/etc/pom.xml (original)
+++ camel/trunk/etc/pom.xml Mon Apr  8 21:13:50 2013
@@ -23,7 +23,8 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.12-SNAPSHOT</version>
+    <version>2.11-SNAPSHOT</version>
+    <relativePath>../parent</relativePath>
   </parent>
 
   <artifactId>camel-etc</artifactId>

Modified: camel/trunk/tests/camel-itest-karaf/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest-karaf/pom.xml?rev=1465792&r1=1465791&r2=1465792&view=diff
==============================================================================
--- camel/trunk/tests/camel-itest-karaf/pom.xml (original)
+++ camel/trunk/tests/camel-itest-karaf/pom.xml Mon Apr  8 21:13:50 2013
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>tests</artifactId>
-        <version>2.12-SNAPSHOT</version>
+        <version>2.11-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-itest-karaf</artifactId>

Modified: camel/trunk/tests/camel-itest-osgi/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest-osgi/pom.xml?rev=1465792&r1=1465791&r2=1465792&view=diff
==============================================================================
--- camel/trunk/tests/camel-itest-osgi/pom.xml (original)
+++ camel/trunk/tests/camel-itest-osgi/pom.xml Mon Apr  8 21:13:50 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>tests</artifactId>
-    <version>2.12-SNAPSHOT</version>
+    <version>2.11-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-itest-osgi</artifactId>

Modified: camel/trunk/tests/camel-itest-performance/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest-performance/pom.xml?rev=1465792&r1=1465791&r2=1465792&view=diff
==============================================================================
--- camel/trunk/tests/camel-itest-performance/pom.xml (original)
+++ camel/trunk/tests/camel-itest-performance/pom.xml Mon Apr  8 21:13:50 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>tests</artifactId>
-    <version>2.12-SNAPSHOT</version>
+    <version>2.11-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-itest-performance</artifactId>

Modified: camel/trunk/tests/camel-performance/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-performance/pom.xml?rev=1465792&r1=1465791&r2=1465792&view=diff
==============================================================================
--- camel/trunk/tests/camel-performance/pom.xml (original)
+++ camel/trunk/tests/camel-performance/pom.xml Mon Apr  8 21:13:50 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>tests</artifactId>
-    <version>2.12-SNAPSHOT</version>
+    <version>2.11-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-performance</artifactId>