Updated to use PMD 1.2.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113909 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2003-08-30 11:55:56 +00:00
parent 61520e2ffe
commit f115a120b6
2 changed files with 4 additions and 1 deletions

View File

@ -64,7 +64,7 @@
<dependency> <dependency>
<groupId>pmd</groupId> <groupId>pmd</groupId>
<artifactId>pmd</artifactId> <artifactId>pmd</artifactId>
<version>1.1</version> <version>1.2.1</version>
<url>http://pmd.sourceforge.net</url> <url>http://pmd.sourceforge.net</url>
</dependency> </dependency>
<dependency> <dependency>

View File

@ -9,6 +9,9 @@
<body> <body>
<release version="1.2" date="in CVS"> <release version="1.2" date="in CVS">
<action dev="vmassol" type="update">
Upgraded to use PMD 1.2.1.
</action>
</release> </release>
<release version="1.1" date="2003-08-30"> <release version="1.1" date="2003-08-30">