You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/08/06 12:09:12 UTC

[camel-spring-boot-examples] 01/03: Point to 3.4.0

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

acosentino pushed a commit to branch camel-3.4.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git

commit 11a1477ac1dac22c9ea262c0c6a0626ffa08edaa
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jul 1 14:52:02 2020 +0200

    Point to 3.4.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 52fe6df..7f3eb81 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel.springboot</groupId>
         <artifactId>spring-boot</artifactId>
-        <version>3.4.0-SNAPSHOT</version>
+        <version>3.4.0</version>
     </parent>
 
     <groupId>org.apache.camel.springboot.example</groupId>