You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by ma...@apache.org on 2013/08/30 08:34:59 UTC

[2/2] git commit: kernel-version-update

kernel-version-update

Signed-off-by: Manula Thantriwatte <ma...@wso2.com>


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

Branch: refs/heads/master
Commit: 3857ffa4bc40766dc29e05f301f805970d7dc603
Parents: 6d8a2c7
Author: Melan Nimesh <me...@gmail.com>
Authored: Thu Aug 29 15:43:58 2013 +0530
Committer: Manula Thantriwatte <ma...@wso2.com>
Committed: Fri Aug 30 10:11:37 2013 +0530

----------------------------------------------------------------------
 products/stratos-controller/modules/integration/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/3857ffa4/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 078ea90..d9c853e 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.kernel.version}</version>
+            <version>${carbon.version}</version>
         </dependency>
         <dependency>
             <groupId>org.testng</groupId>
@@ -144,7 +144,7 @@
         <dependency>
             <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.integration.core</artifactId>
-            <version>${carbon.kernel.version}</version>
+            <version>${carbon.version}</version>
             <classifier>tests</classifier>
             <scope>test</scope>
         </dependency>
@@ -156,7 +156,7 @@
         <dependency>
         	<groupId>org.wso2.carbon</groupId>
         	<artifactId>SecVerifier</artifactId>
-        	<version>${carbon.kernel.version}</version>
+        	<version>${carbon.version}</version>
         	<type>aar</type>
         </dependency>
     </dependencies>