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 2019/05/20 12:29:33 UTC

[commons-parent] branch master updated: Add commons.pmd.version.

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 00a9efc  Add commons.pmd.version.
00a9efc is described below

commit 00a9efc75aff620155c8f45d00c9c4edfd9cb71d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon May 20 08:29:30 2019 -0400

    Add commons.pmd.version.
---
 pom.xml                 | 1 +
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index f9ba941..d8875a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1711,6 +1711,7 @@
     <commons.scm-publish.version>1.1</commons.scm-publish.version>
     <commons.findbugs.version>3.0.5</commons.findbugs.version>
     <commons.spotbugs.version>3.1.6</commons.spotbugs.version>
+    <commons.pmd.version>3.12.0</commons.pmd.version>
     <commons.felix.version>4.2.0</commons.felix.version>
     <commons.build-helper.version>3.0.0</commons.build-helper.version>
     <commons.animal-sniffer.version>1.17</commons.animal-sniffer.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 85c5a4a..775a177 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -74,6 +74,7 @@ The <action> type attribute can be add,update,fix,remove.
             <action type="update" dev="ggregory">Maven Surefire and Failsafe plugins 2.22.1 -> 2.22.2</action>
             <action type="update" dev="ggregory">commons.jar-plugin.version 3.1.1 -> 3.1.2</action>
             <action type="update" dev="ggregory">Add profile java-1.12</action>
+            <action type="add" dev="ggregory">Add commons.pmd.version</action>
         </release>
         
         <release version="48" date="2019-03-20" description="Release version 47">