From d09b2f285c61747257cdf260c9504c9dcf391551 Mon Sep 17 00:00:00 2001
From: Gary Gregory
Date: Sun, 30 Jun 2024 14:08:20 -0400
Subject: [PATCH] Prepare for the next release candidate
---
README.md | 8 ++++---
RELEASE-NOTES.txt | 36 ++++++++++++++++++++++++++++++
pom.xml | 2 +-
src/site/xdoc/download_logging.xml | 26 ++++++++++-----------
4 files changed, 55 insertions(+), 17 deletions(-)
diff --git a/README.md b/README.md
index 1598f52..caa5a3b 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://maven-badges.herokuapp.com/maven-central/commons-logging/commons-logging/?gav=true)
-[](https://javadoc.io/doc/commons-logging/commons-logging/1.3.2)
+[](https://javadoc.io/doc/commons-logging/commons-logging/1.3.3)
[](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.2
+ 1.3.3
```
@@ -89,7 +89,9 @@ There are some guidelines which will make applying PRs easier for us:
+ No tabs! Please use spaces for indentation.
+ Respect the existing code style for each file.
+ Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change.
-+ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn```.
++ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running `mvn`.
++ Before you pushing a PR, run `mvn` (by itself), this runs the default goal, which contains all build checks.
++ To see the code coverage report, regardless of coverage failures, run `mvn clean site -Dcommons.jacoco.haltOnFailure=false`
If you plan to contribute on a regular basis, please consider filing a [contributor license agreement](https://www.apache.org/licenses/#clas).
You can learn more about contributing via GitHub in our [contribution guidelines](CONTRIBUTING.md).
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 71db996..1015fe5 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,3 +1,39 @@
+Apache Commons Logging 1.3.3-SNAPSHOT Release Notes
+---------------------------------------------------
+
+The Apache Commons Logging team is pleased to announce the release of Apache Commons Logging 1.3.3-SNAPSHOT.
+
+Apache Commons Logging is a thin adapter allowing configurable bridging to other,
+well-known logging systems.
+
+This is a feature and maintenance release. Java 8 or later is required.
+
+
+Fixed Bugs
+----------
+
+* Fix PMD UnnecessaryFullyQualifiedName in SimpleLog. Thanks to Gary Gregory.
+* LOGGING-193: Update Log4j 2 OSGi imports #268. Thanks to Philippe Marschall.
+* Fix NullPointerException in SimpleLog#write(Object) on null input. Thanks to Gary Gregory.
+* Fix NullPointerException in SimpleLog#write(StringBuffer) on null input. Thanks to Gary Gregory.
+
+Changes
+-------
+
+* Bump org.apache.commons:commons-parent from 69 to 71 #267. Thanks to Dependabot.
+
+
+Historical list of changes: https://commons.apache.org/proper/commons-logging/changes-report.html
+
+Download it from https://commons.apache.org/proper/commons-logging/download_logging.cgi
+
+For complete information on Apache Commons Logging, including instructions on how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Commons Logging website:
+
+https://commons.apache.org/proper/commons-logging/
+
+-----------------------------------------------------------------------------
+
Apache Commons Logging 1.3.2 Release Notes
------------------------------------------
diff --git a/pom.xml b/pom.xml
index 823c049..0e346bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@ under the License.
LOGGING
12310484
- RC3
+ RC1
true
3.2.1
diff --git a/src/site/xdoc/download_logging.xml b/src/site/xdoc/download_logging.xml
index a35c002..16c87a9 100644
--- a/src/site/xdoc/download_logging.xml
+++ b/src/site/xdoc/download_logging.xml
@@ -113,32 +113,32 @@ limitations under the License.
-