From 08a854a4f93befababeb479ba2722cd0477a59f8 Mon Sep 17 00:00:00 2001 From: Benedikt Ritter Date: Sat, 14 Mar 2015 12:02:34 +0000 Subject: [PATCH] =?UTF-8?q?LANG-1096:=20Update=20maven-pmd-plugin=20to=203?= =?UTF-8?q?.4.=20This=20fixes=20#53=20from=20github.=20Thanks=20to=20Micha?= =?UTF-8?q?=C5=82=20Kordas.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1666661 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d5def8bc0..c75f3ce8a 100644 --- a/pom.xml +++ b/pom.xml @@ -632,7 +632,7 @@ maven-pmd-plugin - 3.3 + 3.4 ${maven.compiler.target} diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4449a6621..29cdcf2d8 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -22,6 +22,7 @@ + Update maven-pmd-plugin to 3.4 Update maven-antrun-plugin to 1.8 Wrong formating of time zones with daylight saving time in FastDatePrinter Performance improvements for StringEscapeUtils