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 2006/08/01 08:18:53 UTC

svn commit: r427462 - /cocoon/trunk/tools/pom.xml

Author: reinhard
Date: Mon Jul 31 23:18:52 2006
New Revision: 427462

URL: http://svn.apache.org/viewvc?rev=427462&view=rev
Log:
use correct parent POM version

Modified:
    cocoon/trunk/tools/pom.xml

Modified: cocoon/trunk/tools/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/tools/pom.xml?rev=427462&r1=427461&r2=427462&view=diff
==============================================================================
--- cocoon/trunk/tools/pom.xml (original)
+++ cocoon/trunk/tools/pom.xml Mon Jul 31 23:18:52 2006
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
 
   <artifactId>cocoon-tools-modules</artifactId>
@@ -37,7 +37,6 @@
   <modules>
     <module>archetypes</module>
     <module>cocoon-block-deployer</module>
-    <module>cocoon-maven-eclipse-plugin</module>
   </modules>
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/cocoon/trunk/tools</connection>