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/10/07 06:46:12 UTC

[camel] branch master updated: CAMEL-13849 camel-atmos - Upgrade to Atmos client 3.x

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 1f51a8c  CAMEL-13849 camel-atmos - Upgrade to Atmos client 3.x
1f51a8c is described below

commit 1f51a8c11278b643efd3a6ad7db22757b3a683fc
Author: Jose Ortiz <je...@gmail.com>
AuthorDate: Sun Oct 6 00:04:12 2019 -0500

    CAMEL-13849 camel-atmos - Upgrade to Atmos client 3.x
---
 components/camel-atmos/pom.xml | 2 +-
 parent/pom.xml                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-atmos/pom.xml b/components/camel-atmos/pom.xml
index 3a71501..bbd9411 100644
--- a/components/camel-atmos/pom.xml
+++ b/components/camel-atmos/pom.xml
@@ -44,7 +44,7 @@
 
         <!-- atmos -->
         <dependency>
-            <groupId>com.emc.vipr</groupId>
+            <groupId>com.emc.ecs</groupId>
             <artifactId>atmos-client</artifactId>
             <version>${atmos-client-version}</version>
             <exclusions>
diff --git a/parent/pom.xml b/parent/pom.xml
index e320547..c512bcb 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -71,7 +71,7 @@
         <asterisk-java-version>1.0.0-final</asterisk-java-version>
         <asterisk-java-bundle-version>1.0.0-final_1</asterisk-java-bundle-version>
         <atlassian-fugue-version>3.0.0</atlassian-fugue-version>
-        <atmos-client-version>2.2.2</atmos-client-version>
+        <atmos-client-version>3.1.0</atmos-client-version>
         <atmosphere-version>2.5.4</atmosphere-version>
         <atmosphere-version-range>[2.5,3.0)</atmosphere-version-range>
         <atomix-version>1.0.8</atomix-version>