You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/02/12 10:32:03 UTC

[camel-examples] 02/03: Next is 3.9.0-SNAPSHOT

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-examples.git

commit 7a3f929104f35f80444bb36bfb79f7e49476c036
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Feb 12 11:29:12 2021 +0100

    Next is 3.9.0-SNAPSHOT
---
 examples/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index 350664f..7da0eb4 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -23,7 +23,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>
@@ -177,7 +177,7 @@
         <jdk.version>1.8</jdk.version>
         <compiler.fork>false</compiler.fork>
 
-        <camel.version>3.8.0-SNAPSHOT</camel.version>
+        <camel.version>3.9.0-SNAPSHOT</camel.version>
 
         <!-- Versions -->
         <arquillian-version>1.5.0.Final</arquillian-version>