From 780f9626fd473e20ea6bcf65a917fcbcb92cff29 Mon Sep 17 00:00:00 2001 From: Stephen Colebourne Date: Mon, 12 Jan 2015 00:20:35 +0000 Subject: [PATCH] Release v2.7 --- README.md | 4 +- pom.xml | 2 +- src/conf/MANIFEST.MF | 20 +++---- src/site/markdown/index.md | 8 +-- src/site/xdoc/installation.xml | 1 + src/site/xdoc/upgradeto270.xml | 96 ++++++++++++++++++++++++++++++++++ 6 files changed, 114 insertions(+), 17 deletions(-) create mode 100644 src/site/xdoc/upgradeto270.xml diff --git a/README.md b/README.md index 5ca4d2db5..b7059a367 100644 --- a/README.md +++ b/README.md @@ -46,11 +46,11 @@ Various documentation is available: ### Releases -[Release 2.6](http://www.joda.org/joda-time/download.html) is the current latest release. +[Release 2.7](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.6|jar) +Available in the [Maven Central repository](http://search.maven.org/#artifactdetails|joda-time|joda-time|2.7|jar) ### Related projects diff --git a/pom.xml b/pom.xml index 6752a54ba..c411a2856 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ joda-time jar Joda-Time - 2.7-SNAPSHOT + 2.7 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 9a308438d..2440984dd 100644 --- a/src/conf/MANIFEST.MF +++ b/src/conf/MANIFEST.MF @@ -2,22 +2,22 @@ Package: org.joda.time Extension-Name: joda-time Specification-Title: Joda-Time Specification-Vendor: Joda.org -Specification-Version: 2.6 +Specification-Version: 2.7 Implementation-Vendor: Joda.org Implementation-Title: org.joda.time -Implementation-Version: 2.6 +Implementation-Version: 2.7 Implementation-Vendor-Id: org.joda Bundle-ManifestVersion: 2 Bundle-Vendor: Joda.org Bundle-Name: Joda-Time Bundle-SymbolicName: joda-time -Bundle-Version: 2.6 -Export-Package: org.joda.time;version=2.6, - org.joda.time.base;version=2.6, - org.joda.time.chrono;version=2.6, - org.joda.time.convert;version=2.6, - org.joda.time.field;version=2.6, - org.joda.time.format;version=2.6, - org.joda.time.tz;version=2.6 +Bundle-Version: 2.7 +Export-Package: org.joda.time;version=2.7, + org.joda.time.base;version=2.7, + org.joda.time.chrono;version=2.7, + org.joda.time.convert;version=2.7, + org.joda.time.field;version=2.7, + org.joda.time.format;version=2.7, + org.joda.time.tz;version=2.7 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 23cd384a7..033707bf2 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.6](download.html) is the current latest release. +[Release 2.7](download.html) is the current latest release. This release is considered stable and worthy of the 2.x tag. -See the [upgrade notes](upgradeto260.html) for full details. +See the [upgrade notes](upgradeto270.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.6%7Cjar). +Available in [Maven Central](http://search.maven.org/#artifactdetails%7Cjoda-time%7Cjoda-time%7C2.7%7Cjar). ```xml joda-time joda-time - 2.6 + 2.7 ``` diff --git a/src/site/xdoc/installation.xml b/src/site/xdoc/installation.xml index 5a15eddf1..53723e196 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: