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/11/05 10:08:17 UTC

[camel] branch master updated: Changed the version range of Atmosphere Websocket

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6d03f40  Changed the version range of Atmosphere Websocket
6d03f40 is described below

commit 6d03f404d1f6894a14eb503c20e37bfe70e79e9c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Nov 5 11:07:50 2018 +0100

    Changed the version range of Atmosphere Websocket
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 341da56..92e4627 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -70,7 +70,7 @@
     <asterisk-java-bundle-version>1.0.0-final_1</asterisk-java-bundle-version>
     <atmos-client-version>2.2.2</atmos-client-version>
     <atmosphere-version>2.5.1</atmosphere-version>
-    <atmosphere-version-range>[2.4,3.0)</atmosphere-version-range>
+    <atmosphere-version-range>[2.5,3.0)</atmosphere-version-range>
     <atomix-version>1.0.8</atomix-version>
     <atomix-catalyst-version>1.2.1</atomix-catalyst-version>
     <atomix-copycat-version>1.2.8</atomix-copycat-version>