From 2051b307bbfb9e3cdcfa2e99252ab319c16ae0c5 Mon Sep 17 00:00:00 2001 From: Stephen Colebourne Date: Tue, 16 May 2017 22:03:53 +0100 Subject: [PATCH] Release v1.3.4 --- 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 ee09a23f1..103371705 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ threetenbp jar ThreeTen backport - 1.3.4-SNAPSHOT + 1.3.4 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 8335638e5..39578f87e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -8,7 +8,7 @@ - + Add ZoneRulesInitializer to allow the service loader initialization to be replaced. See #63 and #65. diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index 5c3d8b2ee..14e7b1b45 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.3 is the latest release. +Release 1.3.4 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.3%7Cjar). +Available in [Maven Central](http://search.maven.org/#artifactdetails%7Corg.threeten%7Cthreetenbp%7C1.3.4%7Cjar). ```xml org.threeten threetenbp - 1.3.3 + 1.3.4 ```