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 4af2c87  Reorganize.
4af2c87 is described below

commit 4af2c87304d490fe91cdac071e78bcbfe315fb0b
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Jul 24 09:51:54 2021 -0400

    Reorganize.
---
 src/changes/changes.xml | 23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8426f12..9be22eb 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -44,7 +44,7 @@ The <action> type attribute can be add,update,fix,remove.
     <title>Apache Commons Text Changes</title>
   </properties>
   <body>
-  <release version="1.10.0" date="202Y-MM-DD" description="Release 1.10.0. 
Requires Java 8.">
+  <release version="1.10.0" date="2021-MM-DD" description="Release 1.10.0. 
Requires Java 8.">
     <!-- FIX -->
     <action issue="TEXT-189" type="fix" dev="kinow" due-to="Gongpu Zhu">Fix 
CaseUtils when the input string contains only delimiters</action>
     <action issue="TEXT-187" type="fix" dev="kinow">Add GraalVM test 
dependencies to fix test failures with Java 15.</action>
@@ -52,6 +52,16 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="TEXT-186" type="fix" dev="ggregory" due-to="Gautam Korlam, 
Gary Gregory">StringSubstitutor map constructor throws NPE on 1.9 with null 
map.</action>
     <action issue="TEXT-191" type="fix" dev="kinow" due-to="Bradley David 
Rumball">JaroWinklerDistance returns the same values as 
JaroWinklerSimilarity.</action>
     <action                  type="fix" dev="ggregory" due-to="Gary 
Gregory">Correct Javadoc in FileStringLookup.</action>
+    <action                  type="fix" dev="ggregory" due-to="Arturo 
Bernal">Minor Improvements #192, #196.</action>
+    <action issue="TEXT-194" type="fix" dev="kinow" due-to="Arturo Bernal">Use 
StringUtils.INDEX_NOT_FOUND constant.</action>
+    <action issue="TEXT-199" type="fix" dev="kinow" due-to="Arturo 
Bernal">Remove redundant local variable.</action>
+    <action issue="TEXT-198" type="fix" dev="kinow" due-to="Arturo 
Bernal">Replace lambda with method reference.</action>
+    <action issue="TEXT-200" type="fix" dev="kinow" due-to="Arturo 
Bernal">Simplify statements.</action>
+    <action issue="TEXT-197" type="fix" dev="kinow" due-to="Arturo 
Bernal">Replace statement lambda with expression lambda.</action>
+    <action issue="TEXT-204" type="fix" dev="kinow" due-to="Arturo Bernal">Use 
static class inner class in tests.</action>
+    <action issue="TEXT-201" type="fix" dev="kinow" due-to="Arturo 
Bernal">Simplify assertion.</action>
+    <action issue="TEXT-202" type="fix" dev="kinow" due-to="Arturo 
Bernal">Extract duplicate code.</action>
+    <action issue="TEXT-205" type="fix" dev="kinow" due-to="Arturo Bernal">Set 
void return method.</action>
     <!-- ADD -->
     <action issue="TEXT-207" type="add" dev="mattjuntunen">Add DoubleFormat 
utility.</action>
     <action issue="TEXT-190" type="add" dev="kinow" due-to="Benjamin 
Bing">Document negative limit for WordUtils abbreviate method</action>
@@ -70,23 +80,12 @@ The <action> type attribute can be add,update,fix,remove.
     <action                  type="update" dev="kinow" 
due-to="Dependabot">Bump actions/checkout from v1 to v2.3.4 #138 #146 #165 
#183.</action>
     <action                  type="update" dev="kinow" 
due-to="Dependabot">Bump maven-pmd-plugin from 3.13.0 to 3.14.0 #186.</action>
     <action                  type="update" dev="ggregory" 
due-to="Dependabot">Bump graalvm.version from 20.2.0 to 21.2.0 #185 #198 #206 
#227 #252.</action>
-    <action                  type="update" dev="ggregory" due-to="Arturo 
Bernal">Minor Improvements #192.</action>
     <action                  type="update" dev="ggregory" due-to="Gary 
Gregory">Update commons.japicmp.version 0.14.3 -> 0.15.3.</action>
     <action                  type="update" dev="ggregory" due-to="Gary 
Gregory">Update commons.jacoco.version 0.8.5 to 0.8.6; fixes Java 15 
build.</action>
     <action                  type="update" dev="ggregory" due-to="Gary 
Gregory">Update spotbugs from 4.1.3 to 4.3.0 #175, 189, #209 #218 #247.</action>
-    <action                  type="update" dev="ggregory" due-to="Arturo 
Bernal">Minor Improvements #196..</action>
     <action                  type="update" dev="kinow" 
due-to="Dependabot">Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 
#202.</action>
     <action                  type="update" dev="kinow" 
due-to="Dependabot">Bump actions/cache from v2 to v2.1.6 #205 #217 
#234.</action>
     <action                  type="update" dev="ggregory" due-to="Gary 
Gregory">Update commons-lang3 3.11 -> 3.12.0.</action>
-    <action issue="TEXT-194" type="update" dev="kinow" due-to="Arturo 
Bernal">Use StringUtils.INDEX_NOT_FOUND constant.</action>
-    <action issue="TEXT-199" type="update" dev="kinow" due-to="Arturo 
Bernal">Remove redundant local variable.</action>
-    <action issue="TEXT-198" type="update" dev="kinow" due-to="Arturo 
Bernal">Replace lambda with method reference.</action>
-    <action issue="TEXT-200" type="update" dev="kinow" due-to="Arturo 
Bernal">Simplify statements.</action>
-    <action issue="TEXT-197" type="update" dev="kinow" due-to="Arturo 
Bernal">Replace statement lambda with expression lambda.</action>
-    <action issue="TEXT-204" type="update" dev="kinow" due-to="Arturo 
Bernal">Use static class inner class in tests.</action>
-    <action issue="TEXT-201" type="update" dev="kinow" due-to="Arturo 
Bernal">Simplify assertion.</action>
-    <action issue="TEXT-202" type="update" dev="kinow" due-to="Arturo 
Bernal">Extract duplicate code.</action>
-    <action issue="TEXT-205" type="update" dev="kinow" due-to="Arturo 
Bernal">Set void return method.</action>
   </release>
   <release version="1.9" date="2020-07-21" description="Release 1.9. Requires 
Java 8.">
     <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>

Reply via email to