This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git
commit 112740b21851ecbe1226f80d91fef097acb71eb9 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jul 23 14:57:01 2023 -0400 Prepare for release candidate --- CONTRIBUTING.md | 6 +++--- README.md | 7 ++++--- pom.xml | 2 +- src/changes/changes.xml | 2 +- src/site/xdoc/download_lang.xml | 44 ++++++++++++++++++++-------------------- src/site/xdoc/issue-tracking.xml | 4 ++-- src/site/xdoc/mail-lists.xml | 20 +++++++++++++----- 7 files changed, 48 insertions(+), 37 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3e7b0a917..9a12c2764 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -55,7 +55,7 @@ Getting Started + Clearly describe the issue including steps to reproduce when it is a bug. + Make sure you fill in the earliest version that you know has the issue. + Find the corresponding [repository on GitHub](https://github.com/apache/?query=commons-), -[fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo) and check out your forked repository. +[fork](https://help.github.com/articles/fork-a-repo/) and check out your forked repository. Making Changes -------------- @@ -106,8 +106,8 @@ Additional Resources + [Contributing patches](https://commons.apache.org/patches.html) + [Apache Commons Lang JIRA project page][jira] + [Contributor License Agreement][cla] -+ [General GitHub documentation](https://docs.github.com/) -+ [GitHub pull request documentation](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) ++ [General GitHub documentation](https://help.github.com/) ++ [GitHub pull request documentation](https://help.github.com/articles/creating-a-pull-request/) + [Apache Commons Twitter Account](https://twitter.com/ApacheCommons) + `#apache-commons` IRC channel on `irc.freenode.net` diff --git a/README.md b/README.md index 9fee186a2..aded8e980 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Apache Commons Lang [](https://github.com/apache/commons-lang/actions) [](https://app.codecov.io/gh/apache/commons-lang) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-lang3/?gav=true) -[](https://javadoc.io/doc/org.apache.commons/commons-lang3/3.12.0) +[](https://javadoc.io/doc/org.apache.commons/commons-lang3/3.13.0) [](https://github.com/apache/commons-lang/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL) [](https://api.securityscorecards.dev/projects/github.com/apache/commons-lang) @@ -65,13 +65,13 @@ Where can I get the latest release? ----------------------------------- You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-lang/download_lang.cgi). -Alternatively, you can pull it from the central Maven repositories: +Alternatively, you can pull it from the central Maven repositories: ```xml <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.12.0</version> + <version>3.13.0</version> </dependency> ``` @@ -109,6 +109,7 @@ Additional Resources Apache Commons Components ------------------------- + | Component | GitHub Repository | Apache Homepage | | --------- | ----------------- | ----------------| | Apache Commons BCEL | [commons-bcel](https://github.com/apache/commons-bcel) | [commons-bcel](https://commons.apache.org/proper/commons-bcel) | diff --git a/pom.xml b/pom.xml index dc566b44d..5ff092133 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ <connection>scm:git:http://gitbox.apache.org/repos/asf/commons-lang.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-lang.git</developerConnection> <url>https://gitbox.apache.org/repos/asf?p=commons-lang.git</url> - <tag>commons-lang-3.12.0</tag> + <tag>rel/commons-lang-3.13.0</tag> </scm> <developers> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 0ff98e466..5ef8c4620 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -46,7 +46,7 @@ The <action> type attribute can be add,update,fix,remove. </properties> <body> - <release version="3.13.0" date="2021-MM-DD" description="New features and bug fixes (Java 8)."> + <release version="3.13.0" date="2023-07-23" description="New features and bug fixes (Java 8)."> <!-- FIX --> <action issue="LANG-1645" type="fix" dev="aherbert" due-to="Alex Herbert">NumberUtils.createNumber() to recognize hex integers prefixed with +.</action> <action issue="LANG-1646" type="fix" dev="aherbert" due-to="Alex Herbert">NumberUtils.createNumber() to return requested floating point type for zero.</action> diff --git a/src/site/xdoc/download_lang.xml b/src/site/xdoc/download_lang.xml index 003c0684a..7a56d6b3d 100644 --- a/src/site/xdoc/download_lang.xml +++ b/src/site/xdoc/download_lang.xml @@ -107,38 +107,38 @@ limitations under the License. failing that using the <code>SHA512</code> hash (<code>*.sha512</code> checksum files). </p> <p> - The <a href="https://www.apache.org/dist/commons/KEYS">KEYS</a> + The <a href="https://downloads.apache.org/commons/KEYS">KEYS</a> file contains the public PGP keys used by Apache Commons developers to sign releases. </p> </subsection> </section> - <section name="Apache Commons Lang 3.12.0 (Java 8+)"> + <section name="Apache Commons Lang 3.13.0 (Java 8+)"> <subsection name="Binaries"> <table> <tr> - <td><a href="[preferred]/commons/lang/binaries/commons-lang3-3.12.0-bin.tar.gz">commons-lang3-3.12.0-bin.tar.gz</a></td> - <td><a href="https://www.apache.org/dist/commons/lang/binaries/commons-lang3-3.12.0-bin.tar.gz.sha512">sha512</a></td> - <td><a href="https://www.apache.org/dist/commons/lang/binaries/commons-lang3-3.12.0-bin.tar.gz.asc">pgp</a></td> + <td><a href="[preferred]/commons/lang/binaries/commons-lang3-3.13.0-bin.tar.gz">commons-lang3-3.13.0-bin.tar.gz</a></td> + <td><a href="https://downloads.apache.org/commons/lang/binaries/commons-lang3-3.13.0-bin.tar.gz.sha512">sha512</a></td> + <td><a href="https://downloads.apache.org/commons/lang/binaries/commons-lang3-3.13.0-bin.tar.gz.asc">pgp</a></td> </tr> <tr> - <td><a href="[preferred]/commons/lang/binaries/commons-lang3-3.12.0-bin.zip">commons-lang3-3.12.0-bin.zip</a></td> - <td><a href="https://www.apache.org/dist/commons/lang/binaries/commons-lang3-3.12.0-bin.zip.sha512">sha512</a></td> - <td><a href="https://www.apache.org/dist/commons/lang/binaries/commons-lang3-3.12.0-bin.zip.asc">pgp</a></td> + <td><a href="[preferred]/commons/lang/binaries/commons-lang3-3.13.0-bin.zip">commons-lang3-3.13.0-bin.zip</a></td> + <td><a href="https://downloads.apache.org/commons/lang/binaries/commons-lang3-3.13.0-bin.zip.sha512">sha512</a></td> + <td><a href="https://downloads.apache.org/commons/lang/binaries/commons-lang3-3.13.0-bin.zip.asc">pgp</a></td> </tr> </table> </subsection> <subsection name="Source"> <table> <tr> - <td><a href="[preferred]/commons/lang/source/commons-lang3-3.12.0-src.tar.gz">commons-lang3-3.12.0-src.tar.gz</a></td> - <td><a href="https://www.apache.org/dist/commons/lang/source/commons-lang3-3.12.0-src.tar.gz.sha512">sha512</a></td> - <td><a href="https://www.apache.org/dist/commons/lang/source/commons-lang3-3.12.0-src.tar.gz.asc">pgp</a></td> + <td><a href="[preferred]/commons/lang/source/commons-lang3-3.13.0-src.tar.gz">commons-lang3-3.13.0-src.tar.gz</a></td> + <td><a href="https://downloads.apache.org/commons/lang/source/commons-lang3-3.13.0-src.tar.gz.sha512">sha512</a></td> + <td><a href="https://downloads.apache.org/commons/lang/source/commons-lang3-3.13.0-src.tar.gz.asc">pgp</a></td> </tr> <tr> - <td><a href="[preferred]/commons/lang/source/commons-lang3-3.12.0-src.zip">commons-lang3-3.12.0-src.zip</a></td> - <td><a href="https://www.apache.org/dist/commons/lang/source/commons-lang3-3.12.0-src.zip.sha512">sha512</a></td> - <td><a href="https://www.apache.org/dist/commons/lang/source/commons-lang3-3.12.0-src.zip.asc">pgp</a></td> + <td><a href="[preferred]/commons/lang/source/commons-lang3-3.13.0-src.zip">commons-lang3-3.13.0-src.zip</a></td> + <td><a href="https://downloads.apache.org/commons/lang/source/commons-lang3-3.13.0-src.zip.sha512">sha512</a></td> + <td><a href="https://downloads.apache.org/commons/lang/source/commons-lang3-3.13.0-src.zip.asc">pgp</a></td> </tr> </table> </subsection> @@ -148,13 +148,13 @@ limitations under the License. <table> <tr> <td><a href="[preferred]/commons/lang/binaries/commons-lang-2.6-bin.tar.gz">commons-lang-2.6-bin.tar.gz</a></td> - <td><a href="https://www.apache.org/dist/commons/lang/binaries/commons-lang-2.6-bin.tar.gz.sha512">sha512</a></td> - <td><a href="https://www.apache.org/dist/commons/lang/binaries/commons-lang-2.6-bin.tar.gz.asc">pgp</a></td> + <td><a href="https://downloads.apache.org/commons/lang/binaries/commons-lang-2.6-bin.tar.gz.sha512">sha512</a></td> + <td><a href="https://downloads.apache.org/commons/lang/binaries/commons-lang-2.6-bin.tar.gz.asc">pgp</a></td> </tr> <tr> <td><a href="[preferred]/commons/lang/binaries/commons-lang-2.6-bin.zip">commons-lang-2.6-bin.zip</a></td> - <td><a href="https://www.apache.org/dist/commons/lang/binaries/commons-lang-2.6-bin.zip.sha512">sha512</a></td> - <td><a href="https://www.apache.org/dist/commons/lang/binaries/commons-lang-2.6-bin.zip.asc">pgp</a></td> + <td><a href="https://downloads.apache.org/commons/lang/binaries/commons-lang-2.6-bin.zip.sha512">sha512</a></td> + <td><a href="https://downloads.apache.org/commons/lang/binaries/commons-lang-2.6-bin.zip.asc">pgp</a></td> </tr> </table> </subsection> @@ -162,13 +162,13 @@ limitations under the License. <table> <tr> <td><a href="[preferred]/commons/lang/source/commons-lang-2.6-src.tar.gz">commons-lang-2.6-src.tar.gz</a></td> - <td><a href="https://www.apache.org/dist/commons/lang/source/commons-lang-2.6-src.tar.gz.sha512">sha512</a></td> - <td><a href="https://www.apache.org/dist/commons/lang/source/commons-lang-2.6-src.tar.gz.asc">pgp</a></td> + <td><a href="https://downloads.apache.org/commons/lang/source/commons-lang-2.6-src.tar.gz.sha512">sha512</a></td> + <td><a href="https://downloads.apache.org/commons/lang/source/commons-lang-2.6-src.tar.gz.asc">pgp</a></td> </tr> <tr> <td><a href="[preferred]/commons/lang/source/commons-lang-2.6-src.zip">commons-lang-2.6-src.zip</a></td> - <td><a href="https://www.apache.org/dist/commons/lang/source/commons-lang-2.6-src.zip.sha512">sha512</a></td> - <td><a href="https://www.apache.org/dist/commons/lang/source/commons-lang-2.6-src.zip.asc">pgp</a></td> + <td><a href="https://downloads.apache.org/commons/lang/source/commons-lang-2.6-src.zip.sha512">sha512</a></td> + <td><a href="https://downloads.apache.org/commons/lang/source/commons-lang-2.6-src.zip.asc">pgp</a></td> </tr> </table> </subsection> diff --git a/src/site/xdoc/issue-tracking.xml b/src/site/xdoc/issue-tracking.xml index 748603569..e6d593213 100644 --- a/src/site/xdoc/issue-tracking.xml +++ b/src/site/xdoc/issue-tracking.xml @@ -57,7 +57,7 @@ limitations under the License. <p> To use JIRA you may need to <a href="https://issues.apache.org/jira/secure/Signup!default.jspa">create an account</a> (if you have previously created/updated Commons issues using Bugzilla an account will have been automatically - created and you can use the <a href="https://issues.apache.org/jira/secure/ForgotLoginDetails.jspa">Forgot Password</a> + created and you can use the <a href="https://issues.apache.org/jira/secure/ForgotPassword!default.jspa">Forgot Password</a> page to get a new password). </p> @@ -85,7 +85,7 @@ limitations under the License. </p> <p> - For more information on subversion and creating patches see the + For more information on creating patches see the <a href="https://www.apache.org/dev/contributors.html">Apache Contributors Guide</a>. </p> diff --git a/src/site/xdoc/mail-lists.xml b/src/site/xdoc/mail-lists.xml index 380401253..8674fbfe2 100644 --- a/src/site/xdoc/mail-lists.xml +++ b/src/site/xdoc/mail-lists.xml @@ -105,7 +105,9 @@ limitations under the License. <td><a href="mailto:user-subscr...@commons.apache.org">Subscribe</a></td> <td><a href="mailto:user-unsubscr...@commons.apache.org">Unsubscribe</a></td> <td><a href="mailto:u...@commons.apache.org?subject=[lang]">Post</a></td> - <td><a href="https://mail-archives.apache.org/mod_mbox/commons-user/">mail-archives.apache.org</a></td> + <td><a href="https://mail-archives.apache.org/mod_mbox/commons-user/">mail-archives.apache.org</a><br /> + <a href="https://lists.apache.org/list.html?u...@commons.apache.org">lists.apache.org</a> + </td> <td><a href="https://markmail.org/list/org.apache.commons.users/">markmail.org</a><br /> <a href="https://www.mail-archive.com/user@commons.apache.org/">www.mail-archive.com</a><br /> <a href="https://news.gmane.org/gmane.comp.jakarta.commons.devel">news.gmane.org</a> @@ -123,7 +125,9 @@ limitations under the License. <td><a href="mailto:dev-subscr...@commons.apache.org">Subscribe</a></td> <td><a href="mailto:dev-unsubscr...@commons.apache.org">Unsubscribe</a></td> <td><a href="mailto:d...@commons.apache.org?subject=[lang]">Post</a></td> - <td><a href="https://mail-archives.apache.org/mod_mbox/commons-dev/">mail-archives.apache.org</a></td> + <td><a href="https://mail-archives.apache.org/mod_mbox/commons-dev/">mail-archives.apache.org</a><br /> + <a href="https://lists.apache.org/list.html?d...@commons.apache.org">lists.apache.org</a> + </td> <td><a href="https://markmail.org/list/org.apache.commons.dev/">markmail.org</a><br /> <a href="https://www.mail-archive.com/dev@commons.apache.org/">www.mail-archive.com</a><br /> <a href="https://news.gmane.org/gmane.comp.jakarta.commons.devel">news.gmane.org</a> @@ -141,7 +145,9 @@ limitations under the License. <td><a href="mailto:issues-subscr...@commons.apache.org">Subscribe</a></td> <td><a href="mailto:issues-unsubscr...@commons.apache.org">Unsubscribe</a></td> <td><i>read only</i></td> - <td><a href="https://mail-archives.apache.org/mod_mbox/commons-issues/">mail-archives.apache.org</a></td> + <td><a href="https://mail-archives.apache.org/mod_mbox/commons-issues/">mail-archives.apache.org</a><br /> + <a href="https://lists.apache.org/list.html?iss...@commons.apache.org">lists.apache.org</a> + </td> <td><a href="https://markmail.org/list/org.apache.commons.issues/">markmail.org</a><br /> <a href="https://www.mail-archive.com/issues@commons.apache.org/">www.mail-archive.com</a> </td> @@ -158,7 +164,9 @@ limitations under the License. <td><a href="mailto:commits-subscr...@commons.apache.org">Subscribe</a></td> <td><a href="mailto:commits-unsubscr...@commons.apache.org">Unsubscribe</a></td> <td><i>read only</i></td> - <td><a href="https://mail-archives.apache.org/mod_mbox/commons-commits/">mail-archives.apache.org</a></td> + <td><a href="https://mail-archives.apache.org/mod_mbox/commons-commits/">mail-archives.apache.org</a><br /> + <a href="https://lists.apache.org/list.html?commits@commons.apache.org">lists.apache.org</a> + </td> <td><a href="https://markmail.org/list/org.apache.commons.commits/">markmail.org</a><br /> <a href="https://www.mail-archive.com/commits@commons.apache.org/">www.mail-archive.com</a> </td> @@ -191,7 +199,9 @@ limitations under the License. <td><a class="externalLink" href="mailto:announce-subscr...@apache.org">Subscribe</a></td> <td><a class="externalLink" href="mailto:announce-unsubscr...@apache.org">Unsubscribe</a></td> <td><i>read only</i></td> - <td><a class="externalLink" href="https://mail-archives.apache.org/mod_mbox/www-announce/">mail-archives.apache.org</a></td> + <td><a class="externalLink" href="https://mail-archives.apache.org/mod_mbox/www-announce/">mail-archives.apache.org</a><br /> + <a class="externalLink" href="https://lists.apache.org/list.html?annou...@apache.org">lists.apache.org</a> + </td> <td><a class="externalLink" href="https://markmail.org/list/org.apache.announce/">markmail.org</a><br /> <a class="externalLink" href="https://old.nabble.com/Apache-News-and-Announce-f109.html">old.nabble.com</a><br /> <a class="externalLink" href="https://www.mail-archive.com/announce@apache.org/">www.mail-archive.com</a><br />