You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/12/12 20:34:27 UTC

[commons-text] branch master updated: Clean up.

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 4533dde  Clean up.
4533dde is described below

commit 4533dde2a2f1b310bef54202c003936e16d5297f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 12 15:34:23 2019 -0500

    Clean up.
---
 src/changes/changes.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 24007fa..6496ed0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,11 +47,11 @@ The <action> type attribute can be add,update,fix,remove.
 
   <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>
     <action issue="TEXT-166" type="fix" dev="kinow" due-to="Mikko Maunu">Removed non-existing parameter from Javadocs and spelled out parameters in throws.</action>
     <action issue="TEXT-149" type="fix" dev="kinow" due-to="Yuji Konishi">StringEscapeUtils.unescapeCsv doesn't remove quotes at begin and end of string.</action>
-    <action                  type="update" dev="ggregory" due-to="Johan Hammar">(doc) Fix compiler warnings in Java code example in Javadoc #124.</action>
+    <action                  type="update" dev="ggregory" due-to="Johan Hammar">[javadoc] Fix compiler warnings in Java code example in Javadoc #124.</action>
     <action                  type="update" dev="ggregory" due-to="Gary Gregory">[test] org.assertj:assertj-core 3.13.2 -> 3.14.0.</action>
+    <action                  type="update" dev="ggregory" due-to="Gary Gregory">[build] com.puppycrawl.tools:checkstyle 8.23 -> 8.24.</action>
     <action                  type="update" dev="ggregory" due-to="Gary Gregory">[build] com.puppycrawl.tools:checkstyle 8.25 -> 8.26.</action>
     <action                  type="update" dev="ggregory" due-to="Gary Gregory">[build] com.puppycrawl.tools:checkstyle 8.26 -> 8.27.</action>
   </release>