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

svn commit: r583513 - /cocoon/trunk/blocks/pom.xml

Author: reinhard
Date: Wed Oct 10 08:24:10 2007
New Revision: 583513

URL: http://svn.apache.org/viewvc?rev=583513&view=rev
Log:
fix relative path to parent

Modified:
    cocoon/trunk/blocks/pom.xml

Modified: cocoon/trunk/blocks/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/pom.xml?rev=583513&r1=583512&r2=583513&view=diff
==============================================================================
--- cocoon/trunk/blocks/pom.xml (original)
+++ cocoon/trunk/blocks/pom.xml Wed Oct 10 08:24:10 2007
@@ -28,7 +28,7 @@
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon</artifactId>
     <version>6-SNAPSHOT</version>
-    <relativePath>../../parent</relativePath>
+    <relativePath>../parent</relativePath>
   </parent>
 
   <artifactId>cocoon-blocks-modules</artifactId>