brett 2004/05/15 18:30:52
Modified: pmd project.xml
pmd/xdocs changes.xml
Log:
[maven-scm-plugin] prepare release 1.4
Revision Changes Path
1.24 +7 -8 maven-plugins/pmd/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/pmd/project.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- project.xml 2 May 2004 14:16:25 -0000 1.23
+++ project.xml 16 May 2004 01:30:52 -0000 1.24
@@ -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>
@@ -65,6 +59,11 @@
<id>1.4</id>
<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>
1.21 +1 -1 maven-plugins/pmd/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/pmd/xdocs/changes.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- changes.xml 30 Apr 2004 14:38:44 -0000 1.20
+++ changes.xml 16 May 2004 01:30:52 -0000 1.21
@@ -25,7 +25,7 @@
<author email="[EMAIL PROTECTED]">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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]