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-release-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 983429b com.puppycrawl.tools:checkstyle 8.19 -> 8.20. 983429b is described below commit 983429b9099795f31545dd46ac2f725312c74cfa Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Thu May 23 09:12:04 2019 -0400 com.puppycrawl.tools:checkstyle 8.19 -> 8.20. --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7b16df8..15fb030 100755 --- a/pom.xml +++ b/pom.xml @@ -97,7 +97,7 @@ </commons.scmPubUrl> <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory> <checkstyle.plugin.version>3.0.0</checkstyle.plugin.version> - <checkstyle.version>8.19</checkstyle.version> + <checkstyle.version>8.20</checkstyle.version> <maven-scm.version>1.11.2</maven-scm.version> <commons.jacoco.version>0.8.3</commons.jacoco.version> <commons.jacoco.classRatio>0.1</commons.jacoco.classRatio> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3208ad5..2a6776e 100755 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -38,6 +38,7 @@ <action type="update" dev="ggregory">maven.dependency.version 3.6.0 -> 3.6.1</action> <action type="update" dev="ggregory">checkstyle.version 8.18 -> 8.19</action> <action type="update" dev="ggregory">maven-pmd-plugin 3.11.0 -> 3.12.0</action> + <action type="update" dev="ggregory">com.puppycrawl.tools:checkstyle 8.19 -> 8.20</action> </release> <release version="1.6" date="2019-03-08" description="Version 1.6">