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/07 18:03:54 UTC

svn commit: r1465416 - 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: Sun Apr  7 16:03:54 2013
New Revision: 1465416

URL: http://svn.apache.org/r1465416
Log:
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=1465416&r1=1465415&r2=1465416&view=diff
==============================================================================
--- camel/trunk/etc/pom.xml (original)
+++ camel/trunk/etc/pom.xml Sun Apr  7 16:03:54 2013
@@ -23,8 +23,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.11-SNAPSHOT</version>
-    <relativePath>../parent</relativePath>
+    <version>2.12-SNAPSHOT</version>
   </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=1465416&r1=1465415&r2=1465416&view=diff
==============================================================================
--- camel/trunk/tests/camel-itest-karaf/pom.xml (original)
+++ camel/trunk/tests/camel-itest-karaf/pom.xml Sun Apr  7 16:03:54 2013
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>tests</artifactId>
-        <version>2.11-SNAPSHOT</version>
+        <version>2.12-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=1465416&r1=1465415&r2=1465416&view=diff
==============================================================================
--- camel/trunk/tests/camel-itest-osgi/pom.xml (original)
+++ camel/trunk/tests/camel-itest-osgi/pom.xml Sun Apr  7 16:03:54 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>tests</artifactId>
-    <version>2.11-SNAPSHOT</version>
+    <version>2.12-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=1465416&r1=1465415&r2=1465416&view=diff
==============================================================================
--- camel/trunk/tests/camel-itest-performance/pom.xml (original)
+++ camel/trunk/tests/camel-itest-performance/pom.xml Sun Apr  7 16:03:54 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>tests</artifactId>
-    <version>2.11-SNAPSHOT</version>
+    <version>2.12-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=1465416&r1=1465415&r2=1465416&view=diff
==============================================================================
--- camel/trunk/tests/camel-performance/pom.xml (original)
+++ camel/trunk/tests/camel-performance/pom.xml Sun Apr  7 16:03:54 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>tests</artifactId>
-    <version>2.11-SNAPSHOT</version>
+    <version>2.12-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-performance</artifactId>