You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by la...@apache.org on 2013/07/16 14:37:59 UTC

git commit: fixing some version issue

Updated Branches:
  refs/heads/master 7e4269fd7 -> a624c26b0


fixing some version issue


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

Branch: refs/heads/master
Commit: a624c26b04e2e3e2369742c5a90a787aee7ec7d3
Parents: 7e4269f
Author: Lakmal Warusawithana <la...@wso2.com>
Authored: Tue Jul 16 18:07:32 2013 +0530
Committer: Lakmal Warusawithana <la...@wso2.com>
Committed: Tue Jul 16 18:07:32 2013 +0530

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


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a624c26b/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 e7fb6ee..af29ee6 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
@@ -211,8 +211,8 @@
                                 </properties>
                             </adviceFile>
                             <bundles>
-                                <bundleDef>org.apache.stratos:org.apache.stratos.cartridge.messages:2.1.1</bundleDef>
-                                <bundleDef>org.apache.stratos:org.apache.stratos.cloud.controller:2.1.3</bundleDef>
+                                <bundleDef>org.apache.stratos:org.apache.stratos.cartridge.messages:${apache.stratos.version}</bundleDef>
+                                <bundleDef>org.apache.stratos:org.apache.stratos.cloud.controller:${apache.stratos.version}</bundleDef>
                                 <bundleDef>org.jclouds.driver:jclouds-bouncycastle:${jclouds.version}</bundleDef>
                                 <bundleDef>org.jclouds.driver:jclouds-sshj:${jclouds.version}</bundleDef>
                                 <bundleDef>org.jclouds.driver:jclouds-log4j:${jclouds.version}</bundleDef>