Skip to content

Commit

Permalink
Release v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Oct 5, 2017
1 parent 0c3ed67 commit e210bae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ Various documentation is available:


### Releases
[Release 2.0.1](http://www.joda.org/joda-beans/download.html) is the current release.
[Release 2.0.2](http://www.joda.org/joda-beans/download.html) is the current release.
This release is considered stable and worthy of the 2.x tag.
There are only [minor incompatibilities](http://www.joda.org/joda-beans/migration.html) with the 1.x codebase.

Joda-Beans requires Java SE 8 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|2.0.1|jar)
Available in the [Maven Central repository](http://search.maven.org/#artifactdetails|org.joda|joda-beans|2.0.2|jar)

For Java SE 6 compatibility, use the [release 1.14](download.html).

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>2.0.2-SNAPSHOT</version>
<version>2.0.2</version>
<description>Beans and Properties</description>
<url>http://www.joda.org/joda-beans/</url>

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,20 +106,20 @@ Further integration is included for MongoDB and Freemarker.

## <i></i> Releases

[Release 2.0.1](download.html) is the current release.
[Release 2.0.2](download.html) is the current release.
This release is considered stable and worthy of the 2.x tag.
There are only [minor incompatibilities](http://www.joda.org/joda-beans/migration.html) with the 1.x codebase.

Joda-Beans requires Java SE 8 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%7C2.0.1%7Cjar).
Available in [Maven Central](http://search.maven.org/#artifactdetails%7Corg.joda%7Cjoda-beans%7C2.0.2%7Cjar).

```xml
<dependency>
<groupId>org.joda</groupId>
<artifactId>joda-beans</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
</dependency>
```

Expand Down

0 comments on commit e210bae

Please sign in to comment.