You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ra...@apache.org on 2015/08/14 21:42:00 UTC

[2/2] stratos git commit: Fix groupId for aws-ec2 forked dependency

Fix groupId for aws-ec2 forked dependency


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/7d95378c
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/7d95378c
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/7d95378c

Branch: refs/heads/master
Commit: 7d95378c104453118264f342c94f793b4ef8f847
Parents: ee574c3
Author: Akila Perera <ra...@gmail.com>
Authored: Fri Aug 14 23:36:10 2015 +0530
Committer: Akila Perera <ra...@gmail.com>
Committed: Fri Aug 14 23:36:10 2015 +0530

----------------------------------------------------------------------
 components/org.apache.stratos.cloud.controller/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/7d95378c/components/org.apache.stratos.cloud.controller/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.cloud.controller/pom.xml b/components/org.apache.stratos.cloud.controller/pom.xml
index 5695e33..06ac4e4 100644
--- a/components/org.apache.stratos.cloud.controller/pom.xml
+++ b/components/org.apache.stratos.cloud.controller/pom.xml
@@ -222,7 +222,7 @@
             <version>${jclouds.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.stratos.jclouds</groupId>
+            <groupId>org.apache.stratos</groupId>
             <artifactId>aws-ec2</artifactId>
             <version>${jclouds.version}</version>
         </dependency>