Skip to content

Commit

Permalink
Release version 1.1.0
Browse files Browse the repository at this point in the history
Fix
- #1
  • Loading branch information
mihaicostin committed Apr 29, 2016
1 parent ec2068c commit 1ae0ce5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,17 @@ A library for using Memcached as a second level distributed cache in Hibernate.
* https://github.com/kcarlson/hibernate-memcached

#Versions

## 1.1.0

Memcached client now respects the region timeout property
- [Issue #1](https://github.com/mihaicostin/hibernate-l2-memcached/issues/1)
```xml
<property name="hibernate.memcached.REGION.cacheTimeSeconds">10</property>
```


## 1.0
## 1.0.0
* Compatible with hibernate 4.3.x
* Example config:

Expand All @@ -24,13 +33,13 @@ 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 librabry 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.

```xml
<dependency>
<groupId>com.github.mihaicostin</groupId>
<artifactId>hibernate-l2-memcached</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
```

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>1.1.0-SNAPSHOT</version>
<version>1.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 1ae0ce5

Please sign in to comment.