This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/commons-logging.git
commit e0255a5845814802586b91c889ab3e9fc4bf9d68 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Nov 26 16:32:56 2023 -0500 Prepare for release candidate --- pom.xml | 2 +- src/site/site.xml | 2 +- src/site/xdoc/index.xml | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 70fdf9d..31c0d5f 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ under the License. <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <name>Apache Commons Logging</name> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.0</version> <description>Apache Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.</description> <url>https://commons.apache.org/proper/commons-logging/</url> diff --git a/src/site/site.xml b/src/site/site.xml index 533daa8..0b4ccf2 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -31,7 +31,7 @@ <item name="User Guide" href="/guide.html" /> <item name="Troubleshooting Guide" href="/troubleshooting.html" /> <item name="Release Notes" href="/RELEASE-NOTES.txt" /> - <item name='Javadoc (Latest release)' href='/javadocs/api-release/index.html' /> + <item name='Javadoc (Latest release)' href='/apidocs/index.html' /> <item name='Javadoc Archive' href='https://javadoc.io/doc/commons-logging/commons-logging' /> </menu> <menu name="Development"> diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 4041dc0..e3ffee9 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/logging/download_logging.cgi">here</a>. </p> + <subsection name='1.3.0 Release - Novemeber 2023'> + <p>Please refer to the + <a href="changes-report.html">change-report</a>.</p> + </subsection> <subsection name='1.2 Release - July 2014'> <p>The main purpose of the 1.2 release is to drop support for Java 1.1.</p> <p>For a full list of changes since the 1.1.3 release, please refer to the