From 3aeffce2a273eec03b9924615d98877aa00b5c8d Mon Sep 17 00:00:00 2001 From: brett Date: Mon, 28 Jun 2004 11:31:23 +0000 Subject: [PATCH] [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 --- pmd/project.xml | 7 ++++++- pmd/xdocs/changes.xml | 6 ++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/pmd/project.xml b/pmd/project.xml index 53db44fb..173f3386 100644 --- a/pmd/project.xml +++ b/pmd/project.xml @@ -23,7 +23,7 @@ 3 maven-pmd-plugin Maven PMD Plug-in - 1.5-SNAPSHOT + 1.5 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. Maven Plugin for PMD http://maven.apache.org/reference/plugins/pmd/ @@ -60,6 +60,11 @@ 1.4 MAVEN_PMD_1_4 + + 1.5 + 1.5 + MAVEN_PMD_1_5 + diff --git a/pmd/xdocs/changes.xml b/pmd/xdocs/changes.xml index 856d6fcf..508c5705 100644 --- a/pmd/xdocs/changes.xml +++ b/pmd/xdocs/changes.xml @@ -25,10 +25,8 @@ Vincent Massol - - - Upgrade to PMD 1.3, clean up and improve documentation. - + + Upgrade to PMD 1.3, clean up and improve documentation. Create directories that exist under maven.build.dir before using them so it works after clean.