Skip to content

Commit

Permalink
Sync faq from master
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Nov 25, 2019
1 parent 09b87c0 commit 82e2f24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/documentation/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand All @@ -81,7 +81,7 @@ For example, for Java 8:
<dependency>
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird-jdk18</artifactId>
<version>3.0.7</version>
<version>3.0.8</version>
</dependency>
~~~

Expand All @@ -93,7 +93,7 @@ dependency:
<dependency>
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird-jdk18</artifactId>
<version>3.0.7</version>
<version>3.0.8</version>
<exclusions>
<exclusion>
<groupId>javax.resource</groupId>
Expand Down

0 comments on commit 82e2f24

Please sign in to comment.