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:
parent
20b9958637
commit
1ddced840c
@ -158,7 +158,7 @@
|
||||
<dependency>
|
||||
<groupId>pmd</groupId>
|
||||
<artifactId>pmd</artifactId>
|
||||
<version>3.7</version>
|
||||
<version>3.9</version>
|
||||
<url>http://pmd.sourceforge.net</url>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@ -166,10 +166,15 @@
|
||||
<artifactId>oro</artifactId>
|
||||
<version>2.0.8</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>asm</groupId>
|
||||
<artifactId>asm</artifactId>
|
||||
<version>3.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jaxen</groupId>
|
||||
<artifactId>jaxen</artifactId>
|
||||
<version>1.1-beta-9</version>
|
||||
<version>1.1-beta-10</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
||||
@ -25,6 +25,7 @@
|
||||
</properties>
|
||||
<body>
|
||||
<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="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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user