Author: davsclaus
Date: Fri Apr 12 15:54:04 2013
New Revision: 1467323
URL: http://svn.apache.org/r1467323
Log:
use 2.12 snapshot in pom.xml
Modified:
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/tests/camel-itest-karaf/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest-karaf/pom.xml?rev=1467323&r1=1467322&r2=1467323&view=diff
==============================================================================
--- camel/trunk/tests/camel-itest-karaf/pom.xml (original)
+++ camel/trunk/tests/camel-itest-karaf/pom.xml Fri Apr 12 15:54:04 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=1467323&r1=1467322&r2=1467323&view=diff
==============================================================================
--- camel/trunk/tests/camel-itest-osgi/pom.xml (original)
+++ camel/trunk/tests/camel-itest-osgi/pom.xml Fri Apr 12 15:54:04 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=1467323&r1=1467322&r2=1467323&view=diff
==============================================================================
--- camel/trunk/tests/camel-itest-performance/pom.xml (original)
+++ camel/trunk/tests/camel-itest-performance/pom.xml Fri Apr 12 15:54:04 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=1467323&r1=1467322&r2=1467323&view=diff
==============================================================================
--- camel/trunk/tests/camel-performance/pom.xml (original)
+++ camel/trunk/tests/camel-performance/pom.xml Fri Apr 12 15:54:04 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>
|