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 adc6ef8 Update versions adc6ef8 is described below commit adc6ef8f1b2a340584272e873a3e400b2ec01c28 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Mar 16 18:57:26 2024 -0400 Update versions --- src/conf/MANIFEST.MF | 14 +++++++------- src/site/xdoc/index.xml | 4 ++++ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/src/conf/MANIFEST.MF b/src/conf/MANIFEST.MF index 197d6be..d688949 100644 --- a/src/conf/MANIFEST.MF +++ b/src/conf/MANIFEST.MF @@ -1,20 +1,20 @@ Manifest-Version: 1.0 -Export-Package: org.apache.commons.logging;version="1.3.0",org.apache. - commons.logging.impl;version="1.3.0" -Implementation-Title: Commons Logging +Export-Package: org.apache.commons.logging;version="1.4.0",org.apache. + commons.logging.impl;version="1.4.0" +Implementation-Title: Apache Commons Logging Implementation-Vendor: The Apache Software Foundation Implementation-Vendor-Id: org.apache -Specification-Title: Commons Logging +Specification-Title: Apache Commons Logging Bundle-License: https://www.apache.org/licenses/LICENSE-2.0.txt Bundle-SymbolicName: org.apache.commons.logging X-Compile-Target-JDK: 1.8 -Implementation-Version: 1.3.0 +Implementation-Version: 1.4.0 Specification-Vendor: The Apache Software Foundation Bundle-Name: Commons Logging Created-By: Apache Maven Bundle Plugin X-Compile-Source-JDK: 1.8 Bundle-Vendor: The Apache Software Foundation -Bundle-Version: 1.3.0 +Bundle-Version: 1.4.0 Bundle-ManifestVersion: 2 Bundle-Description: Commons Logging is a thin adapter allowing configu rable bridging to other, well known logging systems. @@ -25,4 +25,4 @@ Import-Package: javax.servlet;resolution:=optional;version="[2.1.0,3.0 .0.1]",org.apache.log4j;resolution:=optional;version="[1.2.15,2.0.0)" Include-Resource: META-INF/NOTICE.txt=NOTICE.txt,META-INF/LICENSE.txt= LICENSE.txt -Specification-Version: 1.3.0 +Specification-Version: 1.4.0 diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index f4c76d5..409b595 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -81,6 +81,10 @@ This gives short introductions to topics such as advanced class loading. Binary and source distributions are available <a href="https//commons.apache.org/proper/commons-logging/download_logging.cgi">here</a>. </p> + <subsection name='1.4.0 Release - March 2024'> + <p>Please refer to the + <a href="changes-report.html">change-report</a>.</p> + </subsection> <subsection name='1.3.0 Release - November 2023'> <p>Please refer to the <a href="changes-report.html">change-report</a>.</p>