Skip to content

Commit

Permalink
Version 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonydahanne committed Feb 25, 2019
1 parent a7bf7a8 commit 46e678e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions dist/templates/github-release.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Getting started

=> Please add what this release is about here
3.7.0 release : clustered loader writer

As usual, it contains numerous [bug fixes and enhancements](https://github.com/ehcache/ehcache3/milestone/%MILESTONE%?closed=1).
As usual, it contains numerous [bug fixes and enhancements](https://github.com/ehcache/ehcache3/milestone/3.7.0?closed=1).

Ehcache ${version} has been released to maven central under the following coordinates:

Expand All @@ -12,7 +12,7 @@ Ehcache ${version} has been released to maven central under the following coordi
<dependency>
<groupId>org.ehcache</groupId>
<artifactId>ehcache</artifactId>
<version>%VERSION%</version>
<version>3.7.0</version>
</dependency>
```

Expand All @@ -22,7 +22,7 @@ Ehcache ${version} has been released to maven central under the following coordi
<dependency>
<groupId>org.ehcache</groupId>
<artifactId>ehcache-transactions</artifactId>
<version>%VERSION%</version>
<version>3.7.0</version>
</dependency>
```

Expand All @@ -32,7 +32,7 @@ Ehcache ${version} has been released to maven central under the following coordi
<dependency>
<groupId>org.ehcache</groupId>
<artifactId>ehcache-clustered</artifactId>
<version>%VERSION%</version>
<version>3.7.0</version>
</dependency>
```

Expand All @@ -45,4 +45,4 @@ Note that if you download Ehcache jar you will need one additional jar in your c
For clustering a kit is also provided that includes the Terracotta Server component. See below.

## Further reading
- [Ehcache 3 documentation](http://www.ehcache.org/documentation/%MAJORVERSION%/)
- [Ehcache 3 documentation](http://www.ehcache.org/documentation/3.7/)
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Ehcache version
ehcacheVersion = 3.7-SNAPSHOT
ehcacheVersion = 3.7.0

# Terracotta third parties
offheapVersion = 2.4.0
Expand Down

0 comments on commit 46e678e

Please sign in to comment.