You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by gr...@apache.org on 2015/07/28 19:03:39 UTC

incubator-brooklyn git commit: Change jclouds groupId

Repository: incubator-brooklyn
Updated Branches:
  refs/heads/tmp/jclouds-1.9.1-alpha-cloudsoft.2 b00428ed8 -> 70e8335cd


Change jclouds groupId


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/70e8335c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/70e8335c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/70e8335c

Branch: refs/heads/tmp/jclouds-1.9.1-alpha-cloudsoft.2
Commit: 70e8335cd072cbe2efcd810bf907f1d46fb16e86
Parents: b00428e
Author: Andrew Kennedy <gr...@apache.org>
Authored: Tue Jul 28 17:21:25 2015 +0100
Committer: Andrew Kennedy <gr...@apache.org>
Committed: Tue Jul 28 17:21:25 2015 +0100

----------------------------------------------------------------------
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/70e8335c/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 09ef4b5..248e2b0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -68,7 +68,7 @@
 
         <!-- Dependencies -->
         <brooklyn.version>0.8.0-SNAPSHOT</brooklyn.version>  <!-- BROOKLYN_VERSION -->
-        <jclouds.groupId>org.apache.jclouds</jclouds.groupId>
+        <jclouds.groupId>io.cloudsoft.jclouds</jclouds.groupId>
 
         <!-- These dependencies also appear in usage/downstream-parent/pom.xml -
            - please synchronise versions between these two pom files -->