Repository: commons-text Updated Branches: refs/heads/release 343b4a9cb -> 206931af2
Updating versions in prepartion for the 1.1 release Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/90c1b308 Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/90c1b308 Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/90c1b308 Branch: refs/heads/release Commit: 90c1b308ade30f931c5640b2c2096d8c3b3aacac Parents: 343b4a9 Author: Rob Tompkins <[email protected]> Authored: Thu May 18 13:38:56 2017 -0400 Committer: Rob Tompkins <[email protected]> Committed: Thu May 18 13:38:56 2017 -0400 ---------------------------------------------------------------------- pom.xml | 4 ++-- src/site/xdoc/download_text.xml | 26 +++++++++++++------------- 2 files changed, 15 insertions(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/90c1b308/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 87534ba..8fe3951 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ </parent> <modelVersion>4.0.0</modelVersion> <artifactId>commons-text</artifactId> - <version>1.1-SNAPSHOT</version> + <version>1.1</version> <name>Apache Commons Text</name> <inceptionYear>2014</inceptionYear> @@ -126,7 +126,7 @@ <commons.componentid>text</commons.componentid> - <commons.release.version>1.0</commons.release.version> + <commons.release.version>1.1</commons.release.version> <commons.release.desc>(Java 7+)</commons.release.desc> <commons.jira.id>TEXT</commons.jira.id> http://git-wip-us.apache.org/repos/asf/commons-text/blob/90c1b308/src/site/xdoc/download_text.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/download_text.xml b/src/site/xdoc/download_text.xml index 1073a1f..6db9f86 100644 --- a/src/site/xdoc/download_text.xml +++ b/src/site/xdoc/download_text.xml @@ -111,32 +111,32 @@ limitations under the License. </p> </subsection> </section> - <section name="Apache Commons Text 1.0 (Java 7+)"> + <section name="Apache Commons Text 1.1 (Java 7+)"> <subsection name="Binaries"> <table> <tr> - <td><a href="[preferred]/commons/text/binaries/commons-text-1.0-bin.tar.gz">commons-text-1.0-bin.tar.gz</a></td> - <td><a href="https://www.apache.org/dist/commons/text/binaries/commons-text-1.0-bin.tar.gz.md5">md5</a></td> - <td><a href="https://www.apache.org/dist/commons/text/binaries/commons-text-1.0-bin.tar.gz.asc">pgp</a></td> + <td><a href="[preferred]/commons/text/binaries/commons-text-1.1-bin.tar.gz">commons-text-1.1-bin.tar.gz</a></td> + <td><a href="https://www.apache.org/dist/commons/text/binaries/commons-text-1.1-bin.tar.gz.md5">md5</a></td> + <td><a href="https://www.apache.org/dist/commons/text/binaries/commons-text-1.1-bin.tar.gz.asc">pgp</a></td> </tr> <tr> - <td><a href="[preferred]/commons/text/binaries/commons-text-1.0-bin.zip">commons-text-1.0-bin.zip</a></td> - <td><a href="https://www.apache.org/dist/commons/text/binaries/commons-text-1.0-bin.zip.md5">md5</a></td> - <td><a href="https://www.apache.org/dist/commons/text/binaries/commons-text-1.0-bin.zip.asc">pgp</a></td> + <td><a href="[preferred]/commons/text/binaries/commons-text-1.1-bin.zip">commons-text-1.1-bin.zip</a></td> + <td><a href="https://www.apache.org/dist/commons/text/binaries/commons-text-1.1-bin.zip.md5">md5</a></td> + <td><a href="https://www.apache.org/dist/commons/text/binaries/commons-text-1.1-bin.zip.asc">pgp</a></td> </tr> </table> </subsection> <subsection name="Source"> <table> <tr> - <td><a href="[preferred]/commons/text/source/commons-text-1.0-src.tar.gz">commons-text-1.0-src.tar.gz</a></td> - <td><a href="https://www.apache.org/dist/commons/text/source/commons-text-1.0-src.tar.gz.md5">md5</a></td> - <td><a href="https://www.apache.org/dist/commons/text/source/commons-text-1.0-src.tar.gz.asc">pgp</a></td> + <td><a href="[preferred]/commons/text/source/commons-text-1.1-src.tar.gz">commons-text-1.1-src.tar.gz</a></td> + <td><a href="https://www.apache.org/dist/commons/text/source/commons-text-1.1-src.tar.gz.md5">md5</a></td> + <td><a href="https://www.apache.org/dist/commons/text/source/commons-text-1.1-src.tar.gz.asc">pgp</a></td> </tr> <tr> - <td><a href="[preferred]/commons/text/source/commons-text-1.0-src.zip">commons-text-1.0-src.zip</a></td> - <td><a href="https://www.apache.org/dist/commons/text/source/commons-text-1.0-src.zip.md5">md5</a></td> - <td><a href="https://www.apache.org/dist/commons/text/source/commons-text-1.0-src.zip.asc">pgp</a></td> + <td><a href="[preferred]/commons/text/source/commons-text-1.1-src.zip">commons-text-1.1-src.zip</a></td> + <td><a href="https://www.apache.org/dist/commons/text/source/commons-text-1.1-src.zip.md5">md5</a></td> + <td><a href="https://www.apache.org/dist/commons/text/source/commons-text-1.1-src.zip.asc">pgp</a></td> </tr> </table> </subsection>
