[maven-scm-plugin] prepare release 1.10

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@523217 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2007-03-28 08:00:10 +00:00
parent de5b5c74c0
commit a4269743fc
2 changed files with 81 additions and 81 deletions

View File

@ -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>

View File

@ -25,7 +25,7 @@
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.10-SNAPSHOT" date="In SVN">
<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>