Skip to content

Commit

Permalink
Prepare for Jaybird 5.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Jan 9, 2023
1 parent d74e9ad commit 3560eeb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build.properties
Expand Up @@ -2,6 +2,6 @@ version.major=5
version.minor=0
version.revision=0
# version.tag should start with a dash (-) unless it is empty
version.tag=-SNAPSHOT
version.tag=
# This must be set to the git tag for a release, otherwise to the branch
version.svntag=Branch_5_0
version.svntag=v5.0.0
9 changes: 3 additions & 6 deletions src/docs/asciidoc/faq.adoc
Expand Up @@ -8,9 +8,8 @@
:toc: left
:icons: font
:jaybird5-full-version: 5.0.0
:jaybird5-tag: -beta-1
:jaybird5-template-version: {jaybird5-full-version}.<java>{jaybird5-tag}
:jaybird5-example-version: {jaybird5-full-version}.java11{jaybird5-tag}
:jaybird5-template-version: {jaybird5-full-version}.<java>
:jaybird5-example-version: {jaybird5-full-version}.java11
:jaybird4-full-version: 4.0.8
:jaybird4-template-version: {jaybird4-full-version}.<java>
:jaybird4-example-version: {jaybird4-full-version}.java11
Expand All @@ -36,8 +35,6 @@ groupId:: `org.firebirdsql.jdbc`
artifactId:: `jaybird`,
version:: `{jaybird5-template-version}` (where `<java>` is `java11` or `java8`)

NOTE: SNAPSHOT releases are only available from the Sonatype snapshot repository, https://oss.sonatype.org/content/repositories/snapshots

Contrary to Jaybird 4, a Maven relocation artifact with artifact id `jaybird-XX` (with `XX` `jdk17`, `jdk18`) is no longer provided.
Please make sure you use the `jaybird` artifactId.

Expand Down Expand Up @@ -311,7 +308,7 @@ Jaybird 2.2.7 is the last version to support Java 5, support has been dropped wi
Jaybird 2.2 is the last version to support Java 6, support has been dropped with Jaybird 3.0.
[#what-is-the-java-9-module-name-for-jaybird]
=== What is the Java 9 module name for Jaybird?
== What is the Java 9 module name for Jaybird?
Jaybird itself is not (yet) modularized.
To ensure a stable module name, Jaybird, since 2.2.14 and 3.0.3, declares the automatic module name `org.firebirdsql.jaybird`.
Expand Down

0 comments on commit 3560eeb

Please sign in to comment.