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/08/24 12:11:12 UTC

[commons-collections] branch master updated: Bump maven-checkstyle-plugin 3.1.0 to 3.2.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-collections.git


The following commit(s) were added to refs/heads/master by this push:
     new d7f2a7a37 Bump maven-checkstyle-plugin 3.1.0 to 3.2.0.
d7f2a7a37 is described below

commit d7f2a7a37766e96cb4869cc58af48ebf398aa962
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Aug 24 08:11:07 2022 -0400

    Bump maven-checkstyle-plugin 3.1.0 to 3.2.0.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3f8c10427..7eb8f0cfa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -588,7 +588,7 @@
     <commons.jira.pid>12310465</commons.jira.pid>
     <!-- The RC version used in the staging repository URL. -->
     <commons.rc.version>RC1</commons.rc.version>
-    <checkstyle.version>3.1.2</checkstyle.version>
+    <checkstyle.version>3.2.0</checkstyle.version>
     <checkstyle.dep.version>9.3</checkstyle.dep.version>
     <commons.pmd.version>3.18.0</commons.pmd.version>
     <commons.pmd-impl.version>6.48.0</commons.pmd-impl.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 144f27d9d..ca0ad91b3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -229,10 +229,10 @@
       Fixed the typo and deal the NPE with Objects.requireNonNull #118.
     </action>
     <action type="update" dev="ggregory" due-to="Gary Gregory">
-      Update build from checkstyle.version 3.1.0 to 3.1.1.
-      Update build from checkstyle.dep.version 8.29 to 8.31.
-      Update build from checkstyle.dep.version 8.31 to 8.32.
-      Bump checkstyle from 8.35 to 9.3 #179, #184, #192, #199, #204, #212, #218, #222, #234, #240, #243, #245, #246, #248, #257, #263, #270, #271, #277.
+      Bump maven-checkstyle-plugin 3.1.0 to 3.2.0.
+    </action>
+    <action type="update" dev="ggregory" due-to="Gary Gregory">
+      Bump checkstyle 8.29 9.3 #179, #184, #192, #199, #204, #212, #218, #222, #234, #240, #243, #245, #246, #248, #257, #263, #270, #271, #277.
     </action>
     <action dev="ggregory" type="update" due-to="Chen, Bruno P. Kinoshita, Gary Gregory, Michael Osipov">
       Better NPE messages in CollectionUtils with Objects.requireNonNull #117.