Skip to content

Commit

Permalink
📝 #1707 Update version and readme following 3.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ljacomet committed Dec 12, 2016
1 parent 46ab711 commit 3f5c9b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ For samples, documentation, and usage information, please see http://ehcache.org

== Current release

We released 3.1.3 on September 30th 2016.
We released 3.2.0 on December 12th 2016.

The https://github.com/ehcache/ehcache3/releases/tag/v3.1.3[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.2.0[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.
You should consider upgrading to 3.2.x as it does all 3.0.x and 3.1.x do and more with a fully compatible API.
The only thing to note cmopared to 3.0.x is that transactional support has been moved to a separate jar.

== Current development & next release

We are now working on the missing features of the clustering tier of Ehcache 3 which will be included in upcoming 3.2.x releases.
We are still working on the missing features of the clustering tier of Ehcache 3 which will be included in upcoming releases.
We may still do 3.1.x release to include all fixes that have been made on it, but this is now less a priority.
There is no longer any plan for a 3.0.x release.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import org.gradle.internal.jvm.Jvm

ext {

baseVersion = findProperty('overrideVersion') ?: '3.2.0-SNAPSHOT'
baseVersion = findProperty('overrideVersion') ?: '3.2.1-SNAPSHOT'

// Third parties
offheapVersion = '2.3.2'
Expand Down

0 comments on commit 3f5c9b4

Please sign in to comment.