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 2019/05/23 07:09:50 UTC

[camel] 03/03: Spring-Boot ITest: Moved to 2.24.1-SNAPSHOT

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

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

commit 902bdb8f8dfa4f15e02decc4b2b948106dc847c5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu May 23 09:08:43 2019 +0200

    Spring-Boot ITest: Moved to 2.24.1-SNAPSHOT
---
 tests/camel-itest-spring-boot/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/camel-itest-spring-boot/pom.xml b/tests/camel-itest-spring-boot/pom.xml
index 75e8add..54c743d 100644
--- a/tests/camel-itest-spring-boot/pom.xml
+++ b/tests/camel-itest-spring-boot/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>tests</artifactId>
     <groupId>org.apache.camel</groupId>
-    <version>2.24.0-SNAPSHOT</version>
+    <version>2.24.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>camel-itest-spring-boot</artifactId>