You are viewing a plain text version of this content. The canonical link for it is here.
Posted to nuvem-commits@incubator.apache.org by sa...@apache.org on 2010/08/26 07:16:37 UTC

svn commit: r989486 - in /incubator/nuvem/trunk: nuvem-api/ nuvem-google-appengine-sdk/ nuvem-google/ store-appengine-webapp/ store-assets/ store-catalog-appengine-webapp/ store-catalog-ibmcloud-webapp/ store-merger-appengine-webapp/

Author: sagara
Date: Thu Aug 26 07:16:36 2010
New Revision: 989486

URL: http://svn.apache.org/viewvc?rev=989486&view=rev
Log:
Corrected, sub module POM files refer to a wrong module name as the parent artifactId. 

Modified:
    incubator/nuvem/trunk/nuvem-api/pom.xml
    incubator/nuvem/trunk/nuvem-google-appengine-sdk/pom.xml
    incubator/nuvem/trunk/nuvem-google/pom.xml
    incubator/nuvem/trunk/store-appengine-webapp/pom.xml
    incubator/nuvem/trunk/store-assets/pom.xml
    incubator/nuvem/trunk/store-catalog-appengine-webapp/pom.xml
    incubator/nuvem/trunk/store-catalog-ibmcloud-webapp/pom.xml
    incubator/nuvem/trunk/store-merger-appengine-webapp/pom.xml

Modified: incubator/nuvem/trunk/nuvem-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nuvem/trunk/nuvem-api/pom.xml?rev=989486&r1=989485&r2=989486&view=diff
==============================================================================
--- incubator/nuvem/trunk/nuvem-api/pom.xml (original)
+++ incubator/nuvem/trunk/nuvem-api/pom.xml Thu Aug 26 07:16:36 2010
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.nuvem</groupId>
-        <artifactId>nuvem-parent</artifactId>
+        <artifactId>nuvem</artifactId>
         <version>1.0-incubating-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>

Modified: incubator/nuvem/trunk/nuvem-google-appengine-sdk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nuvem/trunk/nuvem-google-appengine-sdk/pom.xml?rev=989486&r1=989485&r2=989486&view=diff
==============================================================================
--- incubator/nuvem/trunk/nuvem-google-appengine-sdk/pom.xml (original)
+++ incubator/nuvem/trunk/nuvem-google-appengine-sdk/pom.xml Thu Aug 26 07:16:36 2010
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.nuvem</groupId>
-        <artifactId>nuvem-parent</artifactId>
+        <artifactId>nuvem</artifactId>
         <version>1.0-incubating-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>

Modified: incubator/nuvem/trunk/nuvem-google/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nuvem/trunk/nuvem-google/pom.xml?rev=989486&r1=989485&r2=989486&view=diff
==============================================================================
--- incubator/nuvem/trunk/nuvem-google/pom.xml (original)
+++ incubator/nuvem/trunk/nuvem-google/pom.xml Thu Aug 26 07:16:36 2010
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.nuvem</groupId>
-        <artifactId>nuvem-parent</artifactId>
+        <artifactId>nuvem</artifactId>
         <version>1.0-incubating-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>

Modified: incubator/nuvem/trunk/store-appengine-webapp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nuvem/trunk/store-appengine-webapp/pom.xml?rev=989486&r1=989485&r2=989486&view=diff
==============================================================================
--- incubator/nuvem/trunk/store-appengine-webapp/pom.xml (original)
+++ incubator/nuvem/trunk/store-appengine-webapp/pom.xml Thu Aug 26 07:16:36 2010
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.nuvem</groupId>
-        <artifactId>nuvem-parent</artifactId>
+        <artifactId>nuvem</artifactId>
         <version>1.0-incubating-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>

Modified: incubator/nuvem/trunk/store-assets/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nuvem/trunk/store-assets/pom.xml?rev=989486&r1=989485&r2=989486&view=diff
==============================================================================
--- incubator/nuvem/trunk/store-assets/pom.xml (original)
+++ incubator/nuvem/trunk/store-assets/pom.xml Thu Aug 26 07:16:36 2010
@@ -24,7 +24,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.nuvem</groupId>
-        <artifactId>nuvem-parent</artifactId>
+        <artifactId>nuvem</artifactId>
         <version>1.0-incubating-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>

Modified: incubator/nuvem/trunk/store-catalog-appengine-webapp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nuvem/trunk/store-catalog-appengine-webapp/pom.xml?rev=989486&r1=989485&r2=989486&view=diff
==============================================================================
--- incubator/nuvem/trunk/store-catalog-appengine-webapp/pom.xml (original)
+++ incubator/nuvem/trunk/store-catalog-appengine-webapp/pom.xml Thu Aug 26 07:16:36 2010
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.nuvem</groupId>
-        <artifactId>nuvem-parent</artifactId>
+        <artifactId>nuvem</artifactId>
         <version>1.0-incubating-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>

Modified: incubator/nuvem/trunk/store-catalog-ibmcloud-webapp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nuvem/trunk/store-catalog-ibmcloud-webapp/pom.xml?rev=989486&r1=989485&r2=989486&view=diff
==============================================================================
--- incubator/nuvem/trunk/store-catalog-ibmcloud-webapp/pom.xml (original)
+++ incubator/nuvem/trunk/store-catalog-ibmcloud-webapp/pom.xml Thu Aug 26 07:16:36 2010
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.nuvem</groupId>
-        <artifactId>nuvem-parent</artifactId>
+        <artifactId>nuvem</artifactId>
         <version>1.0-incubating-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>

Modified: incubator/nuvem/trunk/store-merger-appengine-webapp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nuvem/trunk/store-merger-appengine-webapp/pom.xml?rev=989486&r1=989485&r2=989486&view=diff
==============================================================================
--- incubator/nuvem/trunk/store-merger-appengine-webapp/pom.xml (original)
+++ incubator/nuvem/trunk/store-merger-appengine-webapp/pom.xml Thu Aug 26 07:16:36 2010
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.nuvem</groupId>
-        <artifactId>nuvem-parent</artifactId>
+        <artifactId>nuvem</artifactId>
         <version>1.0-incubating-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>