You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2020/02/20 17:55:09 UTC

[camel-spring-boot] 01/03: Set Camel release verison 3.1.0

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

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

commit 94ba07271b9c7969f6234215d6cdb1d69d18716a
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Thu Feb 20 08:57:57 2020 -0800

    Set Camel release verison 3.1.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7ce52e1..dd2fd0e 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.1.0</camel-version>
 
         <!-- versions -->
         <aether-version>1.0.2.v20150114</aether-version>