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 2014/03/21 04:32:55 UTC

git commit: Fix pom issue

Repository: incubator-stratos
Updated Branches:
  refs/heads/master b51e392cb -> c82516282


Fix pom 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/c8251628
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/c8251628
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/c8251628

Branch: refs/heads/master
Commit: c8251628264382219a7e383d8704473663638a6c
Parents: b51e392
Author: Manula Thantriwatte <ma...@apache.org>
Authored: Fri Mar 21 09:02:31 2014 +0530
Committer: Manula Thantriwatte <ma...@apache.org>
Committed: Fri Mar 21 09:02:31 2014 +0530

----------------------------------------------------------------------
 products/stratos/modules/distribution/pom.xml   | 2 +-
 products/stratos/modules/integration/pom.xml    | 2 +-
 products/stratos/modules/p2-profile-gen/pom.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/c8251628/products/stratos/modules/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos/modules/distribution/pom.xml b/products/stratos/modules/distribution/pom.xml
index 790922a..63e231c 100755
--- a/products/stratos/modules/distribution/pom.xml
+++ b/products/stratos/modules/distribution/pom.xml
@@ -22,7 +22,7 @@
 
     <parent>
         <groupId>org.apache.stratos</groupId>
-        <artifactId>stratos-manager-parent</artifactId>
+        <artifactId>stratos</artifactId>
         <version>4.0.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/c8251628/products/stratos/modules/integration/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos/modules/integration/pom.xml b/products/stratos/modules/integration/pom.xml
index 69e12aa..f1afb5b 100755
--- a/products/stratos/modules/integration/pom.xml
+++ b/products/stratos/modules/integration/pom.xml
@@ -23,7 +23,7 @@
 
     <parent>
 	<groupId>org.apache.stratos</groupId>
-	<artifactId>stratos-manager-parent</artifactId>
+	<artifactId>stratos</artifactId>
 	<version>4.0.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/c8251628/products/stratos/modules/p2-profile-gen/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos/modules/p2-profile-gen/pom.xml b/products/stratos/modules/p2-profile-gen/pom.xml
index a41b94d..73ae179 100644
--- a/products/stratos/modules/p2-profile-gen/pom.xml
+++ b/products/stratos/modules/p2-profile-gen/pom.xml
@@ -23,7 +23,7 @@
 
     <parent>
         <groupId>org.apache.stratos</groupId>
-        <artifactId>stratos-manager-parent</artifactId>
+        <artifactId>stratos</artifactId>
         <version>4.0.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>