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:48 UTC

[camel-spring-boot] 04/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 df475af6d562d079473303fc6f73d6a345041c5d
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Mar 22 22:22:45 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 17f689f..aa4ffd0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>3.16.0-SNAPSHOT</version>
+        <version>3.16.0</version>
     </parent>
 
     <groupId>org.apache.camel.springboot</groupId>