Repository: camel
Updated Branches:
refs/heads/camel-2.12.x 21ef68ad2 -> 3874cbad8
fixed some Mavaen project version numbers
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3874cbad
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/3874cbad
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/3874cbad
Branch: refs/heads/camel-2.12.x
Commit: 3874cbad846c74ee5983c05c9ad82f909157f47f
Parents: 21ef68a
Author: Christian Mueller <cmueller@apache.org>
Authored: Sun Oct 19 10:24:19 2014 +0200
Committer: Christian Mueller <cmueller@apache.org>
Committed: Sun Oct 19 10:24:19 2014 +0200
----------------------------------------------------------------------
tests/camel-itest-karaf/pom.xml | 2 +-
tests/camel-itest-performance/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/camel/blob/3874cbad/tests/camel-itest-karaf/pom.xml
----------------------------------------------------------------------
diff --git a/tests/camel-itest-karaf/pom.xml b/tests/camel-itest-karaf/pom.xml
index b323dfa..1b8eb23 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.4-SNAPSHOT</version>
+ <version>2.12.5-SNAPSHOT</version>
</parent>
<artifactId>camel-itest-karaf</artifactId>
http://git-wip-us.apache.org/repos/asf/camel/blob/3874cbad/tests/camel-itest-performance/pom.xml
----------------------------------------------------------------------
diff --git a/tests/camel-itest-performance/pom.xml b/tests/camel-itest-performance/pom.xml
index f65f0c3..9e42e88 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.4-SNAPSHOT</version>
+ <version>2.12.5-SNAPSHOT</version>
</parent>
<artifactId>camel-itest-performance</artifactId>
|