This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-karaf-examples.git
commit db7b76a5b46a049bb5ac2e6ef19b22403529c55a Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Feb 12 11:34:02 2021 +0100 Next is 3.9.0-SNAPSHOT --- examples/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/pom.xml b/examples/pom.xml index 56a7186..c2cf00a 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.8.0-SNAPSHOT</version> + <version>3.9.0-SNAPSHOT</version> </parent> <groupId>org.apache.camel.example</groupId> @@ -106,8 +106,8 @@ <jdk.version>1.8</jdk.version> <compiler.fork>false</compiler.fork> - <camel.version>3.8.0-SNAPSHOT</camel.version> - <camel.karaf.version>3.8.0-SNAPSHOT</camel.karaf.version> + <camel.version>3.9.0-SNAPSHOT</camel.version> + <camel.karaf.version>3.9.0-SNAPSHOT</camel.karaf.version> <!-- Versions --> <arquillian-version>1.5.0.Final</arquillian-version>
