Skip to content

Commit

Permalink
Prepare the 5.2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaicostin committed Aug 1, 2016
1 parent f0f2e61 commit 34e71fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Hibernate - Memcached
A library for using Memcached as a second level distributed cache in Hibernate.

* Works with Hibernate 4

* Hibernate 5.2.1.Final : use version 5.2.1.0
* Hibernate 4.3.x : use version 1.1.0
* Uses spymemcached client
* Supports entity and query caching.
* Based on the work done on Hibernate-Memcached for hibernate 3.x
Expand All @@ -21,7 +22,7 @@ A library for using Memcached as a second level distributed cache in Hibernate.
If memcached authentication is required, it can be specified using "hibernate.memcached.username" and "hibernate.memcached.password"

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

```xml
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.mihaicostin</groupId>
<artifactId>hibernate-l2-memcached</artifactId>
<version>5.2.1.0-SNAPSHOT</version>
<version>5.2.1.0</version>
<name>hibernate-l2-memcached</name>
<description>A library for using Memcached as a second level distributed cache in Hibernate.</description>
<url>https://github.com/mihaicostin/hibernate-l2-memcached</url>
Expand Down

0 comments on commit 34e71fd

Please sign in to comment.