From 543ead18143e47a740f4fdf113d82f87e3958248 Mon Sep 17 00:00:00 2001 From: James Bodkin Date: Fri, 9 Jan 2015 12:18:50 +0000 Subject: [PATCH 1/3] Remove Export-Package and allow maven-bundle-plugin to use defaults --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index e503067df..a9dfda83a 100644 --- a/pom.xml +++ b/pom.xml @@ -278,11 +278,6 @@ ${project.artifactId} - - org.redisson.codec;version="${project.version}", - org.redisson.core;version="${project.version}", - org.redisson;version="${project.version}", - From db9072dbaa0e5a69c36e7dd54f352548fde270b8 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Fri, 9 Jan 2015 15:24:27 +0300 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c56ea4e8e..464bc79d6 100644 --- a/README.md +++ b/README.md @@ -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 From 5e64142aa46c390755cfbb667780a691cb2fffdf Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Wed, 14 Jan 2015 15:58:11 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 464bc79d6..500eb5dd4 100644 --- a/README.md +++ b/README.md @@ -158,5 +158,5 @@ Include the following to your dependency list: org.redisson redisson - 1.1.7 + 1.2.0