Updated Branches: refs/heads/camel-2.11.x 6869741e1 -> c3d948aaa
update the version numbers the maven-release-plugin skipped Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/c3d948aa Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/c3d948aa Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/c3d948aa Branch: refs/heads/camel-2.11.x Commit: c3d948aaabe06bd39ae460c118f9d249872b210b Parents: 6869741 Author: cmueller <[email protected]> Authored: Thu Jun 27 21:15:45 2013 +0200 Committer: cmueller <[email protected]> Committed: Thu Jun 27 21:15:45 2013 +0200 ---------------------------------------------------------------------- etc/pom.xml | 2 +- tests/camel-itest-performance/pom.xml | 2 +- tests/camel-performance/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/c3d948aa/etc/pom.xml ---------------------------------------------------------------------- diff --git a/etc/pom.xml b/etc/pom.xml index 3fb3865..66b722d 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.11-SNAPSHOT</version> + <version>2.11.1-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/camel/blob/c3d948aa/tests/camel-itest-performance/pom.xml ---------------------------------------------------------------------- diff --git a/tests/camel-itest-performance/pom.xml b/tests/camel-itest-performance/pom.xml index bf9a24b..e4e7184 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.11-SNAPSHOT</version> + <version>2.11.1-SNAPSHOT</version> </parent> <artifactId>camel-itest-performance</artifactId> http://git-wip-us.apache.org/repos/asf/camel/blob/c3d948aa/tests/camel-performance/pom.xml ---------------------------------------------------------------------- diff --git a/tests/camel-performance/pom.xml b/tests/camel-performance/pom.xml index 3e3d254..f53a6d4 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.11-SNAPSHOT</version> + <version>2.11.1-SNAPSHOT</version> </parent> <artifactId>camel-performance</artifactId>
