You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by im...@apache.org on 2014/06/05 13:42:03 UTC

git commit: Fixed carbon ui dependency version in stratos distribution

Repository: stratos
Updated Branches:
  refs/heads/4.0.0 7b0b1cefc -> 2f30f2449


Fixed carbon ui dependency version in stratos distribution


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

Branch: refs/heads/4.0.0
Commit: 2f30f24497aec215f05af3e4ed894f718afc355f
Parents: 7b0b1ce
Author: Imesh Gunaratne <im...@apache.org>
Authored: Thu Jun 5 17:11:42 2014 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Thu Jun 5 17:11:42 2014 +0530

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


http://git-wip-us.apache.org/repos/asf/stratos/blob/2f30f244/products/stratos/modules/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos/modules/distribution/pom.xml b/products/stratos/modules/distribution/pom.xml
index 682c05b..f9c7444 100755
--- a/products/stratos/modules/distribution/pom.xml
+++ b/products/stratos/modules/distribution/pom.xml
@@ -462,7 +462,7 @@
 	<dependency>
 	    <groupId>org.apache.stratos</groupId>
 	    <artifactId>org.wso2.carbon.ui</artifactId>
-	    <version>4.0.0-SNAPSHOT</version>
+	    <version>4.2.0-stratos</version>
         </dependency>
     </dependencies>