You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2019/09/22 19:52:41 UTC

[commons-text] branch master updated (9879038 -> 46f4cb1)

This is an automated email from the ASF dual-hosted git repository.

kinow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-text.git.


    from 9879038  Travis CI: Drop Java 12 build (Java 13 is now Generally Available).
     add 415bc31  [TEXT-166] removed non-existing parameter from Javadocs and spelled out parameters in throws
     new 0e1d376  [TEXT-166] add changes.xml entry
     new 46f4cb1  Merge branch 'pr-121'

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/changes/changes.xml                              |  3 ++-
 .../apache/commons/text/similarity/FuzzyScore.java   | 20 +++++++++++---------
 2 files changed, 13 insertions(+), 10 deletions(-)


[commons-text] 02/02: Merge branch 'pr-121'

Posted by ki...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-text.git

commit 46f4cb1f42356142366840c0b7a9634d7958113b
Merge: 9879038 0e1d376
Author: Bruno P. Kinoshita <br...@niwa.co.nz>
AuthorDate: Mon Sep 23 07:52:02 2019 +1200

    Merge branch 'pr-121'
    
    This closes #121

 src/changes/changes.xml                              |  3 ++-
 .../apache/commons/text/similarity/FuzzyScore.java   | 20 +++++++++++---------
 2 files changed, 13 insertions(+), 10 deletions(-)


[commons-text] 01/02: [TEXT-166] add changes.xml entry

Posted by ki...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-text.git

commit 0e1d3762a0f53f18b10a42fc44fdf34a077e224c
Author: Bruno P. Kinoshita <br...@niwa.co.nz>
AuthorDate: Mon Sep 23 07:51:47 2019 +1200

    [TEXT-166] add changes.xml entry
---
 src/changes/changes.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1a64100..a27134f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,7 +47,8 @@ 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                  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>
   </release>
   
   <release version="1.8" date="2019-08-30" description="Release 1.8">