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/21 07:34:24 UTC

[camel-spring-boot] 01/02: Set camel-version property to version 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 b96fc214f72e753487974d2d8881bf263729a260
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Thu Feb 20 10:00:52 2020 -0800

    Set camel-version property to version 3.1.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dd2fd0e..00a41c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -525,7 +525,7 @@
         <profile>
             <id>dev</id>
             <properties>
-                <camel-version>3.1.0-SNAPSHOT</camel-version>
+                <camel-version>3.1.0</camel-version>
             </properties>
         </profile>