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 2022/06/18 17:40:40 UTC

[commons-parent] branch master updated: Bump maven-enforcer-plugin from 3.0.0 to 3.1.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 c3952c5  Bump maven-enforcer-plugin from 3.0.0 to 3.1.0
     new 311548e  Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-parent
c3952c5 is described below

commit c3952c5a694be868a1682be7df169da0bf342fe8
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jun 18 13:40:05 2022 -0400

    Bump maven-enforcer-plugin from 3.0.0 to 3.1.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 8d878d8..72f0f6d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,7 +146,7 @@
     <commons.rat.version>0.14</commons.rat.version>
     <commons.release-plugin.version>1.8.0</commons.release-plugin.version>
     <commons.scm-publish.version>1.1</commons.scm-publish.version>
-    <commons.enforcer-plugin.version>3.0.0</commons.enforcer-plugin.version>
+    <commons.enforcer-plugin.version>3.1.0</commons.enforcer-plugin.version>
     <commons.buildnumber-plugin.version>3.0.0</commons.buildnumber-plugin.version>
     <!-- requires Java 8 -->
     <commons.biz.aQute.bndlib.version>6.3.1</commons.biz.aQute.bndlib.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c89a8f1..a0e8fef 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -79,6 +79,7 @@ The <action> type attribute can be add,update,fix,remove.
            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump apache-rat from 0.13 to 0.14.</action>
            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump biz.aQute.bndlib from 6.2.0 to 6.3.1.</action>
            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-pmd-plugin from 3.16.0 to 3.17.0.</action>
+           <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-enforcer-plugin from 3.0.0 to 3.1.0.</action>
         </release>
 
         <release version="53" date="2022-03-31" description="WARNING: checkstyle version has been updated; there are breaking changes which may require updates to checkstyle.xml files">