You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/12/29 19:14:12 UTC

[commons-parent] branch master updated: Update commons.pmd.version 3.13.0 -> 3.14.0.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new a051b65  Update commons.pmd.version 3.13.0 -> 3.14.0.
a051b65 is described below

commit a051b65d8b59f010952e586cf1d42236b0a3da66
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Dec 29 14:14:08 2020 -0500

    Update commons.pmd.version 3.13.0 -> 3.14.0.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6512695..e6859c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,7 +137,7 @@
     <commons.javadoc.version>3.2.0</commons.javadoc.version>
     <commons.jdepend.version>2.0</commons.jdepend.version>
     <commons.jxr.version>3.0.0</commons.jxr.version>
-    <commons.pmd.version>3.13.0</commons.pmd.version>
+    <commons.pmd.version>3.14.0</commons.pmd.version>
     <commons.project-info.version>3.1.1</commons.project-info.version>
     <commons.rat.version>0.13</commons.rat.version>
     <commons.release-plugin.version>1.7</commons.release-plugin.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 64efa8a..5f69019 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -75,6 +75,7 @@ The <action> type attribute can be add,update,fix,remove.
           <action type="update" dev="ggregory">Update spotbugs impl from 4.0.6 to 4.1.3.</action>
           <action type="update" dev="ggregory">Update com.github.siom79.japicmp:japicmp-maven-plugin 0.14.3 -> 0.14.4.</action>
           <action type="update" dev="ggregory">Update org.apache.maven.wagon:wagon-ssh 3.4.0 -> 3.4.2.</action>
+          <action type="update" dev="ggregory">Update commons.pmd.version 3.13.0 -> 3.14.0.</action>
         </release>
 
         <release version="52" date="2020-07-30" description="Add support for Java 15.">