Skip to content

Commit

Permalink
Prepare for v2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed May 15, 2019
1 parent 4e88681 commit 07c63ca
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Various documentation is available:


### Releases
[Release 2.6.1](https://www.joda.org/joda-beans/download.html) is the current release.
[Release 2.6.2](https://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](https://www.joda.org/joda-beans/migration.html) with the 1.x codebase.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.joda</groupId>
<artifactId>joda-parent</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>joda-beans</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
<body>

<!-- types are add, fix, remove, update -->
<release version="2.6.2" date="2019-05-15" description="Version 2.6.2">
<action dev="wjnicholson" type="fix">
Fix referencing binary format for serialized nulls.
Fixes #205.
</action>
</release>
<release version="2.6.1" date="2019-05-08" description="Version 2.6.1">
<action dev="wjnicholson" type="fix">
Fix referencing binary format for interfaces serialized via Joda-Convert.
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,7 +106,7 @@ Further integration is included for MongoDB and Freemarker.

## <i></i> Releases

[Release 2.6.1](download.html) is the current release.
[Release 2.6.2](download.html) is the current release.
This release is considered stable and worthy of the 2.x tag.
There are only [minor incompatibilities](migration.html) with the 1.x codebase.

Expand All @@ -119,7 +119,7 @@ Available in [Maven Central](https://search.maven.org/search?q=g:org.joda%20AND%
<dependency>
<groupId>org.joda</groupId>
<artifactId>joda-beans</artifactId>
<version>2.6.1</version>
<version>2.6.2</version>
</dependency>
```

Expand All @@ -130,7 +130,7 @@ If you have problems with this, there is a "classic" variant you can use instead
<dependency>
<groupId>org.joda</groupId>
<artifactId>joda-beans</artifactId>
<version>2.6.1</version>
<version>2.6.2</version>
<classifier>classic</classifier>
</dependency>
```
Expand Down

0 comments on commit 07c63ca

Please sign in to comment.