dion        2004/07/29 07:22:08

  Modified:    pmd      project.xml
  Log:
  Add test project
  
  Revision  Changes    Path
  1.29      +1 -1      maven-plugins/pmd/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pmd/project.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- project.xml       28 Jun 2004 11:31:23 -0000      1.28
  +++ project.xml       29 Jul 2004 14:22:08 -0000      1.29
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-pmd-plugin</id>
     <name>Maven PMD Plug-in</name>
  -  <currentVersion>1.5</currentVersion>
  +  <currentVersion>1.6-SNAPSHOT</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>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to