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 b2b52ef - Update build from checkstyle.version 3.1.0 to 3.1.1.
b2b52ef is described below
commit b2b52ef972b14e6cf340d3dc3c55a0612151a377
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Apr 8 09:55:26 2020 -0400
- Update build from checkstyle.version 3.1.0 to 3.1.1.
- Update build from checkstyle.dep.version 8.29 to 8.31.
---
pom.xml | 4 ++--
src/changes/changes.xml | 4 ++++
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 199d2b4..516ac16 100644
--- a/pom.xml
+++ b/pom.xml
@@ -532,8 +532,8 @@
<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.0</checkstyle.version>
- <checkstyle.dep.version>8.29</checkstyle.dep.version>
+ <checkstyle.version>3.1.1</checkstyle.version>
+ <checkstyle.dep.version>8.31</checkstyle.dep.version>
<commons.site.path>collections</commons.site.path>
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-collections</commons.scmPubUrl>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0e87066..b902d86 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -144,6 +144,10 @@
<action dev="ggregory" type="update" due-to="Chen">
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.
+ </action>
</release>
<release version="4.4" date="2019-07-05" description="Maintenance release.">
<action issue="COLLECTIONS-710" dev="ggregory" type="fix" due-to="Yu Shi,
Gary Gregory">