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 c64008e com.puppycrawl.tools:checkstyle 8.23 -> 8.24. c64008e is described below commit c64008ef8c34d5f1dff960edbc1c4a70984354c8 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Wed Sep 11 09:40:03 2019 -0400 com.puppycrawl.tools:checkstyle 8.23 -> 8.24. --- checkstyle.xml | 15 ++++----------- pom.xml | 2 +- src/changes/changes.xml | 6 +++++- 3 files changed, 10 insertions(+), 13 deletions(-) diff --git a/checkstyle.xml b/checkstyle.xml index 31822ce..2efd298 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -86,6 +86,10 @@ <property name="message" value="Line has trailing spaces."/> </module> + <module name="LineLength"> + <property name="max" value="120"/> + </module> + <module name="TreeWalker"> <!-- Checks for Javadoc comments. --> @@ -97,7 +101,6 @@ <module name="JavadocVariable" /> <module name="JavadocStyle"/> - <!-- Checks for Naming Conventions. --> <!-- See http://checkstyle.sf.net/config_naming.html --> <module name="ConstantName"/> @@ -110,7 +113,6 @@ <module name="StaticVariableName"/> <module name="TypeName"/> - <!-- Checks for Headers --> <!-- See http://checkstyle.sf.net/config_header.html --> <!-- <module name="Header"> --> @@ -125,7 +127,6 @@ <!-- value="${basedir}/java.header"/> --> <!-- </module> --> - <!-- Checks for imports --> <!-- See http://checkstyle.sf.net/config_import.html --> <module name="AvoidStarImport"/> @@ -133,16 +134,11 @@ <module name="RedundantImport"/> <module name="UnusedImports"/> - <!-- Checks for Size Violations. --> <!-- See http://checkstyle.sf.net/config_sizes.html --> - <module name="LineLength"> - <property name="max" value="120"/> - </module> <module name="MethodLength"/> <module name="ParameterNumber"/> - <!-- Checks for whitespace --> <!-- See http://checkstyle.sf.net/config_whitespace.html --> <module name="EmptyForIteratorPad"/> @@ -156,13 +152,11 @@ <module name="WhitespaceAround"/> <module name="GenericWhitespace"/> - <!-- Modifier Checks --> <!-- See http://checkstyle.sf.net/config_modifiers.html --> <module name="ModifierOrder"/> <module name="RedundantModifier"/> - <!-- Checks for blocks. You know, those {}'s --> <!-- See http://checkstyle.sf.net/config_blocks.html --> <module name="AvoidNestedBlocks"/> @@ -171,7 +165,6 @@ <module name="NeedBraces"/> <module name="RightCurly"/> - <!-- Checks for common coding problems --> <!-- See http://checkstyle.sf.net/config_coding.html --> <module name="EmptyStatement"/> diff --git a/pom.xml b/pom.xml index bc4cc85..2def1b1 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,7 @@ <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory> <checkstyle.plugin.version>3.0.0</checkstyle.plugin.version> - <checkstyle.version>8.23</checkstyle.version> + <checkstyle.version>8.24</checkstyle.version> <spotbugs.plugin.version>3.1.12.2</spotbugs.plugin.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 28d38e0..1a64100 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -45,6 +45,11 @@ The <action> type attribute can be add,update,fix,remove. </properties> <body> + <release version="1.8.1" date="2019-MM-DD" description="Release 1.8.1"> + <action type="update" dev="ggregory" due-to="Gary Gregory">[test] junit-jupiter 5.5.1 -> 5.5.2.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">com.puppycrawl.tools:checkstyle 8.23 -> 8.24.</action> + </release> + <release version="1.8" date="2019-08-30" description="Release 1.8"> <action issue="TEXT-167" type="fix" dev="ggregory" due-to="Larry West">commons-text web page missing "RELEASE-NOTES-1.7.txt"</action> <action issue="TEXT-168" type="fix" dev="ggregory" due-to="luksan47">(doc) Fixed wrong value for Jaro-Winkler example #117</action> @@ -53,7 +58,6 @@ The <action> type attribute can be add,update,fix,remove. <action issue="TEXT-171" type="fix" dev="ggregory" due-to="Gary Gregory">StringLookupFactory.addDefaultStringLookups(Map) does not convert keys to lower case.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Expand Javadoc for StringSubstitutor and friends.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">[site] checkstyle.version 8.21 -> 8.23.</action> - <action type="update" dev="ggregory" due-to="Gary Gregory">[test] junit-jupiter 5.5.1 -> 5.5.2.</action> </release> <release version="1.7" date="2019-06-30" description="Release 1.7">