You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2006/11/06 15:51:14 UTC

svn commit: r471749 - /maven/maven-1/plugins/trunk/pmd/project.xml

Author: ltheussl
Date: Mon Nov  6 06:51:14 2006
New Revision: 471749

URL: http://svn.apache.org/viewvc?view=rev&rev=471749
Log:
New version.

Modified:
    maven/maven-1/plugins/trunk/pmd/project.xml

Modified: maven/maven-1/plugins/trunk/pmd/project.xml
URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/pmd/project.xml?view=diff&rev=471749&r1=471748&r2=471749
==============================================================================
--- maven/maven-1/plugins/trunk/pmd/project.xml (original)
+++ maven/maven-1/plugins/trunk/pmd/project.xml Mon Nov  6 06:51:14 2006
@@ -22,7 +22,7 @@
   <pomVersion>3</pomVersion>
   <id>maven-pmd-plugin</id>
   <name>Maven PMD Plugin</name>
-  <currentVersion>1.9</currentVersion>
+  <currentVersion>1.10-SNAPSHOT</currentVersion>
   <description>The Maven PMD plugin is a plugin that wraps the PMD framework (http://pmd.sourceforge.net). PMD is a source checking framework that works by scanning Java source code and looks for potential problems like: unused local variables, empty catch blocks, unused parameters, empty 'if' statements, etc.</description>
   <shortDescription>Maven Plugin for PMD</shortDescription>
   <versions>