You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/06/28 13:31:23 UTC

cvs commit: maven-plugins/pmd/xdocs changes.xml

brett       2004/06/28 04:31:23

  Modified:    pmd      project.xml
               pmd/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 1.5
  
  Revision  Changes    Path
  1.28      +6 -1      maven-plugins/pmd/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pmd/project.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- project.xml	25 Jun 2004 15:24:30 -0000	1.27
  +++ project.xml	28 Jun 2004 11:31:23 -0000	1.28
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-pmd-plugin</id>
     <name>Maven PMD Plug-in</name>
  -  <currentVersion>1.5-SNAPSHOT</currentVersion>
  +  <currentVersion>1.5</currentVersion>
     <description>The Maven PMD plugin is a plugin that wraps the PMD framework (http://pmd.sourceforge.net). PMD is a source checking framework that works by scanning Java source code and looks for potential problems like: unused local variables, empty catch blocks, unused parameters, empty 'if' statements, etc.</description>
     <shortDescription>Maven Plugin for PMD</shortDescription>
     <url>http://maven.apache.org/reference/plugins/pmd/</url>
  @@ -59,6 +59,11 @@
         <id>1.4</id>
         <name>1.4</name>
         <tag>MAVEN_PMD_1_4</tag>
  +    </version>
  +    <version>
  +      <id>1.5</id>
  +      <name>1.5</name>
  +      <tag>MAVEN_PMD_1_5</tag>
       </version>
     </versions>
     <developers>
  
  
  
  1.23      +2 -4      maven-plugins/pmd/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pmd/xdocs/changes.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- changes.xml	12 Jun 2004 03:19:36 -0000	1.22
  +++ changes.xml	28 Jun 2004 11:31:23 -0000	1.23
  @@ -25,10 +25,8 @@
       <author email="vmassol@apache.org">Vincent Massol</author>
     </properties>
     <body>
  -    <release version="1.5-SNAPSHOT" date="in CVS">
  -      <action dev="brett" due-to="Joakim Erdfelt" issue="MPPMD-2" type="update">
  -        Upgrade to PMD 1.3, clean up and improve documentation.
  -      </action>
  +    <release version="1.5" date="2004-06-28">
  +      <action dev="brett" due-to="Joakim Erdfelt" issue="MPPMD-2" type="update">Upgrade to PMD 1.3, clean up and improve documentation.</action>
       </release>
       <release version="1.4" date="2004-05-15">
         <action dev="brett" type="fix" issue="MPPMD-7">Create directories that exist under maven.build.dir before using them so it works after clean.</action>
  
  
  

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