From 44581a734a7eb8f3a615cb659f1ab7961027b20d Mon Sep 17 00:00:00 2001 From: Stephen Colebourne Date: Thu, 4 May 2017 16:26:10 +0100 Subject: [PATCH] Release v1.13 --- README.md | 4 ++-- pom.xml | 2 +- src/changes/changes.xml | 2 +- src/site/markdown/index.md | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 79f7c1a9..ebd2024c 100644 --- a/README.md +++ b/README.md @@ -44,13 +44,13 @@ Various documentation is available: ### Releases -[Release 1.12](http://www.joda.org/joda-beans/download.html) is the current release. +[Release 1.13](http://www.joda.org/joda-beans/download.html) is the current release. This release is considered stable and worthy of the 1.x tag. Joda-Beans requires Java SE 6 or later and depends on [Joda-Convert](http://www.joda.org/joda-convert/). There are a number of [optional dependencies](http://www.joda.org/joda-beans/dependencies.html) which help with integration. -Available in the [Maven Central repository](http://search.maven.org/#artifactdetails|org.joda|joda-beans|1.12|jar) +Available in the [Maven Central repository](http://search.maven.org/#artifactdetails|org.joda|joda-beans|1.13|jar) ### Support diff --git a/pom.xml b/pom.xml index 92da67df..950e00c6 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ joda-beans jar Joda-Beans - 1.13-SNAPSHOT + 1.13 Beans and Properties http://www.joda.org/joda-beans/ diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b69ba44d..d86c355e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -8,7 +8,7 @@ - + Add lenient mode for deserialization, see `SerDeserializers`. This allows unknown properties and some invalid types to be ignored. diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index fb542420..7e983f02 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -106,19 +106,19 @@ Further integration is included for MongoDB and Freemarker. ## Releases -[Release 1.12](download.html) is the current release. +[Release 1.13](download.html) is the current release. This release is considered stable and worthy of the 1.x tag. Joda-Beans requires Java SE 6 or later and depends on [Joda-Convert](http://www.joda.org/joda-convert/). There are a number of [optional dependencies](dependencies.html) which help with integration. -Available in [Maven Central](http://search.maven.org/#artifactdetails%7Corg.joda%7Cjoda-beans%7C1.12%7Cjar). +Available in [Maven Central](http://search.maven.org/#artifactdetails%7Corg.joda%7Cjoda-beans%7C1.13%7Cjar). ```xml org.joda joda-beans - 1.12 + 1.13 ```