From a2e141279d34c29090c80a84c6a47ec33a90ed04 Mon Sep 17 00:00:00 2001 From: Stephen Colebourne Date: Sun, 27 Mar 2016 20:33:41 +0100 Subject: [PATCH] Release v2.9.3 --- README.md | 8 +-- pom.xml | 2 +- src/conf/MANIFEST.MF | 18 ++--- src/site/markdown/index.md | 6 +- src/site/xdoc/installation.xml | 1 + src/site/xdoc/upgradeto291.xml | 2 +- src/site/xdoc/upgradeto292.xml | 2 +- src/site/xdoc/upgradeto293.xml | 122 +++++++++++++++++++++++++++++++++ 8 files changed, 142 insertions(+), 19 deletions(-) create mode 100644 src/site/xdoc/upgradeto293.xml diff --git a/README.md b/README.md index ca6f674df..c5260c517 100644 --- a/README.md +++ b/README.md @@ -46,24 +46,24 @@ Various documentation is available: ### Releases -[Release 2.9.2](http://www.joda.org/joda-time/download.html) is the current latest release. +[Release 2.9.3](http://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. -Available in the [Maven Central repository](http://search.maven.org/#artifactdetails|joda-time|joda-time|2.9.2|jar) +Available in the [Maven Central repository](http://search.maven.org/#artifactdetails|joda-time|joda-time|2.9.3|jar) **Maven configuration:** ```xml joda-time joda-time - 2.9.2 + 2.9.3 ``` **Gradle configuration:** ```groovy -compile 'joda-time:joda-time:2.9.2' +compile 'joda-time:joda-time:2.9.3' ``` ### Related projects diff --git a/pom.xml b/pom.xml index aad1bacdd..bd39c567f 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ joda-time jar Joda-Time - 2.9.2 + 2.9.3 Date and time library to replace JDK date handling http://www.joda.org/joda-time/ diff --git a/src/conf/MANIFEST.MF b/src/conf/MANIFEST.MF index e5502a8dc..91aeb4c4e 100644 --- a/src/conf/MANIFEST.MF +++ b/src/conf/MANIFEST.MF @@ -5,19 +5,19 @@ Specification-Vendor: Joda.org Specification-Version: 2.9 Implementation-Vendor: Joda.org Implementation-Title: org.joda.time -Implementation-Version: 2.9.2 +Implementation-Version: 2.9.3 Implementation-Vendor-Id: org.joda Bundle-ManifestVersion: 2 Bundle-Vendor: Joda.org Bundle-Name: Joda-Time Bundle-SymbolicName: joda-time -Bundle-Version: 2.9.2 -Export-Package: org.joda.time;version=2.9.2, - org.joda.time.base;version=2.9.2, - org.joda.time.chrono;version=2.9.2, - org.joda.time.convert;version=2.9.2, - org.joda.time.field;version=2.9.2, - org.joda.time.format;version=2.9.2, - org.joda.time.tz;version=2.9.2 +Bundle-Version: 2.9.3 +Export-Package: org.joda.time;version=2.9.3, + org.joda.time.base;version=2.9.3, + org.joda.time.chrono;version=2.9.3, + org.joda.time.convert;version=2.9.3, + org.joda.time.field;version=2.9.3, + org.joda.time.format;version=2.9.3, + org.joda.time.tz;version=2.9.3 Bundle-License: Apache 2.0 Bundle-DocURL: http://www.joda.org/joda-time/ diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index 038c052f9..ba8694bb3 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -127,7 +127,7 @@ Joda-Time is licenced under the business friendly Apache ## Releases -[Release 2.9.2](download.html) is the current latest release. +[Release 2.9.3](download.html) is the current latest release. This release is considered stable and worthy of the 2.x tag. See the [upgrade notes](upgradeto290.html) for full details. @@ -135,13 +135,13 @@ Joda-Time requires Java SE 5 or later and has [no dependencies](dependencies.htm There is a *compile-time* dependency on [Joda-Convert](http://www.joda.org/joda-convert/), but this is not required at runtime thanks to the magic of annotations. -Available in [Maven Central](http://search.maven.org/#artifactdetails%7Cjoda-time%7Cjoda-time%7C2.9.2%7Cjar). +Available in [Maven Central](http://search.maven.org/#artifactdetails%7Cjoda-time%7Cjoda-time%7C2.9.3%7Cjar). ```xml joda-time joda-time - 2.9.2 + 2.9.3 ``` diff --git a/src/site/xdoc/installation.xml b/src/site/xdoc/installation.xml index 03bba0845..aa4161eda 100644 --- a/src/site/xdoc/installation.xml +++ b/src/site/xdoc/installation.xml @@ -21,6 +21,7 @@ of the source code suitable for linking to the jar file in IDEs such as Eclipse.

The release notes for upgraders can be found here: