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 @@ -