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

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

commit 53ca2805772061a542375b2339a65b6d37efd279
Author: Gregor Zurowski <[email protected]>
AuthorDate: Thu Feb 27 02:16:28 2020 -0800

    Set Camel target version to 3.2.0-SNAPSHOT
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 94b439a..c45203d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
         <spring-boot-version>2.2.4.RELEASE</spring-boot-version>
 
         <!-- Camel target version -->
-        <camel-version>3.1.0-SNAPSHOT</camel-version>
+        <camel-version>3.2.0-SNAPSHOT</camel-version>
 
         <!-- versions -->
         <aether-version>1.0.2.v20150114</aether-version>
@@ -525,7 +525,7 @@
         <profile>
             <id>dev</id>
             <properties>
-                <camel-version>3.1.0-SNAPSHOT</camel-version>
+                <camel-version>3.2.0-SNAPSHOT</camel-version>
             </properties>
         </profile>
 

Reply via email to