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-text.git
The following commit(s) were added to refs/heads/master by this push:
new 89f9321 - checkstyle.plugin.version 3.0.0 -> 3.1.0. -
checkstyle.version 8.24 -> 8.25.
89f9321 is described below
commit 89f9321df583598062442383b9984adff3f8d059
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Oct 10 13:34:16 2019 -0400
- checkstyle.plugin.version 3.0.0 -> 3.1.0.
- checkstyle.version 8.24 -> 8.25.
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2def1b1..7452ff0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,8 +47,8 @@
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-text</commons.scmPubUrl>
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
- <checkstyle.plugin.version>3.0.0</checkstyle.plugin.version>
- <checkstyle.version>8.24</checkstyle.version>
+ <checkstyle.plugin.version>3.1.0</checkstyle.plugin.version>
+ <checkstyle.version>8.25</checkstyle.version>
<spotbugs.plugin.version>3.1.12.2</spotbugs.plugin.version>