From 680f94d0565075e98e3c947d359e7e29451e1b96 Mon Sep 17 00:00:00 2001 From: Stephen Colebourne Date: Sun, 27 Jul 2014 17:31:50 +0100 Subject: [PATCH] Release v2.4 --- README.md | 4 +- pom.xml | 2 +- src/conf/MANIFEST.MF | 20 ++-- src/site/xdoc/index.xml | 10 +- src/site/xdoc/installation.xml | 1 + src/site/xdoc/upgradeto240.xml | 175 +++++++++++++++++++++++++++++++++ 6 files changed, 194 insertions(+), 18 deletions(-) create mode 100644 src/site/xdoc/upgradeto240.xml diff --git a/README.md b/README.md index 9bcf72603..474ef6d10 100644 --- a/README.md +++ b/README.md @@ -46,11 +46,11 @@ Various documentation is available: ### Releases -[Release 2.3](http://www.joda.org/joda-time/download.html) is the current latest release. +[Release 2.4](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.3|jar) +Available in the [Maven Central repository](http://search.maven.org/#artifactdetails|joda-time|joda-time|2.4|jar) ### Related projects diff --git a/pom.xml b/pom.xml index 52f47b375..e225bb5bd 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ joda-time jar Joda-Time - 2.4-SNAPSHOT + 2.4 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 c5ce028c5..aafc39dce 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.3 +Specification-Version: 2.4 Implementation-Vendor: Joda.org Implementation-Title: org.joda.time -Implementation-Version: 2.3 +Implementation-Version: 2.4 Implementation-Vendor-Id: org.joda Bundle-ManifestVersion: 2 Bundle-Vendor: Joda.org Bundle-Name: Joda-Time Bundle-SymbolicName: joda-time -Bundle-Version: 2.3 -Export-Package: org.joda.time;version=2.3, - org.joda.time.base;version=2.3, - org.joda.time.chrono;version=2.3, - org.joda.time.convert;version=2.3, - org.joda.time.field;version=2.3, - org.joda.time.format;version=2.3, - org.joda.time.tz;version=2.3 +Bundle-Version: 2.4 +Export-Package: org.joda.time;version=2.4, + org.joda.time.base;version=2.4, + org.joda.time.chrono;version=2.4, + org.joda.time.convert;version=2.4, + org.joda.time.field;version=2.4, + org.joda.time.format;version=2.4, + org.joda.time.tz;version=2.4 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 1aa869b43..20c2629f0 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -54,7 +54,7 @@ public boolean isJoinedInLastThreeMonths(Download now

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

-Release 2.3 +Release 2.4 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.3 is a bugfix release compatible with version 2.2. -See the upgrade notes for full details. +Version 2.4 is a bugfix release compatible with version 2.3. +See the upgrade notes for full details.

Version 2.x is almost completely source and binary compatible with version 1.x. @@ -161,7 +161,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 fe4f8275b..e0e3cac46 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: