Repository: incubator-stratos Updated Branches: refs/heads/master 34e00b72e -> d227e6c31
Correcting jclouds version for aws-ec2 provider Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/d227e6c3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/d227e6c3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/d227e6c3 Branch: refs/heads/master Commit: d227e6c31ba903c8d5d596570b9dc13dfc45fa41 Parents: 34e00b7 Author: Lahiru Sandaruwan <[email protected]> Authored: Mon Mar 31 10:38:17 2014 -0700 Committer: Lahiru Sandaruwan <[email protected]> Committed: Mon Mar 31 10:38:17 2014 -0700 ---------------------------------------------------------------------- components/org.apache.stratos.cloud.controller/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/d227e6c3/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 62e4da9..601bdfb 100644 --- a/components/org.apache.stratos.cloud.controller/pom.xml +++ b/components/org.apache.stratos.cloud.controller/pom.xml @@ -194,7 +194,7 @@ <dependency> <groupId>org.apache.jclouds.provider</groupId> <artifactId>aws-ec2</artifactId> - <version>${<jclouds class="stratos "></jclouds>version}</version> + <version>${jclouds.stratos.version}</version> </dependency> <dependency> <groupId>org.apache.jclouds.api</groupId>
