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/24 17:35:19 UTC

svn commit: r797536 - /excalibur/trunk/deprecated/component/pom.xml

Author: rdonkin
Date: Fri Jul 24 15:35:19 2009
New Revision: 797536

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

Modified:
    excalibur/trunk/deprecated/component/pom.xml

Modified: excalibur/trunk/deprecated/component/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/deprecated/component/pom.xml?rev=797536&r1=797535&r2=797536&view=diff
==============================================================================
--- excalibur/trunk/deprecated/component/pom.xml (original)
+++ excalibur/trunk/deprecated/component/pom.xml Fri Jul 24 15:35:19 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 Component Manager</name>



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