fixed the Maven version numbers
Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/c280b27d
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/c280b27d
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/c280b27d
Branch: refs/heads/camel-2.13.x
Commit: c280b27de5955278ddba445db6caff013b40b283
Parents: 06c48b2
Author: Christian Mueller <cmueller@apache.org>
Authored: Fri Oct 31 21:57:29 2014 +0100
Committer: Christian Mueller <cmueller@apache.org>
Committed: Fri Oct 31 21:57:29 2014 +0100
----------------------------------------------------------------------
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/c280b27d/etc/pom.xml
----------------------------------------------------------------------
diff --git a/etc/pom.xml b/etc/pom.xml
index c759593..638b572 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.13.3-SNAPSHOT</version>
+ <version>2.13.4-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
http://git-wip-us.apache.org/repos/asf/camel/blob/c280b27d/tests/camel-itest-karaf/pom.xml
----------------------------------------------------------------------
diff --git a/tests/camel-itest-karaf/pom.xml b/tests/camel-itest-karaf/pom.xml
index c423882..1e97e5b 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.13.3-SNAPSHOT</version>
+ <version>2.13.4-SNAPSHOT</version>
</parent>
<artifactId>camel-itest-karaf</artifactId>
http://git-wip-us.apache.org/repos/asf/camel/blob/c280b27d/tests/camel-itest-osgi/pom.xml
----------------------------------------------------------------------
diff --git a/tests/camel-itest-osgi/pom.xml b/tests/camel-itest-osgi/pom.xml
index 7b1fb46..6ac47b1 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.13.3-SNAPSHOT</version>
+ <version>2.13.4-SNAPSHOT</version>
</parent>
<artifactId>camel-itest-osgi</artifactId>
http://git-wip-us.apache.org/repos/asf/camel/blob/c280b27d/tests/camel-itest-performance/pom.xml
----------------------------------------------------------------------
diff --git a/tests/camel-itest-performance/pom.xml b/tests/camel-itest-performance/pom.xml
index 0e2b837..f23ff54 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.13.3-SNAPSHOT</version>
+ <version>2.13.4-SNAPSHOT</version>
</parent>
<artifactId>camel-itest-performance</artifactId>
http://git-wip-us.apache.org/repos/asf/camel/blob/c280b27d/tests/camel-performance/pom.xml
----------------------------------------------------------------------
diff --git a/tests/camel-performance/pom.xml b/tests/camel-performance/pom.xml
index fa41124..1e4ea84 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.13.3-SNAPSHOT</version>
+ <version>2.13.4-SNAPSHOT</version>
</parent>
<artifactId>camel-performance</artifactId>
|