From 806da07a2502235d32672a47a6f5ebb434b40a0a Mon Sep 17 00:00:00 2001 From: Stephen Colebourne Date: Thu, 30 Mar 2023 22:36:24 +0100 Subject: [PATCH] Release v2.12.5 --- README.md | 6 +++--- pom.xml | 2 +- src/changes/changes.xml | 5 +++++ src/conf/MANIFEST.MF | 18 +++++++++--------- src/site/markdown/index.md | 4 ++-- 5 files changed, 20 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index a720c5245..8fa19c426 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Various documentation is available: ### Releases -[Release 2.12.4](https://www.joda.org/joda-time/download.html) is the current latest release. +[Release 2.12.5](https://www.joda.org/joda-time/download.html) is the current latest release. This release is considered stable and worthy of the 2.x tag. It depends on JDK 1.5 or later. @@ -65,13 +65,13 @@ Available in the [Maven Central repository](https://search.maven.org/search?q=g: joda-time joda-time - 2.12.4 + 2.12.5 ``` **Gradle configuration:** ```groovy -compile 'joda-time:joda-time:2.12.4' +compile 'joda-time:joda-time:2.12.5' ``` diff --git a/pom.xml b/pom.xml index 50db11316..e3b0ae18d 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ joda-time jar Joda-Time - 2.12.4 + 2.12.5 Date and time library to replace JDK date handling https://www.joda.org/joda-time/ diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 164a34f65..5c54e0044 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -8,6 +8,11 @@ + + + DateTimeZone data updated to version 2023cgtz. + + DateTimeZone data updated to version 2023bgtz. diff --git a/src/conf/MANIFEST.MF b/src/conf/MANIFEST.MF index d3b840da8..08456ce8c 100644 --- a/src/conf/MANIFEST.MF +++ b/src/conf/MANIFEST.MF @@ -5,19 +5,19 @@ Specification-Vendor: Joda.org Specification-Version: 2.12 Implementation-Vendor: Joda.org Implementation-Title: org.joda.time -Implementation-Version: 2.12.4 +Implementation-Version: 2.12.5 Implementation-Vendor-Id: org.joda Bundle-ManifestVersion: 2 Bundle-Vendor: Joda.org Bundle-Name: Joda-Time Bundle-SymbolicName: joda-time -Bundle-Version: 2.12.4 -Export-Package: org.joda.time;version=2.12.4, - org.joda.time.base;version=2.12.4, - org.joda.time.chrono;version=2.12.4, - org.joda.time.convert;version=2.12.4, - org.joda.time.field;version=2.12.4, - org.joda.time.format;version=2.12.4, - org.joda.time.tz;version=2.12.4 +Bundle-Version: 2.12.5 +Export-Package: org.joda.time;version=2.12.5, + org.joda.time.base;version=2.12.5, + org.joda.time.chrono;version=2.12.5, + org.joda.time.convert;version=2.12.5, + org.joda.time.field;version=2.12.5, + org.joda.time.format;version=2.12.5, + org.joda.time.tz;version=2.12.5 Bundle-License: Apache 2.0 Bundle-DocURL: https://www.joda.org/joda-time/ diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index 2bf57c45a..126adc7f9 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -131,7 +131,7 @@ Joda-Time is licenced under the business friendly Apache ## Releases -[Release 2.12.4](download.html) is the current latest release. +[Release 2.12.5](download.html) is the current latest release. This release is considered stable and worthy of the 2.x tag. See the [change notes](changes-report.html) for full details. @@ -145,7 +145,7 @@ Available in [Maven Central](https://search.maven.org/search?q=g:joda-time%20AND joda-time joda-time - 2.12.4 + 2.12.5 ```