Skip to content

Commit

Permalink
❄️ ehcache#1327 Bump version to 3.1.2-SNAPSHOT
Browse files Browse the repository at this point in the history
Update README following 3.1.x releases
  • Loading branch information
ljacomet committed Jul 18, 2016
1 parent 0ebbc32 commit a81ad83
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,16 @@ For samples, documentation, and usage information, please see http://ehcache.org

== Current release

We released 3.0.2 on June 6th 2016.
We released 3.1.1 on July 18th 2016.

The https://github.com/ehcache/ehcache3/releases/tag/v3.0.1[release notes] contain the links to the artifacts and the documentation to help you get started.
The https://github.com/ehcache/ehcache3/releases/tag/v3.1.1[release notes] contain the links to the artifacts and the documentation to help you get started.

You should consider upgrading to 3.1.x as it does all 3.0.x does and more with a fully compatible API.
The only thing to note is that transactional support has been moved to a separate jar.

== Current development & next release

We are now working on the clustering tier of Ehcache 3 which will be included in the 3.1.0 release.
You can also expect bug fix releases on the 3.0.x line.
We are now working on the missing features of the clustering tier of Ehcache 3 which will be included in upcoming 3.1.x releases.
We may still do a last 3.0.x release to include all fixes that have been made on it, but this is now less a priority.

See the https://github.com/ehcache/ehcache3/milestones[milestones on GitHub] for more details on the current status.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import scripts.*

ext {
baseVersion = '3.1.1-SNAPSHOT'
baseVersion = '3.1.2-SNAPSHOT'

// Third parties
offheapVersion = '2.2.2'
Expand Down

0 comments on commit a81ad83

Please sign in to comment.