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 2014/12/05 18:37:13 UTC

stratos git commit: fixing gce version issue

Repository: stratos
Updated Branches:
  refs/heads/master 1816c9212 -> 3bda6779b


fixing gce version issue


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

Branch: refs/heads/master
Commit: 3bda6779ba4c5539dd0a2b84368a8d02b50b4a9d
Parents: 1816c92
Author: R-Rajkumar <rr...@gmail.com>
Authored: Fri Dec 5 23:06:50 2014 +0530
Committer: R-Rajkumar <rr...@gmail.com>
Committed: Fri Dec 5 23:06:50 2014 +0530

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


http://git-wip-us.apache.org/repos/asf/stratos/blob/3bda6779/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 c12fcfa..fcb3a84 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
@@ -168,7 +168,7 @@
         <dependency>
             <groupId>org.apache.stratos</groupId>
             <artifactId>gce</artifactId>
-            <version>1.8.0-stratos</version>
+            <version>${jclouds.stratos.version}</version>
         </dependency>
         <dependency>
             <groupId>com.google.code.gson</groupId>