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/07/31 14:02:07 UTC

svn commit: r427082 - /cocoon/trunk/core/pom.xml

Author: reinhard
Date: Mon Jul 31 05:02:07 2006
New Revision: 427082

URL: http://svn.apache.org/viewvc?rev=427082&view=rev
Log:
make core POM artifact ready for a release

Modified:
    cocoon/trunk/core/pom.xml

Modified: cocoon/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/pom.xml?rev=427082&r1=427081&r2=427082&view=diff
==============================================================================
--- cocoon/trunk/core/pom.xml (original)
+++ cocoon/trunk/core/pom.xml Mon Jul 31 05:02:07 2006
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon</artifactId>
-    <version>1-SNAPSHOT</version>
+    <version>1</version>
   </parent>
 
   <groupId>org.apache.cocoon</groupId>
@@ -34,12 +34,12 @@
     
   <name>Cocoon Core [modules]</name>
 
-  <modules>
+  <!--modules>
     <module>cocoon-blocks-fw</module>
     <module>cocoon-bootstrap</module>
     <module>cocoon-core</module>
     <module>cocoon-webapp</module>
-  </modules>
+  </modules-->
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/cocoon/trunk/core</connection>
   </scm>