Skip to content

Commit 56986fe

Browse files
authored
Merge pull request #10812 from vnickolov/prepare-gds-2.19.0
prepare gds 2.19.0
2 parents 2535676 + 6257482 commit 56986fe

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

doc/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: graph-data-science
22
title: Neo4j Graph Data Science
3-
version: '2.19-preview'
3+
version: '2.19'
44
prerelease: true
55
start_page: ROOT:index.adoc
66
nav:

doc/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ content:
99
# Includes previous version, current, and preview (master).
1010
# When updating this, update the version in the
1111
# `page-add-notes-versions` below too (if relevant).
12-
branches: ['2.5', '2.6', '2.7', '2.8', '2.9', '2.10', '2.11', '2.12', '2.13', '2.14', '2.15', '2.16', '2.17', '2.18', 'master']
12+
branches: ['2.5', '2.6', '2.7', '2.8', '2.9', '2.10', '2.11', '2.12', '2.13', '2.14', '2.15', '2.16', '2.17', '2.18', '2.19', 'master']
1313
start_path: public/doc
1414
include: public/doc/
1515
exclude:

gradle/neo4j-version.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
ext {
2-
neo4jRCVersion = '2025.06.0-SNAPSHOT'
2+
neo4jRCVersion = '2025.06.0'
33
}

gradle/neo4j.dependencies.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
java-driver = "5.28.2"
3-
neo4j = "2025.05.0"
3+
neo4j = "2025.06.0"
44

55
[libraries]
66
annotations = { module = "org.neo4j:annotations", version.ref = "neo4j" }

0 commit comments

Comments
 (0)