Updates from release, new version 1.2-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/8933fcd1 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/8933fcd1 Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/8933fcd1 Branch: refs/heads/master Commit: 8933fcd1e2ee602b763310a9c3ffb28a9a6fddfa Parents: 04cd0a2 Author: Rob Tompkins <chtom...@apache.org> Authored: Tue May 23 09:56:09 2017 -0400 Committer: Rob Tompkins <chtom...@apache.org> Committed: Tue May 23 09:56:09 2017 -0400 ---------------------------------------------------------------------- pom.xml | 2 +- src/changes/changes.xml | 5 ++++- src/site/xdoc/release-history.xml | 4 +--- 3 files changed, 6 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/8933fcd1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8fe3951..647fd05 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ </parent> <modelVersion>4.0.0</modelVersion> <artifactId>commons-text</artifactId> - <version>1.1</version> + <version>1.2-SNAPSHOT</version> <name>Apache Commons Text</name> <inceptionYear>2014</inceptionYear> http://git-wip-us.apache.org/repos/asf/commons-text/blob/8933fcd1/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7c214bd..d3cc0df 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -45,7 +45,10 @@ The <action> type attribute can be add,update,fix,remove. </properties> <body> - <release version="1.1" date="tbd" description="tbd"> + <release version="1.2" date="tbd" description="tbd"> + </release> + + <release version="1.1" date="2017-05-23" description="Release 1.1"> <action issue="TEXT-39" type="update" dev="chtompki" due-to="Amey Jadiye">WordUtils should use toXxxxCase(int) rather than toXxxxCase(char)</action> <action issue="TEXT-41" type="add" dev="chtompki" due-to="Amey Jadiye">WordUtils.abbreviate support</action> <action issue="TEXT-82" type="add" dev="chtompki" due-to="Amey Jadiye">Putting WordUtils back in to the codebase</action> http://git-wip-us.apache.org/repos/asf/commons-text/blob/8933fcd1/src/site/xdoc/release-history.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/release-history.xml b/src/site/xdoc/release-history.xml index 10ebd8f..27580e4 100644 --- a/src/site/xdoc/release-history.xml +++ b/src/site/xdoc/release-history.xml @@ -24,12 +24,10 @@ limitations under the License. <!-- ================================================== --> <section name="Commons Text Release History"> -<!-- TODO: Add the Java version for each release --> - <table> <tr><th>Version</th><th>Release date</th><th>Required Java Version</th><th>Javadoc</th><th>Release notes</th></tr> <tr> - <td>1.1</td><td>TBD</td><td>7.0</td><td><a href="javadocs/api-1.1/">api-1.1</a></td><td><a href="release-notes/RELEASE-NOTES-1.1.txt">release notes for 1.1</a></td> + <td>1.1</td><td>5-23-2017</td><td>7.0</td><td><a href="javadocs/api-1.1/">api-1.1</a></td><td><a href="release-notes/RELEASE-NOTES-1.1.txt">release notes for 1.1</a></td> </tr> <tr> <td>1.0</td><td>3-11-2017</td><td>7.0</td><td><a href="javadocs/api-1.0/">api-1.0</a></td><td><a href="release-notes/RELEASE-NOTES-1.0.txt">release notes for 1.0</a></td>