[maven-scm-plugin] prepare release 1.5

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115578 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-06-28 11:31:23 +00:00
parent bc66e9c82a
commit 3aeffce2a2
2 changed files with 8 additions and 5 deletions

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-pmd-plugin</id>
<name>Maven PMD Plug-in</name>
<currentVersion>1.5-SNAPSHOT</currentVersion>
<currentVersion>1.5</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>
@ -60,6 +60,11 @@
<name>1.4</name>
<tag>MAVEN_PMD_1_4</tag>
</version>
<version>
<id>1.5</id>
<name>1.5</name>
<tag>MAVEN_PMD_1_5</tag>
</version>
</versions>
<developers>
<developer>

View File

@ -25,10 +25,8 @@
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.5-SNAPSHOT" date="in CVS">
<action dev="brett" due-to="Joakim Erdfelt" issue="MPPMD-2" type="update">
Upgrade to PMD 1.3, clean up and improve documentation.
</action>
<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>