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 2006/12/30 21:08:55 UTC

svn commit: r491300 - /velocity/site/doxia-velocity-renderer/pom.xml

Author: henning
Date: Sat Dec 30 12:08:55 2006
New Revision: 491300

URL: http://svn.apache.org/viewvc?view=rev&rev=491300
Log:
use maven changelog plugin, not codehaus, remove pmd.

update version



Modified:
    velocity/site/doxia-velocity-renderer/pom.xml

Modified: velocity/site/doxia-velocity-renderer/pom.xml
URL: http://svn.apache.org/viewvc/velocity/site/doxia-velocity-renderer/pom.xml?view=diff&rev=491300&r1=491299&r2=491300
==============================================================================
--- velocity/site/doxia-velocity-renderer/pom.xml (original)
+++ velocity/site/doxia-velocity-renderer/pom.xml Sat Dec 30 12:08:55 2006
@@ -31,7 +31,7 @@
 
   <groupId>org.apache.velocity</groupId>
   <artifactId>doxia-velocity-renderer</artifactId>
-  <version>0.0.1</version>
+  <version>0.0.2</version>
   <name>Doxia Velocity Renderer</name>
   <url>http://people.apache.org/~henning/velocity-doxia-renderer/</url>
   <description>This is a Doxia Extension that allows you to run Velocity Templates to produce APT and XDOC
@@ -98,10 +98,6 @@
         </configuration>
       </plugin>
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-pmd-plugin</artifactId>
-      </plugin>
-      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>taglist-maven-plugin</artifactId>
         <configuration>
@@ -125,8 +121,8 @@
         </configuration>
       </plugin>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>changelog-maven-plugin</artifactId>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-changelog-plugin</artifactId>
       </plugin>
     </plugins>
   </reporting>