Upgrade to pmd-3.2

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@227465 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
carlos 2005-08-04 20:08:39 +00:00
parent 427e12bea3
commit 83a13637f9
2 changed files with 13 additions and 2 deletions

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-pmd-plugin</id>
<name>Maven PMD Plug-in</name>
<currentVersion>1.6</currentVersion>
<currentVersion>1.7-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/reference/plugins/pmd/</url>
@ -108,6 +108,14 @@
<role>Software Developer</role>
</roles>
</developer>
<developer>
<name>Carlos Sanchez</name>
<id>carlos</id>
<email>carlos@apache.org</email>
<roles>
<role>Software Developer</role>
</roles>
</developer>
</developers>
<contributors>
<contributor>
@ -121,7 +129,7 @@
<dependency>
<groupId>pmd</groupId>
<artifactId>pmd</artifactId>
<version>1.9</version>
<version>3.2</version>
<url>http://pmd.sourceforge.net</url>
</dependency>
<dependency>

View File

@ -25,6 +25,9 @@
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.7-SNAPSHOT" date="in SVN">
<action dev="carlos" issue="MPPMD-15" type="update">Upgrade to pmd-3.2.</action>
</release>
<release version="1.6" date="2004-07-30">
<action dev="dion" issue="MPPMD-10" type="update">Upgrade to pmd-1.9.</action>
<action dev="dion" issue="MPPMD-12" type="fix">Check sources are present before calling PMD.</action>