Repository: commons-text Updated Branches: refs/heads/master 7383dc7aa -> 9273e5eda
Fix description. Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/9273e5ed Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/9273e5ed Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/9273e5ed Branch: refs/heads/master Commit: 9273e5eda6f361dc905abf3c3e85c5883c7d9412 Parents: 7383dc7 Author: Gary Gregory <[email protected]> Authored: Thu Aug 23 13:37:26 2018 -0600 Committer: Gary Gregory <[email protected]> Committed: Thu Aug 23 13:37:26 2018 -0600 ---------------------------------------------------------------------- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/9273e5ed/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4dbd5d1..8ff0a07 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -51,7 +51,7 @@ The <action> type attribute can be add,update,fix,remove. <action issue="TEXT-132" type="update" dev="ggregory">Update Apache Commons Lang from 3.7 to 3.8.</action> <action issue="TEXT-133" type="add" dev="ggregory">Add a XML file XPath string lookup.</action> <action issue="TEXT-134" type="add" dev="ggregory">Add a Properties file string lookup.</action> - <action issue="TEXT-135" type="add" dev="ggregory">Add a script file string lookup.</action> + <action issue="TEXT-135" type="add" dev="ggregory">Add a script string lookup.</action> <action issue="TEXT-136" type="add" dev="ggregory">Add a file string lookup.</action> <action issue="TEXT-137" type="add" dev="ggregory">Add a URL string lookup.</action> </release>
