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/09/20 10:46:45 UTC

svn commit: r577636 - /cocoon/trunk/core/cocoon-configuration/cocoon-spring-configurator/pom.xml

Author: reinhard
Date: Thu Sep 20 01:46:45 2007
New Revision: 577636

URL: http://svn.apache.org/viewvc?rev=577636&view=rev
Log:
snapshot mode

Modified:
    cocoon/trunk/core/cocoon-configuration/cocoon-spring-configurator/pom.xml

Modified: cocoon/trunk/core/cocoon-configuration/cocoon-spring-configurator/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-configuration/cocoon-spring-configurator/pom.xml?rev=577636&r1=577635&r2=577636&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-configuration/cocoon-spring-configurator/pom.xml (original)
+++ cocoon/trunk/core/cocoon-configuration/cocoon-spring-configurator/pom.xml Thu Sep 20 01:46:45 2007
@@ -28,7 +28,7 @@
   <parent>
     <artifactId>cocoon</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>5</version>
+    <version>6-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>cocoon-spring-configurator</artifactId>
@@ -67,7 +67,6 @@
     <dependency>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-configuration-api</artifactId>
-      <version>1.0.1</version>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>