Skip to content

Commit

Permalink
Release 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed Jul 9, 2017
1 parent 9bf94d4 commit e6fa7eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,18 @@ Powering infrastructure near you:

On the radar,
* Early discussions with [HBase][hbase], [Solr][solr], and [Rapidoid][rapidoid]
* W-TinyLfu implemented by [go-tinylfu][go-tinylfu], [mango-cache][mango-cache], and [ohc][ohc]
* W-TinyLfu implemented by [go-tinylfu][go-tinylfu], [mango-cache][mango-cache], [transitory][transitory], and [ohc][ohc]

### Download

Download from [Maven Central][maven] or depend via Gradle:

```gradle
compile 'com.github.ben-manes.caffeine:caffeine:2.5.2'
compile 'com.github.ben-manes.caffeine:caffeine:2.5.3'
// Optional extensions
compile 'com.github.ben-manes.caffeine:guava:2.5.2'
compile 'com.github.ben-manes.caffeine:jcache:2.5.2'
compile 'com.github.ben-manes.caffeine:guava:2.5.3'
compile 'com.github.ben-manes.caffeine:jcache:2.5.3'
```

See the [release notes][releases] for details of the changes.
Expand Down Expand Up @@ -127,6 +127,7 @@ Snapshots of the development version are available in
[ohc]: https://github.com/snazy/ohc
[go-tinylfu]: https://github.com/dgryski/go-tinylfu
[mango-cache]: https://github.com/goburrow/cache
[transitory]: https://github.com/aholstenson/transitory
[ratpack]: https://github.com/ratpack/ratpack
[finagle]: https://github.com/twitter/finagle
[druid]: http://druid.io/docs/latest/development/extensions-core/caffeine-cache.html
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ subprojects {
version.with {
major = 2 // incompatible API changes
minor = 5 // backwards-compatible additions
patch = 3 // backwards-compatible bug fixes
patch = 4 // backwards-compatible bug fixes
releaseBuild = rootProject.hasProperty('release')
}
archivesBaseName = path[1..-1].replaceAll(':', '-').toLowerCase()
Expand Down

0 comments on commit e6fa7eb

Please sign in to comment.