Upversion to 1.6-SNAPSHOT
Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/7ee9a653 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/7ee9a653 Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/7ee9a653 Branch: refs/heads/master Commit: 7ee9a6538780415f2b2e294f40e9c52ee7f38fa8 Parents: 9ea809d Author: Rob Tompkins <[email protected]> Authored: Thu Oct 4 11:46:22 2018 -0400 Committer: Rob Tompkins <[email protected]> Committed: Thu Oct 4 11:46:22 2018 -0400 ---------------------------------------------------------------------- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/7ee9a653/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c384a27..6d287dc 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <version>47</version> </parent> <artifactId>commons-text</artifactId> - <version>1.5</version> + <version>1.6-SNAPSHOT</version> <name>Apache Commons Text</name> <description>Apache Commons Text is a library focused on algorithms working on strings.</description> <url>http://commons.apache.org/proper/commons-text</url> http://git-wip-us.apache.org/repos/asf/commons-text/blob/7ee9a653/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 05ce9cf..96ff7c0 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -45,6 +45,9 @@ The <action> type attribute can be add,update,fix,remove. </properties> <body> + <release version="1.6" date="2018-MM-DD" description="Release 1.6"> + </release> + <release version="1.5" date="2018-09-29" description="Release 1.5"> <action issue="TEXT-139" type="fix" dev="chtompki" due-to="Nick Wong">Improve JaccardSimilarity computational cost</action> <action issue="TEXT-118" type="fix" dev="chtompki" due-to="Nandor Kollar">JSON escaping incorrect for the delete control character</action>
