Skip to content

Commit

Permalink
Release v1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed May 4, 2017
1 parent 8ed94b0 commit 44581a7
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 @@ -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
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.13-SNAPSHOT</version>
<version>1.13</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.13" date="SNAPSHOT" description="v1.13">
<release version="1.13" date="2017-05-04" description="v1.13">
<action dev="jodastephen" type="add">
Add lenient mode for deserialization, see `SerDeserializers`.
This allows unknown properties and some invalid types to be ignored.
Expand Down
6 changes: 3 additions & 3 deletions src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,19 +106,19 @@ Further integration is included for MongoDB and Freemarker.

## <i></i> 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
<dependency>
<groupId>org.joda</groupId>
<artifactId>joda-beans</artifactId>
<version>1.12</version>
<version>1.13</version>
</dependency>
```

Expand Down

0 comments on commit 44581a7

Please sign in to comment.