This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch sandbox/camel-3.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit 511248a3edaed135952f5058fd828669c8a186aa Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Mon Oct 29 22:33:12 2018 +0100 Fix version --- docs/pom.xml | 2 +- examples/camel-example-servlet-httpregistry-blueprint/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pom.xml b/docs/pom.xml index 9032b1d..346879b 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-parent</artifactId> - <version>2.23.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> diff --git a/examples/camel-example-servlet-httpregistry-blueprint/pom.xml b/examples/camel-example-servlet-httpregistry-blueprint/pom.xml index 6b10a81..af042b1 100644 --- a/examples/camel-example-servlet-httpregistry-blueprint/pom.xml +++ b/examples/camel-example-servlet-httpregistry-blueprint/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel.example</groupId> <artifactId>examples</artifactId> - <version>2.23.0-SNAPSHOT</version> + <version>3.0.0-SNAPSHOT</version> </parent> <artifactId>camel-example-servlet-httpregistry-blueprint</artifactId>