Skip to content

Commit

Permalink
Release v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Oct 10, 2014
1 parent 7e991af commit 4207b8c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<artifactId>joda-beans</artifactId>
<packaging>jar</packaging>
<name>Joda-Beans</name>
<version>1.1</version>
<version>1.2</version>
<description>Beans and Properties</description>
<url>http://www.joda.org/joda-beans/</url>

Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<body>

<!-- types are add, fix, remove, update -->
<release version="1.2" date="2014-10-09" description="v1.2">
<release version="1.2" date="2014-10-10" description="v1.2">
<action dev="jodastephen" type="add">
Add ability to iterate over all the beans within a bean.
Depth-first iteration handling collections.
Expand Down
6 changes: 3 additions & 3 deletions src/site/xdoc/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</p>
<p>
Version 1.1 is the latest version - <a href="download.html">Download now</a>
Version 1.2 is the latest version - <a href="download.html">Download now</a>
</p>
<p>
Joda-Beans is licensed under the business-friendly <a href="licensecover.html">Apache 2.0 licence</a>.
Expand Down Expand Up @@ -125,15 +125,15 @@ Various documentation is available:

<section name="Releases">
<p>
<a href="download.html">Release 1.1</a> is the current release.
<a href="download.html">Release 1.2</a> is the current release.
This release is considered stable and worthy of the 1.x tag.
</p>
<p>
The project runs on JDK 1.6 and requires <a href="http://www.joda.org/joda-convert/">Joda-Convert</a>.
There are a number of <a href="dependencies.html">optional dependencies</a> which help with integration.
</p>
<p>
Available in <a href="http://search.maven.org/#artifactdetails|org.joda|joda-beans|1.1|jar">Maven Central</a>.
Available in <a href="http://search.maven.org/#artifactdetails|org.joda|joda-beans|1.2|jar">Maven Central</a>.
</p>
</section>

Expand Down

0 comments on commit 4207b8c

Please sign in to comment.