This is an automated email from the ASF dual-hosted git repository.

gzurowski pushed a commit to branch camel-spring-boot-3.3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.3.x by 
this push:
     new 37a6303  Point Camel dependencies to next development version
37a6303 is described below

commit 37a6303b8829066a9c7965c06aecc67b02d36e4e
Author: Gregor Zurowski <[email protected]>
AuthorDate: Thu May 14 23:12:38 2020 -0700

    Point Camel dependencies to next development version
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3f64349..0fb551f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>3.3.0</version>
+        <version>3.3.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.camel.springboot</groupId>
@@ -112,7 +112,7 @@
         <spring-boot-version>2.2.7.RELEASE</spring-boot-version>
 
         <!-- Camel target version -->
-        <camel-version>3.3.0</camel-version>
+        <camel-version>3.3.1-SNAPSHOT</camel-version>
 
         <!-- versions -->
         <aether-version>1.0.2.v20150114</aether-version>
@@ -494,7 +494,7 @@
         <profile>
             <id>dev</id>
             <properties>
-                <camel-version>3.3.0</camel-version>
+                <camel-version>3.3.1-SNAPSHOT</camel-version>
             </properties>
         </profile>
 

Reply via email to