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/07/23 09:59:48 UTC

svn commit: r796974 - in /excalibur/trunk/deprecated/event: api/pom.xml impl/pom.xml

Author: rdonkin
Date: Thu Jul 23 07:59:48 2009
New Revision: 796974

URL: http://svn.apache.org/viewvc?rev=796974&view=rev
Log:
Fix relative path

Modified:
    excalibur/trunk/deprecated/event/api/pom.xml
    excalibur/trunk/deprecated/event/impl/pom.xml

Modified: excalibur/trunk/deprecated/event/api/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/event/api/pom.xml?rev=796974&r1=796973&r2=796974&view=diff
==============================================================================
--- excalibur/trunk/deprecated/event/api/pom.xml (original)
+++ excalibur/trunk/deprecated/event/api/pom.xml Thu Jul 23 07:59:48 2009
@@ -20,7 +20,7 @@
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur-parent</artifactId>
     <version>4-SNAPSHOT</version>
-    <relativePath>../../../../../parent/pom.xml</relativePath>
+    <relativePath>../../../parent/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Event API</name>

Modified: excalibur/trunk/deprecated/event/impl/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/event/impl/pom.xml?rev=796974&r1=796973&r2=796974&view=diff
==============================================================================
--- excalibur/trunk/deprecated/event/impl/pom.xml (original)
+++ excalibur/trunk/deprecated/event/impl/pom.xml Thu Jul 23 07:59:48 2009
@@ -20,7 +20,7 @@
     <groupId>org.apache.excalibur</groupId>
     <artifactId>excalibur-parent</artifactId>
     <version>4-SNAPSHOT</version>
-    <relativePath>../../../../../parent/pom.xml</relativePath>
+    <relativePath>../../../parent/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <name>Excalibur Event Implementation</name>



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