Skip to content

Commit 34e71fd

Browse files
committed
Prepare the 5.2.1.0 release
1 parent f0f2e61 commit 34e71fd

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Hibernate - Memcached
22
A library for using Memcached as a second level distributed cache in Hibernate.
3-
4-
* Works with Hibernate 4
3+
4+
* Hibernate 5.2.1.Final : use version 5.2.1.0
5+
* Hibernate 4.3.x : use version 1.1.0
56
* Uses spymemcached client
67
* Supports entity and query caching.
78
* Based on the work done on Hibernate-Memcached for hibernate 3.x
@@ -21,7 +22,7 @@ A library for using Memcached as a second level distributed cache in Hibernate.
2122
If memcached authentication is required, it can be specified using "hibernate.memcached.username" and "hibernate.memcached.password"
2223

2324
#Maven
24-
In order to use this library as a maven dependency, just add the following dependency to your pom.
25+
In order to use this library as a maven dependency, just add the following dependency to your pom (with the desired version)
2526

2627
```xml
2728
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.mihaicostin</groupId>
66
<artifactId>hibernate-l2-memcached</artifactId>
7-
<version>5.2.1.0-SNAPSHOT</version>
7+
<version>5.2.1.0</version>
88
<name>hibernate-l2-memcached</name>
99
<description>A library for using Memcached as a second level distributed cache in Hibernate.</description>
1010
<url>https://github.com/mihaicostin/hibernate-l2-memcached</url>

0 commit comments

Comments
 (0)