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:16:06 UTC

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

Author: reinhard
Date: Mon Jul 31 23:16:06 2006
New Revision: 427457

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

Modified:
    cocoon/trunk/core/pom.xml

Modified: cocoon/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/pom.xml?rev=427457&r1=427456&r2=427457&view=diff
==============================================================================
--- cocoon/trunk/core/pom.xml (original)
+++ cocoon/trunk/core/pom.xml Mon Jul 31 23:16:06 2006
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon</artifactId>
-    <version>1</version>
+    <version>2-SNAPSHOT</version>
   </parent>
 
   <artifactId>cocoon-core-modules</artifactId>