Repository: incubator-stratos Updated Branches: refs/heads/4.0.0-incubating ff93c9760 -> befddcede
Updated jclouds dependency artifact version in cloud controller feature Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/befddced Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/befddced Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/befddced Branch: refs/heads/4.0.0-incubating Commit: befddcede7490a5ea32edde8bbe7fb9bfaf78c27 Parents: ff93c97 Author: Imesh Gunaratne <[email protected]> Authored: Tue May 6 18:25:05 2014 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Tue May 6 18:25:05 2014 +0530 ---------------------------------------------------------------------- .../org.apache.stratos.cloud.controller.feature/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/befddced/features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml ---------------------------------------------------------------------- diff --git a/features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml b/features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml index 8483ad9..6cf15e4 100644 --- a/features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml +++ b/features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml @@ -76,12 +76,12 @@ <dependency> <groupId>org.apache.stratos</groupId> <artifactId>ec2</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>1.7.1-stratos</version> </dependency> <dependency> <groupId>org.apache.stratos</groupId> <artifactId>aws-ec2</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>1.7.1-stratos</version> </dependency> <dependency> <groupId>org.apache.stratos</groupId> @@ -119,7 +119,7 @@ <dependency> <groupId>org.apache.stratos</groupId> <artifactId>vcloud</artifactId> - <version>4.0.0-SNAPSHOT</version> + <version>1.7.1-stratos</version> </dependency> <dependency> <groupId>com.google.code.gson</groupId>
