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 08:49:29 UTC

svn commit: r789586 - in /excalibur/trunk/containerkit: instrument/pom.xml lifecycle/api/pom.xml lifecycle/impl/pom.xml lifecycle/pom.xml

Author: rdonkin
Date: Tue Jun 30 06:49:29 2009
New Revision: 789586

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

Modified:
    excalibur/trunk/containerkit/instrument/pom.xml
    excalibur/trunk/containerkit/lifecycle/api/pom.xml
    excalibur/trunk/containerkit/lifecycle/impl/pom.xml
    excalibur/trunk/containerkit/lifecycle/pom.xml

Modified: excalibur/trunk/containerkit/instrument/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/instrument/pom.xml?rev=789586&r1=789585&r2=789586&view=diff
==============================================================================
--- excalibur/trunk/containerkit/instrument/pom.xml (original)
+++ excalibur/trunk/containerkit/instrument/pom.xml Tue Jun 30 06:49:29 2009
@@ -20,6 +20,7 @@
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
     <version>4-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Instrument</name>

Modified: excalibur/trunk/containerkit/lifecycle/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/lifecycle/api/pom.xml?rev=789586&r1=789585&r2=789586&view=diff
==============================================================================
--- excalibur/trunk/containerkit/lifecycle/api/pom.xml (original)
+++ excalibur/trunk/containerkit/lifecycle/api/pom.xml Tue Jun 30 06:49:29 2009
@@ -20,6 +20,7 @@
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur-parent</artifactId>
     <version>4-SNAPSHOT</version>
+    <relativePath>../../../parent/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Lifecycle Extension API</name>

Modified: excalibur/trunk/containerkit/lifecycle/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/lifecycle/impl/pom.xml?rev=789586&r1=789585&r2=789586&view=diff
==============================================================================
--- excalibur/trunk/containerkit/lifecycle/impl/pom.xml (original)
+++ excalibur/trunk/containerkit/lifecycle/impl/pom.xml Tue Jun 30 06:49:29 2009
@@ -20,6 +20,7 @@
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur-parent</artifactId>
     <version>4-SNAPSHOT</version>
+    <relativePath>../../../parent/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Lifecycle Extension Impl</name>

Modified: excalibur/trunk/containerkit/lifecycle/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/containerkit/lifecycle/pom.xml?rev=789586&r1=789585&r2=789586&view=diff
==============================================================================
--- excalibur/trunk/containerkit/lifecycle/pom.xml (original)
+++ excalibur/trunk/containerkit/lifecycle/pom.xml Tue Jun 30 06:49:29 2009
@@ -20,6 +20,7 @@
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur</artifactId>
     <version>4-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Lifecycle</name>



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