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/02/12 19:14:31 UTC

[text] Add a release year for 1.3.

Repository: commons-text
Updated Branches:
  refs/heads/master 9a1cf6e79 -> 43b77258a


Add a release year for 1.3.

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

Branch: refs/heads/master
Commit: 43b77258a526fcbf3174f12fb4f22dc44839a014
Parents: 9a1cf6e
Author: Gary Gregory <ga...@gmail.com>
Authored: Mon Feb 12 12:14:29 2018 -0700
Committer: Gary Gregory <ga...@gmail.com>
Committed: Mon Feb 12 12:14:29 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/commons-text/blob/43b77258/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6450608..4f1b8a6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,7 +45,7 @@ The <action> type attribute can be add,update,fix,remove.
   </properties>
   <body>
 
-  <release version="1.3" date="YYYY-MM-DD" description="Release 1.3">
+  <release version="1.3" date="2018-MM-DD" description="Release 1.3">
     <action issue="TEXT-110" type="add" dev="pschumacher">Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility</action>
     <action issue="TEXT-70" type="fix" dev="pschumacher">Build failure with java 9-ea+159</action>
     <action issue="TEXT-113" type="add" dev="ggregory">Add an interpolator string lookup: StringLookupFactory#interpolatorStringLookup()</action>