Skip to content

Commit

Permalink
Release v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Jan 11, 2017
1 parent 069ad1e commit 0abbca2
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.9](http://www.joda.org/joda-beans/download.html) is the current release.
[Release 1.9.1](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](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.9|jar)
Available in the [Maven Central repository](http://search.maven.org/#artifactdetails|org.joda|joda-beans|1.9.1|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.10-SNAPSHOT</version>
<version>1.9.1</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.9.1" date="SNAPSHOT" description="v1.9.1">
<release version="1.9.1" date="2017-01-11" description="v1.9.1">
<action dev="jodastephen" type="fix">
Scope of meta bean and builder should match scope of main bean.
Fixes #140.
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.9](download.html) is the current release.
[Release 1.9.1](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.9%7Cjar).
Available in [Maven Central](http://search.maven.org/#artifactdetails%7Corg.joda%7Cjoda-beans%7C1.9.1%7Cjar).

```xml
<dependency>
<groupId>org.joda</groupId>
<artifactId>joda-beans</artifactId>
<version>1.9</version>
<version>1.9.1</version>
</dependency>
```

Expand Down

0 comments on commit 0abbca2

Please sign in to comment.