From 64caf4a5d36fb9dad5007dedf002949bf30dd9f4 Mon Sep 17 00:00:00 2001 From: Brett Wooldridge Date: Wed, 5 Nov 2014 14:49:42 +0900 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 037c7aef..bb2ddf79 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,14 @@ Fast, simple, reliable. HikariCP is a "zero-overhead" production ready JDBC con          - *Edsger Djikstra* ---------------------------------------------------- +:hand: Please wait while the 2.2.2 artifacts are being published, this will only take a few hours. In the meantime, use 2.1.0. + _Java 8 maven artifact:_ ```xml com.zaxxer HikariCP - 2.2.0 + 2.2.2 compile ``` @@ -21,7 +23,7 @@ _Java 6 and Java 7 maven artifact:_ com.zaxxer HikariCP-java6 - 2.2.0 + 2.2.2 compile ```