This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-3.4.x in repository https://gitbox.apache.org/repos/asf/camel-examples.git
The following commit(s) were added to refs/heads/camel-3.4.x by this push: new 024bd1d Set version to 3.4.1-SNAPSHOT 024bd1d is described below commit 024bd1da4a55ccab3c6068a2b03564f4ece23f63 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Jun 18 14:58:53 2020 +0200 Set version to 3.4.1-SNAPSHOT --- examples/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/pom.xml b/examples/pom.xml index e541d66..e04f640 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-dependencies</artifactId> - <version>3.4.0-SNAPSHOT</version> + <version>3.4.1-SNAPSHOT</version> </parent> <groupId>org.apache.camel.example</groupId> @@ -182,8 +182,8 @@ <jdk.version>1.8</jdk.version> <compiler.fork>false</compiler.fork> - <camel.version>3.4.0-SNAPSHOT</camel.version> - <camel.karaf.version>3.4.0-SNAPSHOT</camel.karaf.version> + <camel.version>3.4.1-SNAPSHOT</camel.version> + <camel.karaf.version>3.4.1-SNAPSHOT</camel.karaf.version> <!-- Versions --> <arquillian-version>1.5.0.Final</arquillian-version>