You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2006/01/31 17:53:33 UTC

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

Author: aheritier
Date: Tue Jan 31 08:53:29 2006
New Revision: 373872

URL: http://svn.apache.org/viewcvs?rev=373872&view=rev
Log:
begin 1.8-SNAPSHOT
Upgrade to pmd 3.4

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/viewcvs/maven/maven-1/plugins/trunk/pmd/project.xml?rev=373872&r1=373871&r2=373872&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/pmd/project.xml (original)
+++ maven/maven-1/plugins/trunk/pmd/project.xml Tue Jan 31 08:53:29 2006
@@ -134,7 +134,7 @@
     <dependency>
       <groupId>pmd</groupId>
       <artifactId>pmd</artifactId>
-      <version>3.2</version>
+      <version>3.4</version>
       <url>http://pmd.sourceforge.net</url>
     </dependency>
     <dependency>

Modified: maven/maven-1/plugins/trunk/pmd/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pmd/xdocs/changes.xml?rev=373872&r1=373871&r2=373872&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/pmd/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/pmd/xdocs/changes.xml Tue Jan 31 08:53:29 2006
@@ -24,6 +24,9 @@
     <author email="vmassol@apache.org">Vincent Massol</author>
   </properties>
   <body>
+    <release version="1.8-SNAPSHOT" date="In SVN">
+      <action dev="aheritier" type="update">Upgrade to pmd-3.4.</action>
+    </release>
     <release version="1.7" date="2005-08-05">
       <action dev="carlos" issue="MPPMD-14" type="add">Added ability to check test sources.</action>
       <action dev="carlos" issue="MPPMD-15" type="update">Upgrade to pmd-3.2.</action>



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

Posted by Arnaud HERITIER <ah...@gmail.com>.
I saw it but there's also an issue open in the tracker for the pmd project.

Arnaud

On 1/31/06, Lukas Theussl <lt...@apache.org> wrote:
> Actually, pmd 3.5 has been released but it's not on ibiblio yet, see
> http://jira.codehaus.org/browse/MPMD-12
>
> -Lukas
>
>
> aheritier@apache.org wrote:
> > Author: aheritier
> > Date: Tue Jan 31 08:53:29 2006
> > New Revision: 373872
> >
> > URL: http://svn.apache.org/viewcvs?rev=373872&view=rev
> > Log:
> > begin 1.8-SNAPSHOT
> > Upgrade to pmd 3.4
> >
> > 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/viewcvs/maven/maven-1/plugins/trunk/pmd/project.xml?rev=373872&r1=373871&r2=373872&view=diff
> > ==============================================================================
> > --- maven/maven-1/plugins/trunk/pmd/project.xml (original)
> > +++ maven/maven-1/plugins/trunk/pmd/project.xml Tue Jan 31 08:53:29 2006
> > @@ -134,7 +134,7 @@
> >      <dependency>
> >        <groupId>pmd</groupId>
> >        <artifactId>pmd</artifactId>
> > -      <version>3.2</version>
> > +      <version>3.4</version>
> >        <url>http://pmd.sourceforge.net</url>
> >      </dependency>
> >      <dependency>
> >
> > Modified: maven/maven-1/plugins/trunk/pmd/xdocs/changes.xml
> > URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pmd/xdocs/changes.xml?rev=373872&r1=373871&r2=373872&view=diff
> > ==============================================================================
> > --- maven/maven-1/plugins/trunk/pmd/xdocs/changes.xml (original)
> > +++ maven/maven-1/plugins/trunk/pmd/xdocs/changes.xml Tue Jan 31 08:53:29 2006
> > @@ -24,6 +24,9 @@
> >      <author email="vmassol@apache.org">Vincent Massol</author>
> >    </properties>
> >    <body>
> > +    <release version="1.8-SNAPSHOT" date="In SVN">
> > +      <action dev="aheritier" type="update">Upgrade to pmd-3.4.</action>
> > +    </release>
> >      <release version="1.7" date="2005-08-05">
> >        <action dev="carlos" issue="MPPMD-14" type="add">Added ability to check test sources.</action>
> >        <action dev="carlos" issue="MPPMD-15" type="update">Upgrade to pmd-3.2.</action>
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

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


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

Posted by Lukas Theussl <lt...@apache.org>.
Actually, pmd 3.5 has been released but it's not on ibiblio yet, see
http://jira.codehaus.org/browse/MPMD-12

-Lukas


aheritier@apache.org wrote:
> Author: aheritier
> Date: Tue Jan 31 08:53:29 2006
> New Revision: 373872
> 
> URL: http://svn.apache.org/viewcvs?rev=373872&view=rev
> Log:
> begin 1.8-SNAPSHOT
> Upgrade to pmd 3.4
> 
> 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/viewcvs/maven/maven-1/plugins/trunk/pmd/project.xml?rev=373872&r1=373871&r2=373872&view=diff
> ==============================================================================
> --- maven/maven-1/plugins/trunk/pmd/project.xml (original)
> +++ maven/maven-1/plugins/trunk/pmd/project.xml Tue Jan 31 08:53:29 2006
> @@ -134,7 +134,7 @@
>      <dependency>
>        <groupId>pmd</groupId>
>        <artifactId>pmd</artifactId>
> -      <version>3.2</version>
> +      <version>3.4</version>
>        <url>http://pmd.sourceforge.net</url>
>      </dependency>
>      <dependency>
> 
> Modified: maven/maven-1/plugins/trunk/pmd/xdocs/changes.xml
> URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pmd/xdocs/changes.xml?rev=373872&r1=373871&r2=373872&view=diff
> ==============================================================================
> --- maven/maven-1/plugins/trunk/pmd/xdocs/changes.xml (original)
> +++ maven/maven-1/plugins/trunk/pmd/xdocs/changes.xml Tue Jan 31 08:53:29 2006
> @@ -24,6 +24,9 @@
>      <author email="vmassol@apache.org">Vincent Massol</author>
>    </properties>
>    <body>
> +    <release version="1.8-SNAPSHOT" date="In SVN">
> +      <action dev="aheritier" type="update">Upgrade to pmd-3.4.</action>
> +    </release>
>      <release version="1.7" date="2005-08-05">
>        <action dev="carlos" issue="MPPMD-14" type="add">Added ability to check test sources.</action>
>        <action dev="carlos" issue="MPPMD-15" type="update">Upgrade to pmd-3.2.</action>
> 
> 


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