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-logging.git


The following commit(s) were added to refs/heads/master by this push:
     new d09b2f2  Prepare for the next release candidate
d09b2f2 is described below

commit d09b2f285c61747257cdf260c9504c9dcf391551
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jun 30 14:08:20 2024 -0400

    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
 
 [![Java 
CI](https://github.com/apache/commons-logging/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-logging/actions/workflows/maven.yml)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/commons-logging/commons-logging/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/commons-logging/commons-logging/?gav=true)
-[![Javadocs](https://javadoc.io/badge/commons-logging/commons-logging/1.3.2.svg)](https://javadoc.io/doc/commons-logging/commons-logging/1.3.2)
+[![Javadocs](https://javadoc.io/badge/commons-logging/commons-logging/1.3.3.svg)](https://javadoc.io/doc/commons-logging/commons-logging/1.3.3)
 
[![CodeQL](https://github.com/apache/commons-logging/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-logging/actions/workflows/codeql-analysis.yml)
 [![OpenSSF 
Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-logging/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-logging)
 
@@ -69,7 +69,7 @@ Alternatively, you can pull it from  the central Maven 
repositories:
 <dependency>
   <groupId>commons-logging</groupId>
   <artifactId>commons-logging</artifactId>
-  <version>1.3.2</version>
+  <version>1.3.3</version>
 </dependency>
 ```
 
@@ -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.
     <commons.jira.id>LOGGING</commons.jira.id>
     <commons.jira.pid>12310484</commons.jira.pid>
     <!-- The RC version used in the staging repository URL. -->
-    <commons.rc.version>RC3</commons.rc.version>
+    <commons.rc.version>RC1</commons.rc.version>
     <skipSurefireReport>true</skipSurefireReport>
     <!-- Since version 3.2 additional classpath dependencies are allowed. -->
     <commons.failsafe.version>3.2.1</commons.failsafe.version>
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.
       </p>
     </subsection>
     </section>
-    <section name="Apache Commons Logging 1.3.2 ">
+    <section name="Apache Commons Logging 1.3.3 ">
       <subsection name="Binaries">
         <table>
           <tr>
-              <td><a 
href="[preferred]/commons/logging/binaries/commons-logging-1.3.2-bin.tar.gz">commons-logging-1.3.2-bin.tar.gz</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/logging/binaries/commons-logging-1.3.2-bin.tar.gz.sha512";>sha512</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/logging/binaries/commons-logging-1.3.2-bin.tar.gz.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/logging/binaries/commons-logging-1.3.3-bin.tar.gz">commons-logging-1.3.3-bin.tar.gz</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/logging/binaries/commons-logging-1.3.3-bin.tar.gz.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/logging/binaries/commons-logging-1.3.3-bin.tar.gz.asc";>pgp</a></td>
           </tr>
           <tr>
-              <td><a 
href="[preferred]/commons/logging/binaries/commons-logging-1.3.2-bin.zip">commons-logging-1.3.2-bin.zip</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/logging/binaries/commons-logging-1.3.2-bin.zip.sha512";>sha512</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/logging/binaries/commons-logging-1.3.2-bin.zip.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/logging/binaries/commons-logging-1.3.3-bin.zip">commons-logging-1.3.3-bin.zip</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/logging/binaries/commons-logging-1.3.3-bin.zip.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/logging/binaries/commons-logging-1.3.3-bin.zip.asc";>pgp</a></td>
           </tr>
         </table>
       </subsection>
       <subsection name="Source">
         <table>
           <tr>
-              <td><a 
href="[preferred]/commons/logging/source/commons-logging-1.3.2-src.tar.gz">commons-logging-1.3.2-src.tar.gz</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/logging/source/commons-logging-1.3.2-src.tar.gz.sha512";>sha512</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/logging/source/commons-logging-1.3.2-src.tar.gz.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/logging/source/commons-logging-1.3.3-src.tar.gz">commons-logging-1.3.3-src.tar.gz</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/logging/source/commons-logging-1.3.3-src.tar.gz.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/logging/source/commons-logging-1.3.3-src.tar.gz.asc";>pgp</a></td>
           </tr>
           <tr>
-              <td><a 
href="[preferred]/commons/logging/source/commons-logging-1.3.2-src.zip">commons-logging-1.3.2-src.zip</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/logging/source/commons-logging-1.3.2-src.zip.sha512";>sha512</a></td>
-              <td><a 
href="https://downloads.apache.org/commons/logging/source/commons-logging-1.3.2-src.zip.asc";>pgp</a></td>
+              <td><a 
href="[preferred]/commons/logging/source/commons-logging-1.3.3-src.zip">commons-logging-1.3.3-src.zip</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/logging/source/commons-logging-1.3.3-src.zip.sha512";>sha512</a></td>
+              <td><a 
href="https://downloads.apache.org/commons/logging/source/commons-logging-1.3.3-src.zip.asc";>pgp</a></td>
           </tr>
         </table>
       </subsection>

Reply via email to