Author: ltheussl
Date: Wed Mar 28 01:00:10 2007
New Revision: 523217

URL: http://svn.apache.org/viewvc?view=rev&rev=523217
Log:
[maven-scm-plugin] prepare release 1.10

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=523217&r1=523216&r2=523217
==============================================================================
--- maven/maven-1/plugins/trunk/pmd/project.xml (original)
+++ maven/maven-1/plugins/trunk/pmd/project.xml Wed Mar 28 01:00:10 2007
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 
 <!-- 
 /*
@@ -23,7 +23,7 @@
   <pomVersion>3</pomVersion>
   <id>maven-pmd-plugin</id>
   <name>Maven PMD Plugin</name>
-  <currentVersion>1.10-SNAPSHOT</currentVersion>
+  <currentVersion>1.10</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>
@@ -78,8 +78,8 @@
       <tag>MAVEN_PMD_1_9</tag>
     </version>
     <version>
-      <id>1.10-SNAPSHOT</id>
-      <name>1.10-SNAPSHOT</name>
+      <id>1.10</id>
+      <name>1.10</name>
       <tag>MAVEN_PMD_1_10</tag>
     </version>
   </versions>

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=523217&r1=523216&r2=523217
==============================================================================
--- maven/maven-1/plugins/trunk/pmd/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/pmd/xdocs/changes.xml Wed Mar 28 01:00:10 2007
@@ -18,88 +18,88 @@
  * limitations under the License.
  */
  -->
-<document>
-  <properties>
-    <title>Changes</title>
-    <author email="[EMAIL PROTECTED]">Siegfried Goeschl</author>
-    <author email="[EMAIL PROTECTED]">Vincent Massol</author>
-  </properties>
-  <body>
-    <release version="1.10-SNAPSHOT" date="In SVN">
-      <action dev="jjensen" type="update" issue="MPPMD-29">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>
-      <action dev="ltheussl" type="add" due-to="James Dempsey">Add an 
alternative jsl stylesheet that includes priority information.</action>
-      <action dev="ltheussl" type="add" issue="MPPMD-27">Allow custom JSL 
stylesheet to be defined via a property.</action>
-      <action dev="aheritier" type="update">Update dependencies to unify them 
between plugins. The following dependencies are updated: jaxen v1.0-FCS-full to 
1.1-beta-9. The following dependencies are removed: saxpath.</action>
-    </release>
-    <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">
-      <action dev="aheritier" type="add" issue="MPPMD-19" due-to="Wim 
Deblauwe">New property "maven.pmd.targetjdk" to define the target JDK.</action>
-      <action dev="aheritier" type="add">Add a link on each error to explain 
it.</action>
-      <action dev="aheritier" type="add" issue="MPPMD-21">New properties 
"maven.pmd.failonerror" and "maven.pmd.failonruleviolation" to fail the build 
if any errors or problems are found.</action>
-      <action dev="aheritier" type="add" issue="MPPMD-13">New property 
"maven.pmd.console" to display pmd errors to the console.</action>
-      <action dev="aheritier" type="fix">Do not generate links to JXR files if 
they are not created.</action>
-      <action dev="aheritier" type="update">Use properties maven.jxr.destdir 
and maven.jxr.destdir.test to generate links from the PMD report to jxr 
files.</action>
-      <action dev="aheritier" type="fix">Fix NullPointerException if 
pom.build.sourceDirectory or pom.build.unitTestSourceDirectory are not 
defined.</action>
-      <action dev="aheritier" type="update">Upgrade to pmd-3.5.</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>
-    </release>
-    <release version="1.6" date="2004-07-30">
-      <action dev="dion" issue="MPPMD-10" type="update">Upgrade to 
pmd-1.9.</action>
-      <action dev="dion" issue="MPPMD-12" type="fix">Check sources are present 
before calling PMD.</action>
-    </release>
-    <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>
-      <action dev="brett" type="fix">Fix usage of the maven.pmd.cpd.enable 
property so it is disabled when set to false (the default)</action>
-    </release>
-    <release version="1.3" date="2004-03-10">
-      <action dev="dion" type="fix" issue="MAVEN-1044">Allow multiple 
includes/excludes.</action>
-      <action dev="dion" type="update" issue="MAVEN-1008">Apply MAVEN-1008. 
Allow for custom rulesets in the classpath.</action>
-      <action dev="brett" type="add" issue="MPPMD-5" due-to="Morten 
Kvistgaard">Apply MPPMD-5. Add support for CPD report.</action>
-    </release>
-    <release version="1.2" date="2003-09-20">
-      <action dev="vmassol" type="update">Upgraded to use PMD 1.2.1.</action>
-    </release>
-    <release version="1.1" date="2003-08-30">
+<document> 
+  <properties> 
+    <title>Changes</title>  
+    <author email="[EMAIL PROTECTED]">Siegfried Goeschl</author>  
+    <author email="[EMAIL PROTECTED]">Vincent Massol</author> 
+  </properties>  
+  <body> 
+    <release version="1.10" date="2007-03-28"> 
+      <action dev="jjensen" type="update" issue="MPPMD-29">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>  
+      <action dev="ltheussl" type="add" due-to="James Dempsey">Add an 
alternative jsl stylesheet that includes priority information.</action>  
+      <action dev="ltheussl" type="add" issue="MPPMD-27">Allow custom JSL 
stylesheet to be defined via a property.</action>  
+      <action dev="aheritier" type="update">Update dependencies to unify them 
between plugins. The following dependencies are updated: jaxen v1.0-FCS-full to 
1.1-beta-9. The following dependencies are removed: saxpath.</action> 
+    </release>  
+    <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"> 
+      <action dev="aheritier" type="add" issue="MPPMD-19" due-to="Wim 
Deblauwe">New property "maven.pmd.targetjdk" to define the target JDK.</action> 
 
+      <action dev="aheritier" type="add">Add a link on each error to explain 
it.</action>  
+      <action dev="aheritier" type="add" issue="MPPMD-21">New properties 
"maven.pmd.failonerror" and "maven.pmd.failonruleviolation" to fail the build 
if any errors or problems are found.</action>  
+      <action dev="aheritier" type="add" issue="MPPMD-13">New property 
"maven.pmd.console" to display pmd errors to the console.</action>  
+      <action dev="aheritier" type="fix">Do not generate links to JXR files if 
they are not created.</action>  
+      <action dev="aheritier" type="update">Use properties maven.jxr.destdir 
and maven.jxr.destdir.test to generate links from the PMD report to jxr 
files.</action>  
+      <action dev="aheritier" type="fix">Fix NullPointerException if 
pom.build.sourceDirectory or pom.build.unitTestSourceDirectory are not 
defined.</action>  
+      <action dev="aheritier" type="update">Upgrade to pmd-3.5.</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> 
+    </release>  
+    <release version="1.6" date="2004-07-30"> 
+      <action dev="dion" issue="MPPMD-10" type="update">Upgrade to 
pmd-1.9.</action>  
+      <action dev="dion" issue="MPPMD-12" type="fix">Check sources are present 
before calling PMD.</action> 
+    </release>  
+    <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> 
 
+      <action dev="brett" type="fix">Fix usage of the maven.pmd.cpd.enable 
property so it is disabled when set to false (the default)</action> 
+    </release>  
+    <release version="1.3" date="2004-03-10"> 
+      <action dev="dion" type="fix" issue="MAVEN-1044">Allow multiple 
includes/excludes.</action>  
+      <action dev="dion" type="update" issue="MAVEN-1008">Apply MAVEN-1008. 
Allow for custom rulesets in the classpath.</action>  
+      <action dev="brett" type="add" issue="MPPMD-5" due-to="Morten 
Kvistgaard">Apply MPPMD-5. Add support for CPD report.</action> 
+    </release>  
+    <release version="1.2" date="2003-09-20"> 
+      <action dev="vmassol" type="update">Upgraded to use PMD 1.2.1.</action> 
+    </release>  
+    <release version="1.1" date="2003-08-30"> 
       <action dev="epugh" type="add">Adding
         <code>maven.pmd.includes</code>and
         <code>maven.pmd.excludes</code>to match functionality in checkstyle 
plugin.
-      </action>
+      </action>  
       <action dev="dion" type="fix">Now respects
         <code>pom.build.sourceModifications</code>.
-      </action>
-      <action dev="evenisse" type="fix">Add xml declaration to generated 
report. Fixed for character encoding.</action>
-      <action dev="vmassol" type="fix" issue="MAVEN-538">Make sure the report 
does not fail if PMD does not detect any violation.</action>
-    </release>
-    <release version="1.0" date="2003-04-08">
-      <action dev="vmassol" type="update">Make the plugin work with Maven 
b9.</action>
-      <action dev="vmassol" type="add">Added support for PMD 1.04.</action>
+      </action>  
+      <action dev="evenisse" type="fix">Add xml declaration to generated 
report. Fixed for character encoding.</action>  
+      <action dev="vmassol" type="fix" issue="MAVEN-538">Make sure the report 
does not fail if PMD does not detect any violation.</action> 
+    </release>  
+    <release version="1.0" date="2003-04-08"> 
+      <action dev="vmassol" type="update">Make the plugin work with Maven 
b9.</action>  
+      <action dev="vmassol" type="add">Added support for PMD 1.04.</action>  
       <action dev="vmassol" type="update">Moved the PMD plugin from the
         <link 
href="http://sourceforge.net/projects/maven-plugins";>Maven-Plugins SF 
project</link>to the Maven project.
-      </action>
-    </release>
-    <release version="0.5" date="14-03-2003">
-      <action dev="mpoeschl" type="update">Updated to used PMD 1.03</action>
-      <action dev="mpoeschl" type="update">Updated to work for 
maven-1,0-beta8</action>
-    </release>
-    <release version="0.4" date="16-Jan-2003">
-      <action dev="wdsgoe" type="fix">PMD can be enabled/disabled by setting 
maven.pmd.enable</action>
-      <action dev="wdsgoe" type="fix">Upgraded to PMD 1.01 and removed the 
DVSLPath Tool since it is not longer needed</action>
-      <action dev="wdsgoe" type="fix">Added files for integration with the 
existing maven-plugin buikd</action>
-      <action dev="wdsgoe" type="fix">Tom Copeland fixed some stuff in the 
Jelly script</action>
-    </release>
-    <release version="0.3" date="Unknown">
-      <action dev="wdsgoe" type="update">Updated to used PMD 1.0</action>
-    </release>
-  </body>
+      </action> 
+    </release>  
+    <release version="0.5" date="14-03-2003"> 
+      <action dev="mpoeschl" type="update">Updated to used PMD 1.03</action>  
+      <action dev="mpoeschl" type="update">Updated to work for 
maven-1,0-beta8</action> 
+    </release>  
+    <release version="0.4" date="16-Jan-2003"> 
+      <action dev="wdsgoe" type="fix">PMD can be enabled/disabled by setting 
maven.pmd.enable</action>  
+      <action dev="wdsgoe" type="fix">Upgraded to PMD 1.01 and removed the 
DVSLPath Tool since it is not longer needed</action>  
+      <action dev="wdsgoe" type="fix">Added files for integration with the 
existing maven-plugin buikd</action>  
+      <action dev="wdsgoe" type="fix">Tom Copeland fixed some stuff in the 
Jelly script</action> 
+    </release>  
+    <release version="0.3" date="Unknown"> 
+      <action dev="wdsgoe" type="update">Updated to used PMD 1.0</action> 
+    </release> 
+  </body> 
 </document>


Reply via email to