You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by he...@apache.org on 2010/10/21 07:20:54 UTC

svn commit: r1025824 - /velocity/site/tools/pom.xml

Author: henning
Date: Thu Oct 21 05:20:54 2010
New Revision: 1025824

URL: http://svn.apache.org/viewvc?rev=1025824&view=rev
Log:
bump to 2.0.0-SNAPSHOT, disable doxia renderer for a moment.


Modified:
    velocity/site/tools/pom.xml

Modified: velocity/site/tools/pom.xml
URL: http://svn.apache.org/viewvc/velocity/site/tools/pom.xml?rev=1025824&r1=1025823&r2=1025824&view=diff
==============================================================================
--- velocity/site/tools/pom.xml (original)
+++ velocity/site/tools/pom.xml Thu Oct 21 05:20:54 2010
@@ -32,7 +32,7 @@
 
   <groupId>org.apache.velocity.site</groupId>
   <artifactId>velocity-site-tools</artifactId>
-  <version>1.3.0-SNAPSHOT</version>
+  <version>2.0.0-SNAPSHOT</version>
 
   <name>Velocity Site Tools</name>
   <url>http://velocity.apache.org/site/tools/</url>
@@ -40,9 +40,11 @@
   <inceptionYear>2006</inceptionYear>
   <packaging>pom</packaging>
   <modules>
-    <module>velocity-site-doxia-renderer</module>
-    <module>velocity-site-news-plugin</module>
     <module>velocity-site-skin</module>
+    <module>velocity-site-news-plugin</module>
+<!--
+    <module>velocity-site-doxia-renderer</module>
+-->
   </modules>
 
   <distributionManagement>