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