From e9e794ac18f38eb089cf59b2d9de0b2d42a2de00 Mon Sep 17 00:00:00 2001
From: Gary Gregory
Date: Fri, 22 Nov 2024 15:34:54 +0000
Subject: [PATCH] Prepare for the next release candidate
---
README.md | 4 ++--
RELEASE-NOTES.txt | 16 +++++++---------
pom.xml | 6 +++---
src/site/xdoc/download_logging.xml | 26 +++++++++++++-------------
4 files changed, 25 insertions(+), 27 deletions(-)
diff --git a/README.md b/README.md
index 99aba8f..2e49443 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ Apache Commons Logging
[](https://github.com/apache/commons-logging/actions/workflows/maven.yml)
[](https://search.maven.org/artifact/commons-logging/commons-logging)
-[](https://javadoc.io/doc/commons-logging/commons-logging/1.3.4)
+[](https://javadoc.io/doc/commons-logging/commons-logging/1.3.5)
[](https://github.com/apache/commons-logging/actions/workflows/codeql-analysis.yml)
[](https://api.securityscorecards.dev/projects/github.com/apache/commons-logging)
@@ -69,7 +69,7 @@ Alternatively, you can pull it from the central Maven repositories:
commons-logging
commons-logging
- 1.3.4
+ 1.3.5
```
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 5b542d0..40c5098 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,7 +1,7 @@
-Apache Commons Logging 1.3.4 Release Notes
+Apache Commons Logging 1.3.5 Release Notes
------------------------------------------
-The Apache Commons Logging team is pleased to announce the release of Apache Commons Logging 1.3.4.
+The Apache Commons Logging team is pleased to announce the release of Apache Commons Logging 1.3.5.
Apache Commons Logging is a thin adapter allowing configurable bridging to other,
well-known logging systems.
@@ -12,17 +12,15 @@ Changes in this version
-----------------------
-Fixed Bugs
-----------
-
-* LOGGING-192: Fix factory loading from context class loader #280, #281. Thanks to Björn Kautler, Piotr Karwasz.
-
Changes
-------
-* Bump org.apache.commons:commons-parent from 71 to 72. Thanks to Gary Gregory.
-* Bump org.slf4j:slf4j-api from 2.0.13 to 2.0.16 #276, #282. Thanks to Gary Gregory, Dependabot.
+* Bump org.apache.commons:commons-parent from 72 to 78 #285, #287, #295, #298, #303, #310. Thanks to Gary Gregory, Dependabot.
+* Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 #288 [test]. Thanks to Gary Gregory, Dependabot.
+* Bump log4j2.version from 2.23.1 to 2.24.2 #292, #299, #319. Thanks to Gary Gregory, Dependabot.
+Removed:
+* Remove "cobertura" plugin, we use JaCoco, Cobertura is unmaintained. Thanks to Gary Gregory.
Historical list of changes: https://commons.apache.org/proper/commons-logging/changes-report.html
diff --git a/pom.xml b/pom.xml
index 009bc60..254f7f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,9 +43,9 @@ under the License.
${commons.logging.javaversion}
logging
org.apache.commons.logging
- 1.3.4
- 1.3.5
- 1.3.3
+ 1.3.5
+ 1.3.6
+ 1.3.4
true
LOGGING
12310484
diff --git a/src/site/xdoc/download_logging.xml b/src/site/xdoc/download_logging.xml
index b22e3f9..aac6134 100644
--- a/src/site/xdoc/download_logging.xml
+++ b/src/site/xdoc/download_logging.xml
@@ -113,32 +113,32 @@ limitations under the License.
-