Updated Branches: refs/heads/camel-2.10.x 83cdfe4ac -> bfeec698c
updated the version numbers for the modules the maven-release-plugin didn't updated Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/bfeec698 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/bfeec698 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/bfeec698 Branch: refs/heads/camel-2.10.x Commit: bfeec698c4a98b5cdf79bf91efacddb0d089341a Parents: 83cdfe4 Author: cmueller <[email protected]> Authored: Wed Jun 26 21:06:07 2013 +0200 Committer: cmueller <[email protected]> Committed: Wed Jun 26 21:06:20 2013 +0200 ---------------------------------------------------------------------- etc/pom.xml | 2 +- tests/camel-itest-karaf/pom.xml | 2 +- tests/camel-itest-osgi/pom.xml | 2 +- tests/camel-performance/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/bfeec698/etc/pom.xml ---------------------------------------------------------------------- diff --git a/etc/pom.xml b/etc/pom.xml index 981ea9d..56ed2fb 100755 --- a/etc/pom.xml +++ b/etc/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-parent</artifactId> - <version>2.10.1-SNAPSHOT</version> + <version>2.10.6-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/camel/blob/bfeec698/tests/camel-itest-karaf/pom.xml ---------------------------------------------------------------------- diff --git a/tests/camel-itest-karaf/pom.xml b/tests/camel-itest-karaf/pom.xml index 72d7949..59c37c4 100644 --- a/tests/camel-itest-karaf/pom.xml +++ b/tests/camel-itest-karaf/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-parent</artifactId> - <version>2.10.1-SNAPSHOT</version> + <version>2.10.6-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/camel/blob/bfeec698/tests/camel-itest-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/tests/camel-itest-osgi/pom.xml b/tests/camel-itest-osgi/pom.xml index 77358a1..921180d 100644 --- a/tests/camel-itest-osgi/pom.xml +++ b/tests/camel-itest-osgi/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-parent</artifactId> - <version>2.10.3-SNAPSHOT</version> + <version>2.10.6-SNAPSHOT</version> <relativePath>../../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/camel/blob/bfeec698/tests/camel-performance/pom.xml ---------------------------------------------------------------------- diff --git a/tests/camel-performance/pom.xml b/tests/camel-performance/pom.xml index 16dad12..18ffe17 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.10.4-SNAPSHOT</version> + <version>2.10.6-SNAPSHOT</version> </parent> <artifactId>camel-performance</artifactId>
