MPPMD-10. Upgrade to pmd-1.9

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115901 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2004-07-29 14:52:11 +00:00
parent 32865b3b57
commit abb880501c
2 changed files with 2 additions and 1 deletions

View File

@@ -107,7 +107,7 @@
<dependency>
<groupId>pmd</groupId>
<artifactId>pmd</artifactId>
<version>1.3</version>
<version>1.9</version>
<url>http://pmd.sourceforge.net</url>
</dependency>
<dependency>

View File

@@ -26,6 +26,7 @@
</properties>
<body>
<release version="1.6-SNAPSHOT" date="in CVS">
<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>
</release>
<release version="1.5" date="2004-06-28">