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 2018/08/21 15:11:48 UTC

[text] [TEXT-132] Update Apache Commons Lang from 3.7 to 3.8.

Repository: commons-text
Updated Branches:
  refs/heads/master 5ee933190 -> a91ee4b62


[TEXT-132] Update Apache Commons Lang from 3.7 to 3.8.</action>

Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/a91ee4b6
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/a91ee4b6
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/a91ee4b6

Branch: refs/heads/master
Commit: a91ee4b62194c7463ec76dbd2bdce032ba8e8dc1
Parents: 5ee9331
Author: Gary Gregory <ga...@gmail.com>
Authored: Tue Aug 21 09:11:46 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Tue Aug 21 09:11:46 2018 -0600

----------------------------------------------------------------------
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/a91ee4b6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a0f623e..610db23 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,7 +78,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.7</version>
+      <version>3.8</version>
     </dependency>
     <!-- testing -->
     <dependency>

http://git-wip-us.apache.org/repos/asf/commons-text/blob/a91ee4b6/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a24fb6d..98d787f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -48,6 +48,7 @@ The <action> type attribute can be add,update,fix,remove.
   <release version="1.5" date="2018-MM-DD" description="Release 1.5">
     <action issue="TEXT-130" type="fix" dev="chtompki" due-to="Jan Martin Keil">Fixes JaroWinklerDistance: Wrong results due to precision of transpositions</action>
     <action issue="TEXT-131" type="fix" dev="chtompki" due-to="Jan Martin Keil">JaroWinklerDistance: Calculation deviates from definition</action>
+    <action issue="TEXT-132" type="update" dev="ggregory">Update Apache Commons Lang from 3.7 to 3.8.</action>
   </release>
 
   <release version="1.4" date="2018-06-12" description="Release 1.4">