You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2007/10/05 10:26:43 UTC

svn commit: r582120 - in /cocoon/trunk: blocks/pom.xml commons/legal/pom.xml commons/pom.xml core/cocoon-configuration/cocoon-configuration-api/pom.xml core/cocoon-configuration/cocoon-spring-configurator/pom.xml core/pom.xml dists/pom.xml tools/pom.xml

Author: cziegeler
Date: Fri Oct  5 01:26:42 2007
New Revision: 582120

URL: http://svn.apache.org/viewvc?rev=582120&view=rev
Log:
Fix relative paths for moved parent pom.

Modified:
    cocoon/trunk/blocks/pom.xml
    cocoon/trunk/commons/legal/pom.xml
    cocoon/trunk/commons/pom.xml
    cocoon/trunk/core/cocoon-configuration/cocoon-configuration-api/pom.xml
    cocoon/trunk/core/cocoon-configuration/cocoon-spring-configurator/pom.xml
    cocoon/trunk/core/pom.xml
    cocoon/trunk/dists/pom.xml
    cocoon/trunk/tools/pom.xml

Modified: cocoon/trunk/blocks/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/pom.xml?rev=582120&r1=582119&r2=582120&view=diff
==============================================================================
--- cocoon/trunk/blocks/pom.xml (original)
+++ cocoon/trunk/blocks/pom.xml Fri Oct  5 01:26:42 2007
@@ -28,6 +28,7 @@
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon</artifactId>
     <version>6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <artifactId>cocoon-blocks-modules</artifactId>

Modified: cocoon/trunk/commons/legal/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/commons/legal/pom.xml?rev=582120&r1=582119&r2=582120&view=diff
==============================================================================
--- cocoon/trunk/commons/legal/pom.xml (original)
+++ cocoon/trunk/commons/legal/pom.xml Fri Oct  5 01:26:42 2007
@@ -28,6 +28,7 @@
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon</artifactId>
     <version>6-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
   <artifactId>cocoon-licenses</artifactId>
   <version>1.0.0-M2-SNAPSHOT</version>

Modified: cocoon/trunk/commons/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/commons/pom.xml?rev=582120&r1=582119&r2=582120&view=diff
==============================================================================
--- cocoon/trunk/commons/pom.xml (original)
+++ cocoon/trunk/commons/pom.xml Fri Oct  5 01:26:42 2007
@@ -28,6 +28,7 @@
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon</artifactId>
     <version>6-SNAPSHOT</version>
+    <relativePath>../parent</relativePath>
   </parent>
   <groupId>org.apache.cocoon</groupId>
   <artifactId>cocoon-commons-modules</artifactId>

Modified: cocoon/trunk/core/cocoon-configuration/cocoon-configuration-api/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-configuration/cocoon-configuration-api/pom.xml?rev=582120&r1=582119&r2=582120&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-configuration/cocoon-configuration-api/pom.xml (original)
+++ cocoon/trunk/core/cocoon-configuration/cocoon-configuration-api/pom.xml Fri Oct  5 01:26:42 2007
@@ -29,7 +29,7 @@
     <artifactId>cocoon</artifactId>
     <groupId>org.apache.cocoon</groupId>
     <version>6-SNAPSHOT</version>
-    <relativePath>../../pom.xml</relativePath>
+    <relativePath>../../../parent</relativePath>
   </parent>
   <artifactId>cocoon-configuration-api</artifactId>
   <version>1.0.2-SNAPSHOT</version>

Modified: cocoon/trunk/core/cocoon-configuration/cocoon-spring-configurator/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-configuration/cocoon-spring-configurator/pom.xml?rev=582120&r1=582119&r2=582120&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-configuration/cocoon-spring-configurator/pom.xml (original)
+++ cocoon/trunk/core/cocoon-configuration/cocoon-spring-configurator/pom.xml Fri Oct  5 01:26:42 2007
@@ -29,7 +29,7 @@
     <artifactId>cocoon</artifactId>
     <groupId>org.apache.cocoon</groupId>
     <version>6-SNAPSHOT</version>
-    <relativePath>../../pom.xml</relativePath>
+    <relativePath>../../../parent</relativePath>
   </parent>
   <artifactId>cocoon-spring-configurator</artifactId>
   <version>1.0.2-SNAPSHOT</version>

Modified: cocoon/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/pom.xml?rev=582120&r1=582119&r2=582120&view=diff
==============================================================================
--- cocoon/trunk/core/pom.xml (original)
+++ cocoon/trunk/core/pom.xml Fri Oct  5 01:26:42 2007
@@ -28,6 +28,7 @@
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon</artifactId>
     <version>6-SNAPSHOT</version>
+    <relativePath>../parent</relativePath>
   </parent>
 
   <artifactId>cocoon-core-modules</artifactId>

Modified: cocoon/trunk/dists/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/dists/pom.xml?rev=582120&r1=582119&r2=582120&view=diff
==============================================================================
--- cocoon/trunk/dists/pom.xml (original)
+++ cocoon/trunk/dists/pom.xml Fri Oct  5 01:26:42 2007
@@ -27,6 +27,7 @@
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon</artifactId>
     <version>6-SNAPSHOT</version>
+    <relativePath>../parent</relativePath>
   </parent>
   <artifactId>cocoon-dists-modules</artifactId>
   <version>2-SNAPSHOT</version>

Modified: cocoon/trunk/tools/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/tools/pom.xml?rev=582120&r1=582119&r2=582120&view=diff
==============================================================================
--- cocoon/trunk/tools/pom.xml (original)
+++ cocoon/trunk/tools/pom.xml Fri Oct  5 01:26:42 2007
@@ -29,6 +29,7 @@
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon</artifactId>
     <version>6-SNAPSHOT</version>
+    <relativePath>../parent</relativePath>
   </parent>
   <artifactId>cocoon-tools-modules</artifactId>
   <version>5-SNAPSHOT</version>