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/05/18 11:22:56 UTC

svn commit: r539336 - /cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/pom.xml

Author: reinhard
Date: Fri May 18 02:22:55 2007
New Revision: 539336

URL: http://svn.apache.org/viewvc?view=rev&rev=539336
Log:
back in snapshot mode after release

Modified:
    cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/pom.xml

Modified: cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/pom.xml?view=diff&rev=539336&r1=539335&r2=539336
==============================================================================
--- cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-flowscript/cocoon-flowscript-impl/pom.xml Fri May 18 02:22:55 2007
@@ -28,7 +28,7 @@
   <parent>
     <artifactId>cocoon-blocks-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>4</version>
+    <version>4-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>    
   </parent>
   <artifactId>cocoon-flowscript-impl</artifactId>
@@ -56,7 +56,6 @@
     <dependency>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-core</artifactId>
-      <version>2.2.0-RC1</version>
     </dependency>
     <dependency>
       <groupId>javax.servlet</groupId>