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/04/27 01:21:32 UTC

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

Author: aheritier
Date: Wed Apr 26 16:21:31 2006
New Revision: 397333

URL: http://svn.apache.org/viewcvs?rev=397333&view=rev
Log:
[maven-scm-plugin] prepare release 1.9

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=397333&r1=397332&r2=397333&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/pmd/project.xml (original)
+++ maven/maven-1/plugins/trunk/pmd/project.xml Wed Apr 26 16:21:31 2006
@@ -22,7 +22,7 @@
   <pomVersion>3</pomVersion>
   <id>maven-pmd-plugin</id>
   <name>Maven PMD Plugin</name>
-  <currentVersion>1.9-SNAPSHOT</currentVersion>
+  <currentVersion>1.9</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>
   <versions>
@@ -70,6 +70,11 @@
       <id>1.8</id>
       <name>1.8</name>
       <tag>MAVEN_PMD_1_8</tag>
+    </version>
+    <version>
+      <id>1.9</id>
+      <name>1.9</name>
+      <tag>MAVEN_PMD_1_9</tag>
     </version>
   </versions>
   <developers>

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=397333&r1=397332&r2=397333&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/pmd/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/pmd/xdocs/changes.xml Wed Apr 26 16:21:31 2006
@@ -24,7 +24,7 @@
     <author email="vmassol@apache.org">Vincent Massol</author>
   </properties>
   <body>
-    <release version="1.9" date="In SVN">
+    <release version="1.9" date="2006-04-27">
       <action dev="aheritier" type="update" issue="MPPMD-26">Upgrade to pmd-3.6.</action>
     </release>
     <release version="1.8" date="2006-03-27">