[maven-scm-plugin] prepare release 1.4
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115262 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
542630b9f8
commit
226ac1b0f3
@ -23,14 +23,8 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-pmd-plugin</id>
|
||||
<name>Maven PMD Plug-in</name>
|
||||
<currentVersion>1.4-SNAPSHOT</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>
|
||||
<currentVersion>1.4</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>
|
||||
<issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10358</issueTrackingUrl>
|
||||
@ -66,6 +60,11 @@
|
||||
<name>1.4</name>
|
||||
<tag>HEAD</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.4</id>
|
||||
<name>1.4</name>
|
||||
<tag>MAVEN_PMD_1_4</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers>
|
||||
<developer>
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
<author email="vmassol@apache.org">Vincent Massol</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.4-SNAPSHOT" date="in CVS">
|
||||
<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>
|
||||
<action dev="brett" type="fix">Fix usage of the maven.pmd.cpd.enable property so it is disabled when set to false (the default)</action>
|
||||
</release>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user