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/21 06:16:54 UTC

git commit: Fixed relative path of parent in cartridge-mgt, gapp and status-monitor features

Updated Branches:
  refs/heads/master a177ebeef -> 918793ea5


Fixed relative path of parent in cartridge-mgt, gapp and status-monitor features

Signed-off-by: Lakmal Warusawithana <la...@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/918793ea
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/918793ea
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/918793ea

Branch: refs/heads/master
Commit: 918793ea5ff0e6e7285c72df426ec4b6f70e62a6
Parents: a177ebe
Author: Imesh Gunaratne <im...@wso2.com>
Authored: Sat Jul 20 18:21:54 2013 +0530
Committer: Lakmal Warusawithana <la...@wso2.com>
Committed: Sun Jul 21 09:46:37 2013 +0530

----------------------------------------------------------------------
 features/manager/cartridge-mgt/pom.xml  | 1 +
 features/manager/gapp/pom.xml           | 5 +++--
 features/manager/status-monitor/pom.xml | 1 +
 3 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/918793ea/features/manager/cartridge-mgt/pom.xml
----------------------------------------------------------------------
diff --git a/features/manager/cartridge-mgt/pom.xml b/features/manager/cartridge-mgt/pom.xml
index fc5e433..b8f45b9 100644
--- a/features/manager/cartridge-mgt/pom.xml
+++ b/features/manager/cartridge-mgt/pom.xml
@@ -25,6 +25,7 @@
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-features-parent</artifactId>
         <version>3.0.0-SNAPSHOT</version>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/918793ea/features/manager/gapp/pom.xml
----------------------------------------------------------------------
diff --git a/features/manager/gapp/pom.xml b/features/manager/gapp/pom.xml
index 249952d..36d2870 100644
--- a/features/manager/gapp/pom.xml
+++ b/features/manager/gapp/pom.xml
@@ -25,6 +25,7 @@
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-features-parent</artifactId>
         <version>3.0.0-SNAPSHOT</version>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -34,8 +35,8 @@
     <url>http://apache.org</url>
 
     <modules>
-	<module>org.apache.stratos.gapp.server.feature</module>
-	<module>org.apache.stratos.gapp.ui.feature</module>
+        <module>org.apache.stratos.gapp.server.feature</module>
+        <module>org.apache.stratos.gapp.ui.feature</module>
         <module>org.apache.stratos.gapp.feature</module>
     </modules>
 

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/918793ea/features/manager/status-monitor/pom.xml
----------------------------------------------------------------------
diff --git a/features/manager/status-monitor/pom.xml b/features/manager/status-monitor/pom.xml
index 3d546fe..ab354a1 100644
--- a/features/manager/status-monitor/pom.xml
+++ b/features/manager/status-monitor/pom.xml
@@ -25,6 +25,7 @@
         <groupId>org.apache.stratos</groupId>
         <artifactId>stratos-features-parent</artifactId>
         <version>3.0.0-SNAPSHOT</version>
+        <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>