From 75884c78a58a7bb3c4f55e3b111f56d48cf880cc Mon Sep 17 00:00:00 2001 From: Mark Rotteveel Date: Sat, 20 Mar 2021 14:20:43 +0100 Subject: [PATCH] Update FAQ for 3.0.11 and 4.0.3 release --- src/documentation/faq.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/documentation/faq.md b/src/documentation/faq.md index 1e29ed208b..3098dbe9df 100644 --- a/src/documentation/faq.md +++ b/src/documentation/faq.md @@ -47,7 +47,7 @@ Jaybird 4 is available from Maven central: Groupid: `org.firebirdsql.jdbc`, \ Artifactid: `jaybird`, \ -Version: `4.0.2.javaXX` (where `XX` is `7`, `8` or `11`) +Version: `4.0.3.javaXX` (where `XX` is `7`, `8` or `11`) For backwards compatibility, we also provide a Maven relocation artifact with artifact id `jaybird-XX` (with `XX` `jdk17`, `jdk18` or `java11`. However, we @@ -59,7 +59,7 @@ For example, for Java 8: org.firebirdsql.jdbc jaybird - 4.0.2.java8 + 4.0.3.java8 ~~~ @@ -71,7 +71,7 @@ dependency: org.firebirdsql.jdbc jaybird - 4.0.2.java8 + 4.0.3.java8 javax.resource @@ -108,7 +108,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.10` +Version: `3.0.11` 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`. @@ -119,7 +119,7 @@ For example, for Java 8: org.firebirdsql.jdbc jaybird-jdk18 - 3.0.10 + 3.0.11 ~~~ @@ -131,7 +131,7 @@ dependency: org.firebirdsql.jdbc jaybird-jdk18 - 3.0.10 + 3.0.11 javax.resource