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 0f4523a Update commons.checkstyle-plugin.version 3.1.1 -> 3.1.2. 0f4523a is described below commit 0f4523a9a7aaeafc97bfd596cded60870d9b9ea8 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Feb 1 11:48:48 2021 -0500 Update commons.checkstyle-plugin.version 3.1.1 -> 3.1.2. --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 268d5ad..bf89b2f 100644 --- a/pom.xml +++ b/pom.xml @@ -122,7 +122,7 @@ <commons.build-helper.version>3.2.0</commons.build-helper.version> <commons.build-plugin.version>1.12</commons.build-plugin.version> <commons.changes.version>2.12.1</commons.changes.version> - <commons.checkstyle-plugin.version>3.1.1</commons.checkstyle-plugin.version> + <commons.checkstyle-plugin.version>3.1.2</commons.checkstyle-plugin.version> <commons.clirr.version>2.8</commons.clirr.version> <commons.cobertura.version>2.7</commons.cobertura.version> <commons.compiler.version>3.8.1</commons.compiler.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ce4aea7..c9df30c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -76,6 +76,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory">Update com.github.siom79.japicmp:japicmp-maven-plugin 0.14.3 -> 0.15.2.</action> <action type="update" dev="ggregory">Update org.apache.maven.wagon:wagon-ssh 3.4.0 -> 3.4.2.</action> <action type="update" dev="ggregory">Update commons.pmd.version 3.13.0 -> 3.14.0.</action> + <action type="update" dev="ggregory">Update commons.checkstyle-plugin.version 3.1.1 -> 3.1.2.</action> </release> <release version="52" date="2020-07-30" description="Add support for Java 15.">