From 4207b8c638564d558716099134a3bcd5218b147a Mon Sep 17 00:00:00 2001 From: Stephen Colebourne Date: Fri, 10 Oct 2014 12:13:36 +0100 Subject: [PATCH] Release v1.2 --- README.md | 4 ++-- pom.xml | 2 +- src/changes/changes.xml | 2 +- src/site/xdoc/index.xml | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b909f602..1ff38b8d 100644 --- a/README.md +++ b/README.md @@ -43,13 +43,13 @@ Various documentation is available: ### Releases -[Release 1.1](http://www.joda.org/joda-beans/download.html) is the current release. +[Release 1.2](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 runs on JDK 1.6 or later and requires [Joda-Convert](https://github.com/JodaOrg/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.1|jar) +Available in the [Maven Central repository](http://search.maven.org/#artifactdetails|org.joda|joda-beans|1.2|jar) ### Support diff --git a/pom.xml b/pom.xml index b70a1e0e..3aecc735 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ joda-beans jar Joda-Beans - 1.1 + 1.2 Beans and Properties http://www.joda.org/joda-beans/ diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6191a1ba..2426068f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -8,7 +8,7 @@ - + Add ability to iterate over all the beans within a bean. Depth-first iteration handling collections. diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index f2257a7a..f38c895f 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -20,7 +20,7 @@ By default, Joda-Beans includes a round-trip serialization system to JSON, XML a This uses the information encoded in the Joda-Bean as a partial schema for the message.

-Version 1.1 is the latest version - Download now +Version 1.2 is the latest version - Download now

Joda-Beans is licensed under the business-friendly Apache 2.0 licence. @@ -125,7 +125,7 @@ Various documentation is available:

-Release 1.1 is the current release. +Release 1.2 is the current release. This release is considered stable and worthy of the 1.x tag.

@@ -133,7 +133,7 @@ The project runs on JDK 1.6 and requires optional dependencies which help with integration.

-Available in Maven Central. +Available in Maven Central.