diff --git a/README.md b/README.md index 8577241e9..95c81f72c 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Various documentation is available: ### Releases -[Release 2.10.4](https://www.joda.org/joda-time/download.html) is the current latest release. +[Release 2.10.5](https://www.joda.org/joda-time/download.html) is the current latest release. This release is considered stable and worthy of the 2.x tag. It depends on JDK 1.5 or later. @@ -62,13 +62,13 @@ Available in the [Maven Central repository](https://search.maven.org/search?q=g: joda-time joda-time - 2.10.4 + 2.10.5 ``` **Gradle configuration:** ```groovy -compile 'joda-time:joda-time:2.10.4' +compile 'joda-time:joda-time:2.10.5' ``` ![Tidelift dependency check](https://tidelift.com/badges/github/JodaOrg/joda-time) @@ -111,5 +111,4 @@ Tidelift will coordinate the fix and disclosure. * Commit and push * Ensure on Java SE 8 * `mvn clean deploy -Doss.repo -Dgpg.passphrase=""` -* Release project in [Nexus](https://oss.sonatype.org) * Website will be built and released by Travis diff --git a/pom.xml b/pom.xml index f63e90f45..33987d122 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ joda-time jar Joda-Time - 2.10.5-SNAPSHOT + 2.10.5 Date and time library to replace JDK date handling https://www.joda.org/joda-time/ diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d183061d6..111afecf6 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -8,6 +8,11 @@ + + + Updated Joda-Convert version. + + DateTimeZone data updated to version 2019c. diff --git a/src/conf/MANIFEST.MF b/src/conf/MANIFEST.MF index 717ecc63d..f8eafc982 100644 --- a/src/conf/MANIFEST.MF +++ b/src/conf/MANIFEST.MF @@ -5,19 +5,19 @@ Specification-Vendor: Joda.org Specification-Version: 2.10 Implementation-Vendor: Joda.org Implementation-Title: org.joda.time -Implementation-Version: 2.10.4 +Implementation-Version: 2.10.5 Implementation-Vendor-Id: org.joda Bundle-ManifestVersion: 2 Bundle-Vendor: Joda.org Bundle-Name: Joda-Time Bundle-SymbolicName: joda-time -Bundle-Version: 2.10.4 -Export-Package: org.joda.time;version=2.10.4, - org.joda.time.base;version=2.10.4, - org.joda.time.chrono;version=2.10.4, - org.joda.time.convert;version=2.10.4, - org.joda.time.field;version=2.10.4, - org.joda.time.format;version=2.10.4, - org.joda.time.tz;version=2.10.4 +Bundle-Version: 2.10.5 +Export-Package: org.joda.time;version=2.10.5, + org.joda.time.base;version=2.10.5, + org.joda.time.chrono;version=2.10.5, + org.joda.time.convert;version=2.10.5, + org.joda.time.field;version=2.10.5, + org.joda.time.format;version=2.10.5, + org.joda.time.tz;version=2.10.5 Bundle-License: Apache 2.0 Bundle-DocURL: https://www.joda.org/joda-time/ diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index 8dc3df9e4..7a3360b88 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -130,7 +130,7 @@ Joda-Time is licenced under the business friendly Apache ## Releases -[Release 2.10.4](download.html) is the current latest release. +[Release 2.10.5](download.html) is the current latest release. This release is considered stable and worthy of the 2.x tag. See the [change notes](changes-report.html) for full details. @@ -144,7 +144,7 @@ Available in [Maven Central](https://search.maven.org/search?q=g:joda-time%20AND joda-time joda-time - 2.10.4 + 2.10.5 ```