You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2017/12/08 19:38:18 UTC

[text] TEXT-107: add documentation of upversion of [lang]

Repository: commons-text
Updated Branches:
  refs/heads/master c01f37867 -> 374f50577


TEXT-107: add documentation of upversion of [lang]


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

Branch: refs/heads/master
Commit: 374f505779667c7e0f204df05730fe1d024b3df9
Parents: c01f378
Author: Rob Tompkins <ch...@apache.org>
Authored: Fri Dec 8 14:38:11 2017 -0500
Committer: Rob Tompkins <ch...@apache.org>
Committed: Fri Dec 8 14:38:11 2017 -0500

----------------------------------------------------------------------
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/374f5057/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ec57b1f..7701c5b 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="2017-MM-DD" description="Release 1.2">
+    <action issue="TEXT-107" type="update" dev="chtompki">Upversion commons-lang to 3.7</action>
     <action issue="TEXT-106" type="fix" dev="kinow" due-to="Benoit Moreau">Exception thrown in ExtendedMessageFormat using quotes with custom registry</action>
     <action issue="TEXT-100" type="fix" dev="kinow" due-to="Don Jeba">StringEscapeUtils#UnEscapeJson doesn't recognize escape signs correctly</action>
     <action issue="TEXT-74" type="add" dev="chtompki" due-to="Ioannis Sermetziadis">StrSubstitutor: Ability to turn off substitution in values</action>