[maven-scm-plugin] prepare release 1.9
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@397333 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
87ff914e31
commit
edd4a9b57c
@ -22,7 +22,7 @@
|
|||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-pmd-plugin</id>
|
<id>maven-pmd-plugin</id>
|
||||||
<name>Maven PMD Plugin</name>
|
<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>
|
<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>
|
<shortDescription>Maven Plugin for PMD</shortDescription>
|
||||||
<versions>
|
<versions>
|
||||||
@ -71,6 +71,11 @@
|
|||||||
<name>1.8</name>
|
<name>1.8</name>
|
||||||
<tag>MAVEN_PMD_1_8</tag>
|
<tag>MAVEN_PMD_1_8</tag>
|
||||||
</version>
|
</version>
|
||||||
|
<version>
|
||||||
|
<id>1.9</id>
|
||||||
|
<name>1.9</name>
|
||||||
|
<tag>MAVEN_PMD_1_9</tag>
|
||||||
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
|
|||||||
@ -24,7 +24,7 @@
|
|||||||
<author email="vmassol@apache.org">Vincent Massol</author>
|
<author email="vmassol@apache.org">Vincent Massol</author>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<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>
|
<action dev="aheritier" type="update" issue="MPPMD-26">Upgrade to pmd-3.6.</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="1.8" date="2006-03-27">
|
<release version="1.8" date="2006-03-27">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user