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 2021/12/27 13:41:07 UTC

[commons-collections] branch master updated: Bump checkstyle from 9.2 to 9.2.1 #271.

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 e465030  Bump checkstyle from 9.2 to 9.2.1 #271.
e465030 is described below

commit e46503056123249bd60c66d2cd5ac4f60c1f1705
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Dec 27 08:41:02 2021 -0500

    Bump checkstyle from 9.2 to 9.2.1 #271.
---
 src/changes/changes.xml | 18 +-----------------
 1 file changed, 1 insertion(+), 17 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fd8cf40..b9cd545 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -199,23 +199,7 @@
       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 8.36 #179.
-      Bump checkstyle from 8.36 to 8.36.2 #184.
-      Bump checkstyle from 8.36.2 to 8.37 #192.
-      Bump checkstyle from 8.37 to 8.38 #199.
-      Bump checkstyle from 8.38 to 8.39 #204.
-      Bump checkstyle from 8.39 to 8.40 #212.
-      Bump checkstyle from 8.40 to 8.41 #218.
-      Bump checkstyle from 8.41 to 8.41.1 #222.
-      Bump checkstyle from 8.41.1 to 8.42 #234.
-      Bump checkstyle from 8.42 to 8.43 #240.
-      Bump checkstyle from 8.43 to 8.44 #243.
-      Bump checkstyle from 8.44 to 8.45 #245.
-      Bump checkstyle from 8.45 to 8.45.1 #246.
-      Bump checkstyle from 8.45.1 to 9.0 #248.
-      Bump checkstyle from 9.0 to 9.0.1 #257.
-      Bump checkstyle from 9.0.1 to 9.1 #263.
-      Bump checkstyle from 9.1 to 9.2 #270.
+      Bump checkstyle from 8.35 to 9.2.1 #179, #184, #192, #199, #204, #212, #218, #222, #234, #240, #243, #245, #246, #248, #257, #263, #270, #271.
     </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.