You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/03/22 21:32:45 UTC

[camel-spring-boot] 01/10: Prepare for 3.16.0 release

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

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

commit 3e260977175431d09cd2d3dd54758d5cb6b14f10
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Mar 22 22:02:30 2022 +0100

    Prepare for 3.16.0 release
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7522fb5..17f689f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,7 @@
         <spring-boot-version>2.6.4</spring-boot-version>
 
         <!-- Camel target version -->
-        <camel-version>3.16.0-SNAPSHOT</camel-version>
+        <camel-version>3.16.0</camel-version>
 
         <!-- versions -->
         <aether-version>1.0.2.v20150114</aether-version>