From 82e2f24ab7f3bcb23f25d52e102e27046930f600 Mon Sep 17 00:00:00 2001 From: Mark Rotteveel Date: Mon, 25 Nov 2019 14:28:01 +0100 Subject: [PATCH] Sync faq from master --- src/documentation/faq.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/documentation/faq.md b/src/documentation/faq.md index 7045562490..b1e2301498 100644 --- a/src/documentation/faq.md +++ b/src/documentation/faq.md @@ -70,7 +70,7 @@ Jaybird 3.0 is available from Maven central: Groupid: `org.firebirdsql.jdbc`, Artifactid: `jaybird-XX` (where `XX` is `jdk17` or `jdk18`) -Version: `3.0.7` +Version: `3.0.8` For ease of use, we also provide a Maven relocation artifact with artifact id `jaybird`. For Jaybird 3 this relocation artifact points to `jaybird-jdk18`. @@ -81,7 +81,7 @@ For example, for Java 8: org.firebirdsql.jdbc jaybird-jdk18 - 3.0.7 + 3.0.8 ~~~ @@ -93,7 +93,7 @@ dependency: org.firebirdsql.jdbc jaybird-jdk18 - 3.0.7 + 3.0.8 javax.resource