You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ud...@apache.org on 2013/09/05 10:26:41 UTC

git commit: Changing intergration version to avoid wso2server.sh not found test failure

Updated Branches:
  refs/heads/master a09392f6c -> 5fcea91f3


Changing intergration version to avoid wso2server.sh not found test failure


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

Branch: refs/heads/master
Commit: 5fcea91f3a876f5e0501e5f0f6c604299ce7e842
Parents: a09392f
Author: Udara Liyanage <ud...@wso2.com>
Authored: Thu Sep 5 13:55:41 2013 +0530
Committer: Udara Liyanage <ud...@wso2.com>
Committed: Thu Sep 5 13:55:41 2013 +0530

----------------------------------------------------------------------
 products/stratos-controller/modules/integration/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/5fcea91f/products/stratos-controller/modules/integration/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos-controller/modules/integration/pom.xml b/products/stratos-controller/modules/integration/pom.xml
index d9c853e..6723d7f 100755
--- a/products/stratos-controller/modules/integration/pom.xml
+++ b/products/stratos-controller/modules/integration/pom.xml
@@ -119,7 +119,7 @@
         <dependency>
             <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.integration.framework</artifactId>
-            <version>${carbon.version}</version>
+            <version>${carbon.kernel.version}</version>
         </dependency>
         <dependency>
             <groupId>org.testng</groupId>