Merge branch 'master' of github.com:mrniko/redisson

pull/126/head
Nikita 10 years ago
commit 3919308889

@ -53,7 +53,7 @@ Recent Releases
================================
####Please Note: trunk is current development branch.
####??-Jan-2015 - version 1.2
####09-Jan-2015 - version 1.2.0 released
Feature - cluster mode support
Fixed - `RList` iterator race conditions
Fixed - `RDeque.addFirst` `RDeque.addLast` methods
@ -158,5 +158,5 @@ Include the following to your dependency list:
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson</artifactId>
<version>1.1.7</version>
<version>1.2.0</version>
</dependency>

@ -278,11 +278,6 @@
<configuration>
<instructions>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Export-Package>
org.redisson.codec;version="${project.version}",
org.redisson.core;version="${project.version}",
org.redisson;version="${project.version}",
</Export-Package>
</instructions>
</configuration>
</plugin>

Loading…
Cancel
Save