Skip to content

Commit

Permalink
Prepare for v2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Oct 20, 2020
1 parent 5e63d7d commit 4b28749
Show file tree
Hide file tree
Showing 3 changed files with 5 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.8.0](https://www.joda.org/joda-beans/download.html) is the current release.
[Release 2.8.1](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 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="2.8.1" date="SNAPSHOT" description="Version 2.8.1">
<release version="2.8.1" date="2020-10-20" description="Version 2.8.1">
<action dev="biteytech" type="add">
Add 'eol' command line argument to control the end-of-line character.
Fixes #227.
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.8.0](download.html) is the current release.
[Release 2.8.1](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.8.0</version>
<version>2.8.1</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.8.0</version>
<version>2.8.1</version>
<classifier>classic</classifier>
</dependency>
```
Expand Down

0 comments on commit 4b28749

Please sign in to comment.