]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
NOJIRA reverted the change in parent so proper manifest could be included as requried...
authorSanjay Dalal <sanjay.dalal@berkeley.edu>
Tue, 14 Jul 2009 16:57:41 +0000 (16:57 +0000)
committerSanjay Dalal <sanjay.dalal@berkeley.edu>
Tue, 14 Jul 2009 16:57:41 +0000 (16:57 +0000)
M    collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/pom.xml
M    intake/3rdparty/nuxeo-platform-cs-intake/pom.xml
M    relation/3rdparty/nuxeo-platform-cs-relation/pom.xml

services/collectionobject/3rdparty/nuxeo-platform-cs-collectionobject/pom.xml
services/intake/3rdparty/nuxeo-platform-cs-intake/pom.xml
services/relation/3rdparty/nuxeo-platform-cs-relation/pom.xml

index 3ae8f553cc47db073c1bdfcebf33f58106dc5304..53b33ddd1760bea78040dc314159cfc82f99b32a 100644 (file)
@@ -1,10 +1,11 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    <!-- parent has to be nuxeo-platform to retain the manifest -->
     <parent>
-        <artifactId>org.collectionspace.services.collectionobject.3rdparty</artifactId>
-        <groupId>org.collectionspace.services</groupId>
-        <version>1.0</version>
+        <groupId>org.nuxeo.ecm.platform</groupId>
+        <artifactId>nuxeo-platform-parent</artifactId>
+        <version>5.2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.collectionspace.services</groupId>
index 6497beb7d43212f99cebe3c7c63c99a3279de04a..3773c0f61466fd8d86a519079500094a825c0da8 100644 (file)
@@ -1,10 +1,11 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    <!-- parent has to be nuxeo-platform to retain the manifest -->
     <parent>
-        <artifactId>org.collectionspace.services.intake.3rdparty</artifactId>
-        <groupId>org.collectionspace.services</groupId>
-        <version>1.0</version>
+        <groupId>org.nuxeo.ecm.platform</groupId>
+        <artifactId>nuxeo-platform-parent</artifactId>
+        <version>5.2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.collectionspace.services</groupId>
index e45c637ad9e0b58706729cd7ca345f0e4901f0e6..927a949bb6fd66e2b57331e2ac123da524eff6b6 100644 (file)
@@ -1,10 +1,12 @@
+
 <project xmlns="http://maven.apache.org/POM/4.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    <!-- parent has to be nuxeo-platform to retain the manifest -->
     <parent>
-        <artifactId>org.collectionspace.services.relation.3rdparty</artifactId>
-        <groupId>org.collectionspace.services</groupId>
-        <version>1.0</version>
+        <groupId>org.nuxeo.ecm.platform</groupId>
+        <artifactId>nuxeo-platform-parent</artifactId>
+        <version>5.2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.collectionspace.services</groupId>