Author: aheritier Date: Mon Jun 26 15:54:29 2006 New Revision: 417308 URL: http://svn.apache.org/viewvc?rev=417308&view=rev Log: Start 1.10-SNAPSHOT Upgrade to PMD 3.7
Modified: maven/maven-1/plugins/trunk/pmd/project.xml maven/maven-1/plugins/trunk/pmd/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/pmd/project.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/pmd/project.xml?rev=417308&r1=417307&r2=417308&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/pmd/project.xml (original) +++ maven/maven-1/plugins/trunk/pmd/project.xml Mon Jun 26 15:54:29 2006 @@ -144,7 +144,7 @@ <dependency> <groupId>pmd</groupId> <artifactId>pmd</artifactId> - <version>3.6</version> + <version>3.7</version> <url>http://pmd.sourceforge.net</url> </dependency> <dependency> Modified: maven/maven-1/plugins/trunk/pmd/xdocs/changes.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/pmd/xdocs/changes.xml?rev=417308&r1=417307&r2=417308&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/pmd/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/pmd/xdocs/changes.xml Mon Jun 26 15:54:29 2006 @@ -24,6 +24,9 @@ <author email="[EMAIL PROTECTED]">Vincent Massol</author> </properties> <body> + <release version="1.10-SNAPSHOT" date="In SVN"> + <action dev="aheritier" type="update">Upgrade to pmd-3.7.</action> + </release> <release version="1.9" date="2006-04-27"> <action dev="aheritier" type="update" issue="MPPMD-26">Upgrade to pmd-3.6.</action> </release>