You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2017/06/14 21:40:46 UTC

[text] TEXT-92: Update commons-lang dependency to version 3.6

Repository: commons-text
Updated Branches:
  refs/heads/master 0029f139b -> 0914cb2cb


TEXT-92: Update commons-lang dependency to version 3.6


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

Branch: refs/heads/master
Commit: 0914cb2cb80ee74f5ba46184309ad11b34b981e9
Parents: 0029f13
Author: Pascal Schumacher <pa...@gmx.net>
Authored: Wed Jun 14 23:40:39 2017 +0200
Committer: Pascal Schumacher <pa...@gmx.net>
Committed: Wed Jun 14 23:40:39 2017 +0200

----------------------------------------------------------------------
 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/0914cb2c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 809d105..0ce1864 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.5</version>
+      <version>3.6</version>
     </dependency>
     <!-- testing -->
     <dependency>

http://git-wip-us.apache.org/repos/asf/commons-text/blob/0914cb2c/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9d9971e..86abf92 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -46,6 +46,7 @@ The <action> type attribute can be add,update,fix,remove.
   <body>
 
   <release version="1.2" date="tbd" description="tbd">
+    <action issue="TEXT-92" type="update" dev="pschumacher">Update commons-lang dependency to version 3.6</action>
     <action issue="TEXT-83" type="update" dev="chtompki" due-to="Amey Jadiye">Document that commons-csv should be used in preference to CsvTranslators</action>
     <action issue="TEXT-67" type="update" dev="kinow">NumericEntityUnescaper.options - fix TODO</action>
     <action issue="TEXT-84" type="update" dev="djones">RandomStringGenerator claims to be immutable, but isn't</action>