From 6ad133837a4c4f8199d00a05c3c16267dbf6deb8 Mon Sep 17 00:00:00 2001 From: Stephen Colebourne Date: Thu, 23 Mar 2017 12:07:03 +0000 Subject: [PATCH] Release v2.9.9 --- README.md | 8 ++++---- pom.xml | 2 +- src/changes/changes.xml | 7 ++++++- src/conf/MANIFEST.MF | 18 +++++++++--------- src/site/markdown/index.md | 6 +++--- 5 files changed, 23 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index cdbfd0c6b..56cadb89d 100644 --- a/README.md +++ b/README.md @@ -46,24 +46,24 @@ Various documentation is available: ### Releases -[Release 2.9.8](http://www.joda.org/joda-time/download.html) is the current latest release. +[Release 2.9.9](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.8|jar) +Available in the [Maven Central repository](http://search.maven.org/#artifactdetails|joda-time|joda-time|2.9.9|jar) **Maven configuration:** ```xml joda-time joda-time - 2.9.8 + 2.9.9 ``` **Gradle configuration:** ```groovy -compile 'joda-time:joda-time:2.9.8' +compile 'joda-time:joda-time:2.9.9' ``` ### Related projects diff --git a/pom.xml b/pom.xml index 97fd6ae30..2975425e0 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ joda-time jar Joda-Time - 2.9.8 + 2.9.9 Date and time library to replace JDK date handling http://www.joda.org/joda-time/ diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 63ff20d3c..e01b4261e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -8,7 +8,12 @@ - + + + Optimise release process. + + + DateTimeZone data updated to version 2017b. diff --git a/src/conf/MANIFEST.MF b/src/conf/MANIFEST.MF index a55ced190..5b0defe0f 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.8 +Implementation-Version: 2.9.9 Implementation-Vendor-Id: org.joda Bundle-ManifestVersion: 2 Bundle-Vendor: Joda.org Bundle-Name: Joda-Time Bundle-SymbolicName: joda-time -Bundle-Version: 2.9.8 -Export-Package: org.joda.time;version=2.9.8, - org.joda.time.base;version=2.9.8, - org.joda.time.chrono;version=2.9.8, - org.joda.time.convert;version=2.9.8, - org.joda.time.field;version=2.9.8, - org.joda.time.format;version=2.9.8, - org.joda.time.tz;version=2.9.8 +Bundle-Version: 2.9.9 +Export-Package: org.joda.time;version=2.9.9, + org.joda.time.base;version=2.9.9, + org.joda.time.chrono;version=2.9.9, + org.joda.time.convert;version=2.9.9, + org.joda.time.field;version=2.9.9, + org.joda.time.format;version=2.9.9, + org.joda.time.tz;version=2.9.9 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 16fc92ab7..da3d00b87 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.8](download.html) is the current latest release. +[Release 2.9.9](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. @@ -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.8%7Cjar). +Available in [Maven Central](http://search.maven.org/#artifactdetails%7Cjoda-time%7Cjoda-time%7C2.9.9%7Cjar). ```xml joda-time joda-time - 2.9.8 + 2.9.9 ```