[maven-scm-plugin] prepare release 1.7
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@230514 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -17,13 +17,12 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<project>
|
||||
<extend>../plugin-parent/project.xml</extend>
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-pmd-plugin</id>
|
||||
<name>Maven PMD Plug-in</name>
|
||||
<currentVersion>1.7-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.7</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>
|
||||
@@ -70,6 +69,11 @@
|
||||
<name>1.6</name>
|
||||
<tag>MAVEN_PMD_1_6</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.7</id>
|
||||
<name>1.7</name>
|
||||
<tag>MAVEN_PMD_1_7</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers>
|
||||
<developer>
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
-->
|
||||
|
||||
<document>
|
||||
<properties>
|
||||
<title>Changes</title>
|
||||
@@ -25,7 +24,7 @@
|
||||
<author email="vmassol@apache.org">Vincent Massol</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.7-SNAPSHOT" date="in SVN">
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user