Prepare for release candidate
This commit is contained in:
parent
30bdb1964a
commit
112740b218
|
@ -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`
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@ Apache Commons Lang
|
|||
[![GitHub Actions Status](https://github.com/apache/commons-lang/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-lang/actions)
|
||||
[![Coverage Status](https://codecov.io/gh/apache/commons-lang/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-lang)
|
||||
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-lang3/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-lang3/?gav=true)
|
||||
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-lang3/3.12.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-lang3/3.12.0)
|
||||
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-lang3/3.13.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-lang3/3.13.0)
|
||||
[![CodeQL](https://github.com/apache/commons-lang/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-lang/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)
|
||||
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-lang/badge)](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) |
|
||||
|
|
2
pom.xml
2
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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -105,7 +105,9 @@ limitations under the License.
|
|||
<td><a href="mailto:user-subscribe@commons.apache.org">Subscribe</a></td>
|
||||
<td><a href="mailto:user-unsubscribe@commons.apache.org">Unsubscribe</a></td>
|
||||
<td><a href="mailto:user@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?user@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-subscribe@commons.apache.org">Subscribe</a></td>
|
||||
<td><a href="mailto:dev-unsubscribe@commons.apache.org">Unsubscribe</a></td>
|
||||
<td><a href="mailto:dev@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?dev@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-subscribe@commons.apache.org">Subscribe</a></td>
|
||||
<td><a href="mailto:issues-unsubscribe@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?issues@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-subscribe@commons.apache.org">Subscribe</a></td>
|
||||
<td><a href="mailto:commits-unsubscribe@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-subscribe@apache.org">Subscribe</a></td>
|
||||
<td><a class="externalLink" href="mailto:announce-unsubscribe@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?announce@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 />
|
||||
|
|
Loading…
Reference in New Issue