We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0f5b4 commit 0b72d74Copy full SHA for 0b72d74
2 files changed
build.properties
@@ -1,7 +1,7 @@
1
version.major=6
2
version.minor=0
3
-version.revision=4
+version.revision=5
4
# version.tag should start with a dash (-) unless it is empty
5
-version.tag=
+version.tag=-SNAPSHOT
6
# This must be set to the git tag for a release, otherwise to the branch
7
-version.svntag=v6.0.4
+version.svntag=Branch_6_0
src/docs/asciidoc/release_notes.adoc
@@ -33,6 +33,12 @@ Changes per Jaybird 6 release.
33
See also <<whats-new-in-jaybird-6>>.
34
For known issues, consult <<known-issues>>.
35
36
+=== Jaybird 6.0.5
37
+
38
+The following was fixed or changed since Jaybird 6.0.4:
39
40
+* ...
41
42
=== Jaybird 6.0.4
43
44
This release is not fully compatible with the upcoming JDBC 4.5 Specification to be introduced with Java 26.
0 commit comments