From 60fd89df9d362047035484217b4c161a360e58a5 Mon Sep 17 00:00:00 2001 From: Stephen Colebourne Date: Mon, 1 Dec 2014 14:26:40 +0000 Subject: [PATCH] Release v2.6 --- README.md | 4 +- pom.xml | 2 +- src/conf/MANIFEST.MF | 20 ++++---- src/site/xdoc/index.xml | 20 ++------ src/site/xdoc/installation.xml | 1 + src/site/xdoc/upgradeto260.xml | 85 ++++++++++++++++++++++++++++++++++ 6 files changed, 104 insertions(+), 28 deletions(-) create mode 100644 src/site/xdoc/upgradeto260.xml diff --git a/README.md b/README.md index 9aa868de7..5ca4d2db5 100644 --- a/README.md +++ b/README.md @@ -46,11 +46,11 @@ Various documentation is available: ### Releases -[Release 2.5](http://www.joda.org/joda-time/download.html) is the current latest release. +[Release 2.6](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.5|jar) +Available in the [Maven Central repository](http://search.maven.org/#artifactdetails|joda-time|joda-time|2.6|jar) ### Related projects diff --git a/pom.xml b/pom.xml index caeee3025..b4d61dd1d 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ joda-time jar Joda-Time - 2.6-SNAPSHOT + 2.6 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 96eba7b3d..9a308438d 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.5 +Specification-Version: 2.6 Implementation-Vendor: Joda.org Implementation-Title: org.joda.time -Implementation-Version: 2.5 +Implementation-Version: 2.6 Implementation-Vendor-Id: org.joda Bundle-ManifestVersion: 2 Bundle-Vendor: Joda.org Bundle-Name: Joda-Time Bundle-SymbolicName: joda-time -Bundle-Version: 2.5 -Export-Package: org.joda.time;version=2.5, - org.joda.time.base;version=2.5, - org.joda.time.chrono;version=2.5, - org.joda.time.convert;version=2.5, - org.joda.time.field;version=2.5, - org.joda.time.format;version=2.5, - org.joda.time.tz;version=2.5 +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-License: Apache 2.0 Bundle-DocURL: http://www.joda.org/joda-time/ diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 0f098e719..4e425b979 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -44,17 +44,7 @@ public String getBirthMonthText(< return dateOfBirth.monthOfYear().getAsText(Locale.ENGLISH); } - -Version 2.5 was released on 2014-10-03 - +Version 2.6 was released on 2014-12-01 - Download now

@@ -140,14 +130,14 @@ Various documentation is available:

-Release 2.5 +Release 2.6 is the current latest release. This release is an evolution of the 1.x codebase, not a major rewrite. It is considered stable and worthy of the 2.x tag.

-Version 2.5 is a bugfix release compatible with version 2.x. -See the upgrade notes for full details. +Version 2.6 is a bugfix release compatible with version 2.x. +See the upgrade notes for full details.

Version 2.x is almost completely source and binary compatible with version 1.x. @@ -161,7 +151,7 @@ The main public API will remain backwards compatible for both source and binary The version number will change to 3.0 to indicate a significant change in compatibility.

-Available in Maven Central. +Available in Maven Central.

diff --git a/src/site/xdoc/installation.xml b/src/site/xdoc/installation.xml index 6b6270833..7d073321d 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: