Author: aheritier Date: Thu Feb 2 06:46:41 2006 New Revision: 374400 URL: http://svn.apache.org/viewcvs?rev=374400&view=rev Log: We are working on the 1.8-SNAPSHOT
Modified: maven/maven-1/plugins/trunk/pmd/project.xml Modified: maven/maven-1/plugins/trunk/pmd/project.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pmd/project.xml?rev=374400&r1=374399&r2=374400&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/pmd/project.xml (original) +++ maven/maven-1/plugins/trunk/pmd/project.xml Thu Feb 2 06:46:41 2006 @@ -23,7 +23,7 @@ <pomVersion>3</pomVersion> <id>maven-pmd-plugin</id> <name>Maven PMD Plugin</name> - <currentVersion>1.7</currentVersion> + <currentVersion>1.8-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> <url>http://maven.apache.org/maven-1.x/reference/plugins/pmd/</url>