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 2008/08/06 01:34:34 UTC

svn commit: r683037 - /cocoon/trunk/parent/pom.xml

Author: reinhard
Date: Tue Aug  5 16:34:34 2008
New Revision: 683037

URL: http://svn.apache.org/viewvc?rev=683037&view=rev
Log:
fix version number of docs-cleaner (has never been released IIRC)

Modified:
    cocoon/trunk/parent/pom.xml

Modified: cocoon/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/parent/pom.xml?rev=683037&r1=683036&r2=683037&view=diff
==============================================================================
--- cocoon/trunk/parent/pom.xml (original)
+++ cocoon/trunk/parent/pom.xml Tue Aug  5 16:34:34 2008
@@ -3433,7 +3433,7 @@
           <plugin>
             <groupId>org.apache.cocoon</groupId>
             <artifactId>cocoon-maven-docs-cleaner-plugin</artifactId>
-            <version>1.0.0-alpha-2</version>
+            <version>1.0.0-M1-SNAPSHOT</version>
           </plugin>
         </plugins>
       </build>