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/04/29 00:30:48 UTC

[text] TEXT-81: changes.xml syntax fix

Repository: commons-text
Updated Branches:
  refs/heads/master f945dd26d -> c0dd79eca


TEXT-81: changes.xml syntax fix


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

Branch: refs/heads/master
Commit: c0dd79ecad8861399a0e446a1229a3ddac994870
Parents: f945dd2
Author: Rob Tompkins <ch...@apache.org>
Authored: Fri Apr 28 20:30:43 2017 -0400
Committer: Rob Tompkins <ch...@apache.org>
Committed: Fri Apr 28 20:30:43 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/commons-text/blob/c0dd79ec/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 91067bb..c862bf7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -46,7 +46,7 @@ The <action> type attribute can be add,update,fix,remove.
   <body>
 
   <release version="1.1" date="tbd" description="tbd">
-    <action issue="TEXT-81" type="add" dev="pschumacher" dev="djones">Add RandomStringGenerator</action>
+    <action issue="TEXT-81" type="add" dev="pschumacher" due-to="djones">Add RandomStringGenerator</action>
     <action issue="TEXT-36" type="add" dev="pschumacher" due-to="Raymond DeCampo">RandomStringGenerator: allow users to provide source of randomness</action>
     <action issue="TEXT-76" type="fix" dev="kinow">Correct round issue in Jaro Winkler implementation</action>
     <action issue="TEXT-72" type="fix" dev="chtompki">Similar to LANG-1025, clirr fails site build.</action>