Skip to content

Commit

Permalink
Update version numbers in faq
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Dec 21, 2016
1 parent 05475e6 commit 9fd5ad2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/documentation/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ for each supported Java version.

Groupid: `org.firebirdsql.jdbc`,\
Artifactid: `jaybird-jdkXX` (where `XX` is `16`, `17` or `18`).\
Version: `2.2.11`
Version: `2.2.12`

For example:

~~~ {.xml}
<dependency>
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird-jdk18</artifactId>
<version>2.2.11</version>
<version>2.2.12</version>
</dependency>
~~~

Expand All @@ -30,19 +30,19 @@ dependency as this will be provided by the application server.

#### Jaybird 3.0 for testing ####

Jaybird 3.0 Beta 1 is available from Maven central:
Jaybird 3.0 Beta 2 is available from Maven central:

Groupid: `org.firebirdsql.jdbc`,\
Artifactid: `jaybird-jdkXX` (where `XX` is `17` or `18`).\
Version: `3.0.0-beta-1`
Version: `3.0.0-beta-2`

For example:

~~~ {.xml}
<dependency>
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird-jdk18</artifactId>
<version>3.0.0-beta-1</version>
<version>3.0.0-beta-2</version>
</dependency>
~~~

Expand All @@ -54,7 +54,7 @@ dependency:
<dependency>
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird-jdk18</artifactId>
<version>3.0.0-beta-1</version>
<version>3.0.0-beta-2</version>
<exclusions>
<exclusion>
<groupId>javax.resource</groupId>
Expand Down

0 comments on commit 9fd5ad2

Please sign in to comment.