From 10fdd4961db305c0e10131a2edb239c02909c9eb Mon Sep 17 00:00:00 2001 From: Daniel Wu Date: Sat, 4 Jul 2015 17:54:26 +0800 Subject: [PATCH] 1.0.3 fix --- README.md | 2 +- pom.xml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 52f9808..a6889cd 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ To use this project, simply add this to your pom.xml com.haiwanwan.common fast-object-pool - 1.0.2 + 1.0.3 ``` JDK 7+ is required. By default the debug messages are logged to JDK logger because one of the goals of this project is ZERO DEPENDENCY. However SLF4j is supported, checkout this for more details: http://www.slf4j.org/legacy.html#jul-to-slf4j diff --git a/pom.xml b/pom.xml index d4f5ec5..c80134a 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.haiwanwan.common fast-object-pool jar - 1.0.2 + 1.0.3 An extremely fast object pool with zero dependencies @@ -87,7 +87,6 @@ -