From 9b7a53397f7057980e523bb4fabc36ff1b3266d7 Mon Sep 17 00:00:00 2001 From: Stephen Colebourne Date: Mon, 5 Jun 2017 11:08:07 +0100 Subject: [PATCH] Release v1.3.5 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- src/site/markdown/index.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index a7b58d084..e7f52b2bc 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ threetenbp jar ThreeTen backport - 1.3.5-SNAPSHOT + 1.3.5 Backport of JSR-310 from JDK 8 to JDK 7 and JDK 6. NOT an implementation of the JSR. https://www.threeten.org/threetenbp diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 8ecaaface..47ab623de 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -8,7 +8,7 @@ - + Add DateTimeTextProvider.setInstance() to allow the provider to be replaced. See #69 and #70. diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index 14e7b1b45..a2fa2b15e 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -42,7 +42,7 @@ Various documentation is available: ## Releases -Release 1.3.4 is the latest release. +Release 1.3.5 is the latest release. It is considered to be stable and usable in production. The project runs on Java SE 6 (or later) and has no [dependencies](dependencies.html). @@ -52,13 +52,13 @@ The Hijrah calendar system does not work. Formatting and parsing often depends on data only available in Java SE 8. Zone id and text parsing is significantly less powerful. -Available in [Maven Central](http://search.maven.org/#artifactdetails%7Corg.threeten%7Cthreetenbp%7C1.3.4%7Cjar). +Available in [Maven Central](http://search.maven.org/#artifactdetails%7Corg.threeten%7Cthreetenbp%7C1.3.5%7Cjar). ```xml org.threeten threetenbp - 1.3.4 + 1.3.5 ```