Start upg to PMD 3.9: change PMD dependency, update deps to match 3.9's.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@491630 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
jjensen 2007-01-01 21:05:29 +00:00
parent 20b9958637
commit 1ddced840c
2 changed files with 8 additions and 2 deletions

View File

@ -158,7 +158,7 @@
<dependency> <dependency>
<groupId>pmd</groupId> <groupId>pmd</groupId>
<artifactId>pmd</artifactId> <artifactId>pmd</artifactId>
<version>3.7</version> <version>3.9</version>
<url>http://pmd.sourceforge.net</url> <url>http://pmd.sourceforge.net</url>
</dependency> </dependency>
<dependency> <dependency>
@ -166,10 +166,15 @@
<artifactId>oro</artifactId> <artifactId>oro</artifactId>
<version>2.0.8</version> <version>2.0.8</version>
</dependency> </dependency>
<dependency>
<groupId>asm</groupId>
<artifactId>asm</artifactId>
<version>3.0</version>
</dependency>
<dependency> <dependency>
<groupId>jaxen</groupId> <groupId>jaxen</groupId>
<artifactId>jaxen</artifactId> <artifactId>jaxen</artifactId>
<version>1.1-beta-9</version> <version>1.1-beta-10</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

View File

@ -25,6 +25,7 @@
</properties> </properties>
<body> <body>
<release version="1.10-SNAPSHOT" date="In SVN"> <release version="1.10-SNAPSHOT" date="In SVN">
<action dev="jjensen" type="update">Upgrade to PMD 3.9.</action>
<action dev="jjensen" type="add">Add "Goals" page.</action> <action dev="jjensen" type="add">Add "Goals" page.</action>
<action dev="jjensen" type="update">Update/clarify properties and add "Default" column to "Properties" page.</action> <action dev="jjensen" type="update">Update/clarify properties and add "Default" column to "Properties" page.</action>
<action dev="ltheussl" type="fix" issue="MPPMD-30">Cannot run pmd with Strings rulesets.</action> <action dev="ltheussl" type="fix" issue="MPPMD-30">Cannot run pmd with Strings rulesets.</action>