Updated Branches:
  refs/heads/camel-2.12.x 03ef590b6 -> 4d7e7e187

fixed some version numbers the maven-release-plugin skips


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

Branch: refs/heads/camel-2.12.x
Commit: 4d7e7e1870077d122b10c18fd350dcdc6dff3389
Parents: 03ef590
Author: cmueller <cmuel...@apache.org>
Authored: Mon Sep 9 22:14:50 2013 +0200
Committer: cmueller <cmuel...@apache.org>
Committed: Mon Sep 9 22:14:50 2013 +0200

----------------------------------------------------------------------
 etc/pom.xml                           | 2 +-
 tests/camel-itest-karaf/pom.xml       | 2 +-
 tests/camel-itest-osgi/pom.xml        | 2 +-
 tests/camel-itest-performance/pom.xml | 2 +-
 tests/camel-performance/pom.xml       | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/4d7e7e18/etc/pom.xml
----------------------------------------------------------------------
diff --git a/etc/pom.xml b/etc/pom.xml
index 30f8a3f..a3a3b19 100755
--- a/etc/pom.xml
+++ b/etc/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-parent</artifactId>
-    <version>2.12-SNAPSHOT</version>
+    <version>2.12.1-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/4d7e7e18/tests/camel-itest-karaf/pom.xml
----------------------------------------------------------------------
diff --git a/tests/camel-itest-karaf/pom.xml b/tests/camel-itest-karaf/pom.xml
index 5828ed0..65085bb 100644
--- a/tests/camel-itest-karaf/pom.xml
+++ b/tests/camel-itest-karaf/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>tests</artifactId>
-        <version>2.12-SNAPSHOT</version>
+        <version>2.12.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel-itest-karaf</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4d7e7e18/tests/camel-itest-osgi/pom.xml
----------------------------------------------------------------------
diff --git a/tests/camel-itest-osgi/pom.xml b/tests/camel-itest-osgi/pom.xml
index 4a95650..0e6a847 100644
--- a/tests/camel-itest-osgi/pom.xml
+++ b/tests/camel-itest-osgi/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>tests</artifactId>
-    <version>2.12-SNAPSHOT</version>
+    <version>2.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-itest-osgi</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4d7e7e18/tests/camel-itest-performance/pom.xml
----------------------------------------------------------------------
diff --git a/tests/camel-itest-performance/pom.xml 
b/tests/camel-itest-performance/pom.xml
index d5e2046..eb1f336 100644
--- a/tests/camel-itest-performance/pom.xml
+++ b/tests/camel-itest-performance/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>tests</artifactId>
-    <version>2.12-SNAPSHOT</version>
+    <version>2.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-itest-performance</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/4d7e7e18/tests/camel-performance/pom.xml
----------------------------------------------------------------------
diff --git a/tests/camel-performance/pom.xml b/tests/camel-performance/pom.xml
index d79b205..5fbde15 100644
--- a/tests/camel-performance/pom.xml
+++ b/tests/camel-performance/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>tests</artifactId>
-    <version>2.12-SNAPSHOT</version>
+    <version>2.12.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-performance</artifactId>

Reply via email to