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 2018/12/18 09:17:05 UTC

[camel] 10/11: CAMEL-12815 - Aligned the starter to 3.x

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

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

commit 7fc9633856f1f6105d8139fa9d9849dc6a673329
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 18 09:41:41 2018 +0100

    CAMEL-12815 - Aligned the starter to 3.x
---
 platforms/spring-boot/components-starter/camel-iota-starter/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/platforms/spring-boot/components-starter/camel-iota-starter/pom.xml b/platforms/spring-boot/components-starter/camel-iota-starter/pom.xml
index 97c9f85..e48ce6e 100644
--- a/platforms/spring-boot/components-starter/camel-iota-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-iota-starter/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.camel</groupId>
     <artifactId>components-starter</artifactId>
-    <version>2.24.0-SNAPSHOT</version>
+    <version>3.0.0-SNAPSHOT</version>
   </parent>
   <artifactId>camel-iota-starter</artifactId>
   <packaging>jar</packaging>