From 112740b21851ecbe1226f80d91fef097acb71eb9 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sun, 23 Jul 2023 14:57:01 -0400 Subject: [PATCH] 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 [![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 org.apache.commons commons-lang3 - 3.12.0 + 3.13.0 ``` @@ -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 @@ scm:git:http://gitbox.apache.org/repos/asf/commons-lang.git scm:git:https://gitbox.apache.org/repos/asf/commons-lang.git https://gitbox.apache.org/repos/asf?p=commons-lang.git - commons-lang-3.12.0 + rel/commons-lang-3.13.0 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 type attribute can be add,update,fix,remove. - + NumberUtils.createNumber() to recognize hex integers prefixed with +. NumberUtils.createNumber() to return requested floating point type for zero. 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 SHA512 hash (*.sha512 checksum files).

- The KEYS + The KEYS file contains the public PGP keys used by Apache Commons developers to sign releases.

-
+
- - - + + + - - - + + +
commons-lang3-3.12.0-bin.tar.gzsha512pgpcommons-lang3-3.13.0-bin.tar.gzsha512pgp
commons-lang3-3.12.0-bin.zipsha512pgpcommons-lang3-3.13.0-bin.zipsha512pgp
- - - + + + - - - + + +
commons-lang3-3.12.0-src.tar.gzsha512pgpcommons-lang3-3.13.0-src.tar.gzsha512pgp
commons-lang3-3.12.0-src.zipsha512pgpcommons-lang3-3.13.0-src.zipsha512pgp
@@ -148,13 +148,13 @@ limitations under the License. - - + + - - + +
commons-lang-2.6-bin.tar.gzsha512pgpsha512pgp
commons-lang-2.6-bin.zipsha512pgpsha512pgp
@@ -162,13 +162,13 @@ limitations under the License. - - + + - - + +
commons-lang-2.6-src.tar.gzsha512pgpsha512pgp
commons-lang-2.6-src.zipsha512pgpsha512pgp
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.

To use JIRA you may need to create an account (if you have previously created/updated Commons issues using Bugzilla an account will have been automatically - created and you can use the Forgot Password + created and you can use the Forgot Password page to get a new password).

@@ -85,7 +85,7 @@ limitations under the License.

- For more information on subversion and creating patches see the + For more information on creating patches see the Apache Contributors Guide.

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. Subscribe Unsubscribe Post - mail-archives.apache.org + mail-archives.apache.org
+ lists.apache.org + markmail.org
www.mail-archive.com
news.gmane.org @@ -123,7 +125,9 @@ limitations under the License. Subscribe Unsubscribe Post - mail-archives.apache.org + mail-archives.apache.org
+ lists.apache.org + markmail.org
www.mail-archive.com
news.gmane.org @@ -141,7 +145,9 @@ limitations under the License. Subscribe Unsubscribe read only - mail-archives.apache.org + mail-archives.apache.org
+ lists.apache.org + markmail.org
www.mail-archive.com @@ -158,7 +164,9 @@ limitations under the License. Subscribe Unsubscribe read only - mail-archives.apache.org + mail-archives.apache.org
+ lists.apache.org + markmail.org
www.mail-archive.com @@ -191,7 +199,9 @@ limitations under the License. Subscribe Unsubscribe read only - mail-archives.apache.org + mail-archives.apache.org
+ lists.apache.org + markmail.org
old.nabble.com
www.mail-archive.com