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

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

commit 32dc6f67f5c406f364d545495d3737ad21cdcca7
Author: Gregor Zurowski <gre...@zurowski.org>
AuthorDate: Wed Apr 1 22:54:26 2020 -0700

    Use Camel 3.2.0 version for release buiding
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 861bf77..e9fe132 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
         <spring-boot-version>2.2.6.RELEASE</spring-boot-version>
 
         <!-- Camel target version -->
-        <camel-version>3.2.0-SNAPSHOT</camel-version>
+        <camel-version>3.2.0</camel-version>
 
         <!-- versions -->
         <aether-version>1.0.2.v20150114</aether-version>
@@ -527,7 +527,7 @@
         <profile>
             <id>dev</id>
             <properties>
-                <camel-version>3.2.0-SNAPSHOT</camel-version>
+                <camel-version>3.2.0</camel-version>
             </properties>
         </profile>
 

Reply via email to