(commons-logging) branch master updated: Prepare for a release candidate

2024-03-17 Thread ggregory
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 53e06aa  Prepare for a release candidate
53e06aa is described below

commit 53e06aae74a701a6ae5545a1d0aa8eab4ef91ad5
Author: Gary Gregory 
AuthorDate: Sun Mar 17 10:36:24 2024 -0400

Prepare for a release candidate
---
 README.md  |  4 ++--
 RELEASE-NOTES.txt  |  9 +++--
 pom.xml|  8 
 src/site/xdoc/download_logging.xml | 26 +-
 4 files changed, 26 insertions(+), 21 deletions(-)

diff --git a/README.md b/README.md
index 880e97b..0730ab8 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,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)
 [![Coverage 
Status](https://codecov.io/gh/apache/commons-logging/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-logging)
 [![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.4.0.svg)](https://javadoc.io/doc/commons-logging/commons-logging/1.4.0)
+[![Javadocs](https://javadoc.io/badge/commons-logging/commons-logging/1.3.1.svg)](https://javadoc.io/doc/commons-logging/commons-logging/1.3.1)
 
[![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)
 
@@ -70,7 +70,7 @@ Alternatively, you can pull it from  the central Maven 
repositories:
 
   commons-logging
   commons-logging
-  1.4.0
+  1.3.1
 
 ```
 
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index d85ad92..4028541 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,8 +1,8 @@
 Apache Commons Logging
-Version 1.4.0
+Version 1.3.1
 RELEASE NOTES
 
-The Apache Commons Logging team is pleased to announce the release of Apache 
Commons Logging 1.4.0
+The Apache Commons Logging team is pleased to announce the release of Apache 
Commons Logging 1.3.1
 
 Apache Commons Logging is a thin adapter allowing configurable bridging to 
other,
 well-known logging systems.
@@ -22,6 +22,9 @@ Fixed Bugs
 
 *   Remove references to very old JDK and Commons Logging versions 
#201. Thanks to Elliotte Rusty Harold.
 *   Update from Logj 1 to the Log4j 2 API compatibility layer 
#231. Thanks to Gary Gregory, Piotr P. Karwasz.
+*   Allow Servlet 4 in OSGi environment #191. Thanks to V�clav 
Haisman.
+*   Fix generics warnings #213. Thanks to Elliotte Rusty Harold.
+* LOGGING-189:  Fix Import-Package entry for org.slf4j #188. Thanks to V�clav 
Haisman, Sebb, Hannes Wellmann, Gary Gregory, Piotr P. Karwasz.
 
 Changes
 ---
@@ -32,6 +35,7 @@ Changes
 *   Bump ch.qos.logback:logback-classic from 1.3.11 to 1.3.14 
#212. Thanks to Dependabot, Gary Gregory.
 *   Bump ch.qos.logback:logback-core from 1.3.11 to 1.3.14 #211. 
Thanks to Dependabot, Gary Gregory.
 *   Bump com.h3xstream.findsecbugs:findsecbugs-plugin from 1.12.0 
to 1.13.0. Thanks to Dependabot.
+*   Bump logkit from 1.0.1 to 2.0 #32. Thanks to Dependabot.
 
 
 Historical list of changes: 
https://commons.apache.org/proper/commons-logging/changes-report.html
@@ -43,6 +47,7 @@ patches, or suggestions for improvement, see the Apache 
Commons Logging website:
 
 https://commons.apache.org/proper/commons-logging/
 
+
 -
 
   Apache Commons Logging
diff --git a/pom.xml b/pom.xml
index 8dc344b..1eda2fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@ under the License.
   commons-logging
   commons-logging
   Apache Commons Logging
-  1.4.0-SNAPSHOT
+  1.3.1-SNAPSHOT
   Apache Commons Logging is a thin adapter allowing configurable 
bridging to other,
 well-known logging systems.
   https://commons.apache.org/proper/commons-logging/
@@ -651,14 +651,14 @@ under the License.
 
${commons.logging.javaversion}
 logging
 org.apache.commons.logging
-1.4.0
-1.4.1
+1.3.1
+1.3.2
 1.3.0
 true
 LOGGING
 12310484
 
-RC1
+RC2
 true
 
 3.2.1
diff --git a/src/site/xdoc/download_logging.xml 
b/src/site/xdoc/download_logging.xml
index beb10a7..7cebced 100644
--- 

(commons-logging) branch master updated: Prepare for a release candidate

2024-03-16 Thread ggregory
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 b0b9b71  Prepare for a release candidate
b0b9b71 is described below

commit b0b9b7131c6f8d424c2e9b593d8fe5972b80d406
Author: Gary Gregory 
AuthorDate: Sat Mar 16 19:09:33 2024 -0400

Prepare for a release candidate
---
 CONTRIBUTING.md|   5 +-
 README.md  |   7 +-
 RELEASE-NOTES.txt  | 153 +
 src/changes/changes.xml|   2 +-
 src/changes/release-notes.vm   |  20 +++--
 src/site/xdoc/download_logging.xml |  26 +++
 6 files changed, 136 insertions(+), 77 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a261465..082098a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -49,13 +49,13 @@ Getting Started
 ---
 
 + Make sure you have a [JIRA account](https://issues.apache.org/jira/).
-+ Make sure you have a [GitHub account](https://github.com/signup/free).
++ Make sure you have a [GitHub account](https://github.com/signup/free). This 
is not essential, but makes providing patches much easier.
 + If you're planning to implement a new feature it makes sense to discuss your 
changes on the [dev list](https://commons.apache.org/mail-lists.html) first. 
This way you can make sure you're not wasting your time on something that isn't 
considered to be in Apache Commons Logging's scope.
 + Submit a [Jira Ticket][jira] for your issue, assuming one does not already 
exist.
   + 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://help.github.com/articles/fork-a-repo/) and check out your 
forked repository.
+[fork](https://help.github.com/articles/fork-a-repo/) and check out your 
forked repository. If you don't have a GitHub account, you can still clone the 
Commons repository.
 
 Making Changes
 --
@@ -109,7 +109,6 @@ Additional Resources
 + [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`
 
 [cla]:https://www.apache.org/licenses/#clas
 [jira]:https://issues.apache.org/jira/browse/LOGGING
diff --git a/README.md b/README.md
index 84b65eb..880e97b 100644
--- a/README.md
+++ b/README.md
@@ -46,12 +46,12 @@ 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)
 [![Coverage 
Status](https://codecov.io/gh/apache/commons-logging/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-logging)
 [![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.0.svg)](https://javadoc.io/doc/commons-logging/commons-logging/1.3.0)
+[![Javadocs](https://javadoc.io/badge/commons-logging/commons-logging/1.4.0.svg)](https://javadoc.io/doc/commons-logging/commons-logging/1.4.0)
 
[![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)
 
 Apache Commons Logging is a thin adapter allowing configurable bridging to 
other,
-well known logging systems.
+well-known logging systems.
 
 Documentation
 -
@@ -70,7 +70,7 @@ Alternatively, you can pull it from  the central Maven 
repositories:
 
   commons-logging
   commons-logging
-  1.3.0
+  1.4.0
 
 ```
 
@@ -112,7 +112,6 @@ Additional Resources
 + [Apache Issue Tracker (JIRA)](https://issues.apache.org/jira/browse/LOGGING)
 + [Apache Commons Slack Channel](https://the-asf.slack.com/archives/C60NVB8AD)
 + [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
-+ `#apache-commons` IRC channel on `irc.freenode.org`
 
 Apache Commons Components
 -
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 807d4d3..d85ad92 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,3 +1,50 @@
+Apache Commons Logging
+Version 1.4.0
+RELEASE NOTES
+
+The Apache Commons Logging team is pleased to announce the release