diff --git a/README.md b/README.md index 474ef6d10..9aa868de7 100644 --- a/README.md +++ b/README.md @@ -46,11 +46,11 @@ Various documentation is available: ### Releases -[Release 2.4](http://www.joda.org/joda-time/download.html) is the current latest release. +[Release 2.5](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.4|jar) +Available in the [Maven Central repository](http://search.maven.org/#artifactdetails|joda-time|joda-time|2.5|jar) ### Related projects diff --git a/pom.xml b/pom.xml index 780b6c848..ee50f35ac 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ joda-time jar Joda-Time - 2.5-SNAPHOT + 2.5 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 aafc39dce..96eba7b3d 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.4 +Specification-Version: 2.5 Implementation-Vendor: Joda.org Implementation-Title: org.joda.time -Implementation-Version: 2.4 +Implementation-Version: 2.5 Implementation-Vendor-Id: org.joda Bundle-ManifestVersion: 2 Bundle-Vendor: Joda.org Bundle-Name: Joda-Time Bundle-SymbolicName: joda-time -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-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-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 20c2629f0..0f098e719 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.4 +Release 2.5 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.4 is a bugfix release compatible with version 2.3. -See the upgrade notes for full details. +Version 2.5 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 +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 e0e3cac46..6b6270833 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: