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/25 06:07:37 UTC

[2/4] stratos git commit: Change Kubernetes API dependency bundle version to original released version

Change Kubernetes API dependency bundle version to original released version


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

Branch: refs/heads/master
Commit: 1cf0d0f3e3d33ec2c538238d2d85879488b81d2d
Parents: b9591a4
Author: Akila Perera <ra...@gmail.com>
Authored: Tue Aug 25 09:34:33 2015 +0530
Committer: Akila Perera <ra...@gmail.com>
Committed: Tue Aug 25 09:34:33 2015 +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/1cf0d0f3/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 372ce60..c9c98ae 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
@@ -91,7 +91,7 @@
                                 </bundleDef>
 
                                 <!-- Kubernetes API wrapper -->
-                                <bundleDef>org.apache.stratos:kubernetes-api:${project.version}</bundleDef>
+                                <bundleDef>org.apache.stratos:kubernetes-api:${kubernetes.api.version}</bundleDef>
 
                                 <!-- Forked jclouds providers -->
                                 <bundleDef>org.apache.stratos:aws-ec2:${jclouds.version}</bundleDef>