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 14:08:14 UTC

[camel-spring-boot-examples] branch 3.4.3-x created (now 622149d)

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

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


      at 622149d  Next is 3.4.3-SNAPSHOT

This branch includes the following new commits:

     new 622149d  Next is 3.4.3-SNAPSHOT

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-spring-boot-examples] 01/01: Next is 3.4.3-SNAPSHOT

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 622149d1ffdf5585680e8cda09f76f9fa87a7aff
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 6 14:29:51 2020 +0200

    Next is 3.4.3-SNAPSHOT
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3d0bfe4..6ba39d8 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</version>
+        <version>3.4.3-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.camel.springboot.example</groupId>
@@ -80,7 +80,7 @@
         <!-- for symbolicName in OSGi examples we only want the artifactId, eg camel-example-sql -->
         <!-- as having org.apache.camel as prefix is not needed and makes the name very long -->
         <camel.osgi.symbolic.name>${project.artifactId}</camel.osgi.symbolic.name>
-        <camel-version>3.4.0</camel-version>
+        <camel-version>3.4.3-SNAPSHOT</camel-version>
         <skip.starting.camel.context>false</skip.starting.camel.context>
         <javax.servlet.api.version>4.0.1</javax.servlet.api.version>
         <camel.osgi.export.pkg />