diff --git a/README.md b/README.md index 6aa48d0..bf773c7 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/pom.xml b/pom.xml index 3f53046..8d44c07 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.mihaicostin hibernate-l2-memcached - 5.2.1.0-SNAPSHOT + 5.2.1.0 hibernate-l2-memcached A library for using Memcached as a second level distributed cache in Hibernate. https://github.com/mihaicostin/hibernate-l2-memcached