From 6da4053f224c0af1a4be780954a14631d6205403 Mon Sep 17 00:00:00 2001 From: Stephen Colebourne Date: Mon, 15 Jun 2015 15:16:31 +0100 Subject: [PATCH] Release 2.8.1 --- README.md | 4 +-- pom.xml | 2 +- src/conf/MANIFEST.MF | 18 ++++++------ src/site/markdown/index.md | 10 +++---- src/site/xdoc/installation.xml | 1 + src/site/xdoc/upgradeto281.xml | 51 ++++++++++++++++++++++++++++++++++ 6 files changed, 69 insertions(+), 17 deletions(-) create mode 100644 src/site/xdoc/upgradeto281.xml diff --git a/README.md b/README.md index 1672b60d9..2037b4e46 100644 --- a/README.md +++ b/README.md @@ -46,11 +46,11 @@ Various documentation is available: ### Releases -[Release 2.8](http://www.joda.org/joda-time/download.html) is the current latest release. +[Release 2.8.1](http://www.joda.org/joda-time/download.html) is the current latest release. This release is considered stable and worthy of the 1.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.8|jar) +Available in the [Maven Central repository](http://search.maven.org/#artifactdetails|joda-time|joda-time|2.8.1|jar) ### Related projects diff --git a/pom.xml b/pom.xml index 95c5ba55f..8e288e77e 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ joda-time jar Joda-Time - 2.8.1-SNAPSHOT + 2.8.1 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 bdac042e7..00adb8edf 100644 --- a/src/conf/MANIFEST.MF +++ b/src/conf/MANIFEST.MF @@ -5,19 +5,19 @@ Specification-Vendor: Joda.org Specification-Version: 2.8 Implementation-Vendor: Joda.org Implementation-Title: org.joda.time -Implementation-Version: 2.8 +Implementation-Version: 2.8.1 Implementation-Vendor-Id: org.joda Bundle-ManifestVersion: 2 Bundle-Vendor: Joda.org Bundle-Name: Joda-Time Bundle-SymbolicName: joda-time -Bundle-Version: 2.8 -Export-Package: org.joda.time;version=2.8, - org.joda.time.base;version=2.8, - org.joda.time.chrono;version=2.8, - org.joda.time.convert;version=2.8, - org.joda.time.field;version=2.8, - org.joda.time.format;version=2.8, - org.joda.time.tz;version=2.8 +Bundle-Version: 2.8.1 +Export-Package: org.joda.time;version=2.8.1, + org.joda.time.base;version=2.8.1, + org.joda.time.chrono;version=2.8.1, + org.joda.time.convert;version=2.8.1, + org.joda.time.field;version=2.8.1, + org.joda.time.format;version=2.8.1, + org.joda.time.tz;version=2.8.1 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 8a96d1f20..c0a1327bf 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -125,21 +125,21 @@ Joda-Time is licenced under the business friendly Apache ## Releases -[Release 2.8](download.html) is the current latest release. +[Release 2.8.1](download.html) is the current latest release. This release is considered stable and worthy of the 2.x tag. -See the [upgrade notes](upgradeto280.html) for full details. +See the [upgrade notes](upgradeto281.html) for full details. Joda-Time requires Java SE 5 or later and has [no dependencies](dependencies.html). 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.8%7Cjar). +Available in [Maven Central](http://search.maven.org/#artifactdetails%7Cjoda-time%7Cjoda-time%7C2.8.1%7Cjar). ```xml joda-time joda-time - 2.8 + 2.8.1 ``` @@ -153,7 +153,7 @@ Key changes included the use of Java SE 5 or later, generics, and the removal of deprecated methods. See the [upgrade notes](upgradeto200.html) for full details when upgrading from 1.x including information on the corner cases that are not compatible. The ancient release [1.6.2](https://sourceforge.net/projects/joda-time/files/joda-time/1.6.2/) was -the last release to support Java SE 4 and the last v1.x release +the last release to support Java SE 4 and the last v1.x release. --- diff --git a/src/site/xdoc/installation.xml b/src/site/xdoc/installation.xml index 87a1ca52d..8ddc045b1 100644 --- a/src/site/xdoc/installation.xml +++ b/src/site/xdoc/installation.xml @@ -22,6 +22,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: