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/02/07 18:30:15 UTC

svn commit: r504628 - /cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/pom.xml

Author: reinhard
Date: Wed Feb  7 09:30:14 2007
New Revision: 504628

URL: http://svn.apache.org/viewvc?view=rev&rev=504628
Log:
flatten pom hierarchy

Modified:
    cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/pom.xml

Modified: cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/pom.xml?view=diff&rev=504628&r1=504627&r2=504628
==============================================================================
--- cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-samples-style/cocoon-samples-style-default/pom.xml Wed Feb  7 09:30:14 2007
@@ -26,9 +26,10 @@
   <packaging>jar</packaging>  
   
   <parent>
+    <artifactId>cocoon-blocks-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <artifactId>cocoon-samples-style</artifactId>
-    <version>1-SNAPSHOT</version>
+    <version>3-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>    
   </parent>
   <name>Cocoon Samples Style Default Block</name>
   <artifactId>cocoon-samples-style-default</artifactId>