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/13 09:35:37 UTC

[camel] 14/15: CAMEL-12954 - Switch to 3.0.0-SNAPSHOT for the starter

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 1546a62175818b4c3f780dd9a843e58dd18eaf8f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 13 09:59:31 2018 +0100

    CAMEL-12954 - Switch to 3.0.0-SNAPSHOT for the starter
---
 .../components-starter/camel-websocket-jsr356-starter/pom.xml           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/platforms/spring-boot/components-starter/camel-websocket-jsr356-starter/pom.xml b/platforms/spring-boot/components-starter/camel-websocket-jsr356-starter/pom.xml
index b45af78..61ec6dc 100644
--- a/platforms/spring-boot/components-starter/camel-websocket-jsr356-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-websocket-jsr356-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-websocket-jsr356-starter</artifactId>
   <packaging>jar</packaging>