You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by rd...@apache.org on 2009/06/30 14:55:58 UTC

svn commit: r789700 - in /excalibur/trunk/components: datasource/pom.xml monitor/pom.xml pool/api/pom.xml pool/impl/pom.xml pool/instrumented/pom.xml store/pom.xml thread/api/pom.xml xmlutil/pom.xml

Author: rdonkin
Date: Tue Jun 30 12:55:57 2009
New Revision: 789700

URL: http://svn.apache.org/viewvc?rev=789700&view=rev
Log:
EXLBR-43 Add relative paths to the pom https://issues.apache.org/jira/browse/EXLBR-43

Modified:
    excalibur/trunk/components/datasource/pom.xml
    excalibur/trunk/components/monitor/pom.xml
    excalibur/trunk/components/pool/api/pom.xml
    excalibur/trunk/components/pool/impl/pom.xml
    excalibur/trunk/components/pool/instrumented/pom.xml
    excalibur/trunk/components/store/pom.xml
    excalibur/trunk/components/thread/api/pom.xml
    excalibur/trunk/components/xmlutil/pom.xml

Modified: excalibur/trunk/components/datasource/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/datasource/pom.xml?rev=789700&r1=789699&r2=789700&view=diff
==============================================================================
--- excalibur/trunk/components/datasource/pom.xml (original)
+++ excalibur/trunk/components/datasource/pom.xml Tue Jun 30 12:55:57 2009
@@ -20,7 +20,7 @@
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
     <version>4-SNAPSHOT</version>
-    <relativePath>../../../pom.xml</relativePath>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>

Modified: excalibur/trunk/components/monitor/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/monitor/pom.xml?rev=789700&r1=789699&r2=789700&view=diff
==============================================================================
--- excalibur/trunk/components/monitor/pom.xml (original)
+++ excalibur/trunk/components/monitor/pom.xml Tue Jun 30 12:55:57 2009
@@ -20,7 +20,7 @@
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
     <version>4-SNAPSHOT</version>
-    <relativePath>../../../pom.xml</relativePath>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>

Modified: excalibur/trunk/components/pool/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/api/pom.xml?rev=789700&r1=789699&r2=789700&view=diff
==============================================================================
--- excalibur/trunk/components/pool/api/pom.xml (original)
+++ excalibur/trunk/components/pool/api/pom.xml Tue Jun 30 12:55:57 2009
@@ -20,7 +20,7 @@
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
     <version>4-SNAPSHOT</version>
-    <relativePath>../../../../pom.xml</relativePath>
+    <relativePath>../../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Pool API</name>

Modified: excalibur/trunk/components/pool/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/impl/pom.xml?rev=789700&r1=789699&r2=789700&view=diff
==============================================================================
--- excalibur/trunk/components/pool/impl/pom.xml (original)
+++ excalibur/trunk/components/pool/impl/pom.xml Tue Jun 30 12:55:57 2009
@@ -20,7 +20,7 @@
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
     <version>4-SNAPSHOT</version>
-    <relativePath>../../../../pom.xml</relativePath>
+    <relativePath>../../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Pool Implementation</name>

Modified: excalibur/trunk/components/pool/instrumented/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/pool/instrumented/pom.xml?rev=789700&r1=789699&r2=789700&view=diff
==============================================================================
--- excalibur/trunk/components/pool/instrumented/pom.xml (original)
+++ excalibur/trunk/components/pool/instrumented/pom.xml Tue Jun 30 12:55:57 2009
@@ -20,7 +20,7 @@
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
     <version>4-SNAPSHOT</version>
-    <relativePath>../../../../pom.xml</relativePath>
+    <relativePath>../../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Pool Instrumented Implementation</name>

Modified: excalibur/trunk/components/store/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/store/pom.xml?rev=789700&r1=789699&r2=789700&view=diff
==============================================================================
--- excalibur/trunk/components/store/pom.xml (original)
+++ excalibur/trunk/components/store/pom.xml Tue Jun 30 12:55:57 2009
@@ -20,7 +20,7 @@
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
     <version>4-SNAPSHOT</version>
-    <relativePath>../../../pom.xml</relativePath>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>

Modified: excalibur/trunk/components/thread/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/thread/api/pom.xml?rev=789700&r1=789699&r2=789700&view=diff
==============================================================================
--- excalibur/trunk/components/thread/api/pom.xml (original)
+++ excalibur/trunk/components/thread/api/pom.xml Tue Jun 30 12:55:57 2009
@@ -20,7 +20,7 @@
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
     <version>4-SNAPSHOT</version>
-    <relativePath>../../../../pom.xml</relativePath>
+    <relativePath>../../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.excalibur.components</groupId>

Modified: excalibur/trunk/components/xmlutil/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/components/xmlutil/pom.xml?rev=789700&r1=789699&r2=789700&view=diff
==============================================================================
--- excalibur/trunk/components/xmlutil/pom.xml (original)
+++ excalibur/trunk/components/xmlutil/pom.xml Tue Jun 30 12:55:57 2009
@@ -20,7 +20,7 @@
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
     <version>4-SNAPSHOT</version>
-    <relativePath>../../../pom.xml</relativePath>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur XML Utilities</name>



---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org