You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jj...@apache.org on 2007/01/01 22:05:30 UTC

svn commit: r491630 - in /maven/maven-1/plugins/trunk/pmd: project.xml xdocs/changes.xml

Author: jjensen
Date: Mon Jan  1 13:05:29 2007
New Revision: 491630

URL: http://svn.apache.org/viewvc?view=rev&rev=491630
Log:
Start upg to PMD 3.9: change PMD dependency, update deps to match 3.9's.

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?view=diff&rev=491630&r1=491629&r2=491630
==============================================================================
--- maven/maven-1/plugins/trunk/pmd/project.xml (original)
+++ maven/maven-1/plugins/trunk/pmd/project.xml Mon Jan  1 13:05:29 2007
@@ -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>
@@ -167,9 +167,14 @@
       <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>

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?view=diff&rev=491630&r1=491629&r2=491630
==============================================================================
--- maven/maven-1/plugins/trunk/pmd/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/pmd/xdocs/changes.xml Mon Jan  1 13:05:29 2007
@@ -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>



RE: svn commit: r491630 - in /maven/maven-1/plugins/trunk/pmd: project.xml xdocs/changes.xml

Posted by Jeff Jensen <je...@upstairstechnology.com>.
Thanks Arnaud.  I will commit the change and update & close the JIRA when
things are complete.
 

-----Original Message-----
From: Arnaud HERITIER [mailto:aheritier@gmail.com] 
Sent: Monday, January 01, 2007 5:06 PM
To: dev@maven.apache.org
Subject: Re: svn commit: r491630 - in /maven/maven-1/plugins/trunk/pmd:
project.xml xdocs/changes.xml

>
> Modified: maven/maven-1/plugins/trunk/pmd/xdocs/changes.xml
> URL:
> http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/pmd/xdocs/cha
> nges.xml?view=diff&rev=491630&r1=491629&r2=491630
>
> ======================================================================
> ========
> --- maven/maven-1/plugins/trunk/pmd/xdocs/changes.xml (original)
> +++ maven/maven-1/plugins/trunk/pmd/xdocs/changes.xml Mon Jan  1 
> +++ 13:05:29
> 2007
> @@ -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>


Jeff,

You forgot to add the reference to the issue (and to close this one) :
http://jira.codehaus.org/browse/MPPMD-29

Arnaud



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r491630 - in /maven/maven-1/plugins/trunk/pmd: project.xml xdocs/changes.xml

Posted by Arnaud HERITIER <ah...@gmail.com>.
>
> 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?view=diff&rev=491630&r1=491629&r2=491630
>
> ==============================================================================
> --- maven/maven-1/plugins/trunk/pmd/xdocs/changes.xml (original)
> +++ maven/maven-1/plugins/trunk/pmd/xdocs/changes.xml Mon Jan  1 13:05:29
> 2007
> @@ -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>


Jeff,

You forgot to add the reference to the issue (and to close this one) :
http://jira.codehaus.org/browse/MPPMD-29

Arnaud