diff --git a/pom.xml b/pom.xml index c21727156..bbd7901c1 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ threetenbp jar ThreeTen backport - 1.3.6-SNAPSHOT + 1.3.6 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 63815bc52..462c3958e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -8,7 +8,7 @@ - + Remove time-zone jar files from release. See #71. diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index a2fa2b15e..21893c422 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.5 is the latest release. +Release 1.3.6 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.5%7Cjar). +Available in [Maven Central](http://search.maven.org/#artifactdetails%7Corg.threeten%7Cthreetenbp%7C1.3.6%7Cjar). ```xml org.threeten threetenbp - 1.3.5 + 1.3.6 ```