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/02/22 23:21:37 UTC

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

Author: reinhard
Date: Thu Feb 22 14:21:36 2007
New Revision: 510692

URL: http://svn.apache.org/viewvc?view=rev&rev=510692
Log:
use snapshot versions; enable Daisy plugin

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?view=diff&rev=510692&r1=510691&r2=510692
==============================================================================
--- cocoon/trunk/core/cocoon-configuration/cocoon-spring-configurator/pom.xml (original)
+++ cocoon/trunk/core/cocoon-configuration/cocoon-spring-configurator/pom.xml Thu Feb 22 14:21:36 2007
@@ -28,7 +28,7 @@
   <parent>
     <artifactId>cocoon-core-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>cocoon-spring-configurator</artifactId>
@@ -60,7 +60,7 @@
           <tagBase>https://svn.apache.org/repos/asf/cocoon/tags/cocoon-configuration/${project.artifactId}</tagBase>
         </configuration>
       </plugin>    
-      <!--plugin>
+      <plugin>
         <groupId>org.daisycms</groupId>
         <artifactId>daisy-maven-plugin</artifactId>
         <configuration>        
@@ -68,7 +68,7 @@
           <collection>cdocs-spring-configurator</collection>          
           <skipFirstNavigationDocumentLevel>false</skipFirstNavigationDocumentLevel>
         </configuration>
-      </plugin!-->         
+      </plugin>         
     </plugins> 
   </build>
   
@@ -76,7 +76,7 @@
     <dependency>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-configuration-api</artifactId>
-      <version>1.0.0</version>
+      <version>1.0.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>