Author: aheritier
Date: Sun Mar 26 15:05:26 2006
New Revision: 388981
URL: http://svn.apache.org/viewcvs?rev=388981&view=rev
Log:
[maven-scm-plugin] prepare release 1.8
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=388981&r1=388980&r2=388981&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/pmd/project.xml (original)
+++ maven/maven-1/plugins/trunk/pmd/project.xml Sun Mar 26 15:05:26 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
/*
@@ -17,13 +17,12 @@
* limitations under the License.
*/
-->
-<project xmlns="http://maven.apache.org/POM/3.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/3.0.0
http://maven.apache.org/maven-v3_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/3.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/3.0.0
http://maven.apache.org/maven-v3_0_0.xsd">
<extend>../plugins-parent/project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-pmd-plugin</id>
<name>Maven PMD Plugin</name>
- <currentVersion>1.8-SNAPSHOT</currentVersion>
+ <currentVersion>1.8</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>
@@ -66,6 +65,11 @@
<id>1.7</id>
<name>1.7</name>
<tag>MAVEN_PMD_1_7</tag>
+ </version>
+ <version>
+ <id>1.8</id>
+ <name>1.8</name>
+ <tag>MAVEN_PMD_1_8</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=388981&r1=388980&r2=388981&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/pmd/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/pmd/xdocs/changes.xml Sun Mar 26 15:05:26 2006
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
/*
@@ -24,7 +24,7 @@
<author email="[EMAIL PROTECTED]">Vincent Massol</author>
</properties>
<body>
- <release version="1.8-SNAPSHOT" date="In SVN">
+ <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>