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 6153930 checkstyle.version 8.18 -> 8.19
6153930 is described below
commit 6153930c821869252fd74977d90744676c747fa7
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Apr 14 09:38:45 2019 -0400
checkstyle.version 8.18 -> 8.19
---
checkstyle.xml | 4 ++--
pom.xml | 2 +-
src/changes/changes.xml | 1 +
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/checkstyle.xml b/checkstyle.xml
index 5d10962..7b4ad4d 100755
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -86,9 +86,9 @@
<property name="message" value="Line has trailing spaces."/>
</module>
- <module name="TreeWalker">
+ <property name="cacheFile" value="${checkstyle.cache.file}"/>
- <property name="cacheFile" value="${checkstyle.cache.file}"/>
+ <module name="TreeWalker">
<!-- Checks for Javadoc comments. -->
<!-- See http://checkstyle.sf.net/config_javadoc.html -->
diff --git a/pom.xml b/pom.xml
index d4d8445..6db275e 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.18</checkstyle.version>
+ <checkstyle.version>8.19</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 cd36ce4..e5d957e 100755
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -36,6 +36,7 @@
<action type="update" dev="ggregory">commons.jacoco.version 0.8.2 ->
0.8.3</action>
<action type="update" dev="ggregory">velocity-engine-core 2.0 ->
2.1</action>
<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>
</release>
<release version="1.6" date="2019-03-08" description="Version 1.6">