Skip to content

Commit ed24773

Browse files
Update the dev branch for the 2025.01 release
1 parent 72a66e7 commit ed24773

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

antora.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name: java-reference
22
title: Java Reference
3-
version: '5'
3+
version: '2025.01'
44
start_page: ROOT:index.adoc
55
nav:
66
- modules/ROOT/content-nav.adoc
77
asciidoc:
88
attributes:
9-
neo4j-version: '5.26'
10-
neo4j-version-exact: '5.26.0'
11-
neo4j-buildnumber: '5.26'
12-
java-driver-version: '5.26.3'
9+
neo4j-version: '2025.01'
10+
neo4j-version-exact: '2025.01.0'
11+
neo4j-buildnumber: '2025.01'
12+
java-driver-version: '5.27'
1313
neo4j-documentation-branch: 'dev'
1414
page-origin-private: false
1515
neo4j-javadocs-base-uri: "https://neo4j.com/docs/java-reference/5/javadocs"

publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ site:
66
content:
77
sources:
88
- url: ./
9-
branches: ['3.5','4.0','4.1','4.2','4.3','4.4','dev']
9+
branches: ['3.5','4.0','4.1','4.2','4.3','4.4','5.x','dev']
1010
edit_url: https://github.com/neo4j/docs-java-reference/tree/{refname}/{path}
1111
exclude:
1212
- '!**/_includes/*'
@@ -24,7 +24,7 @@ urls:
2424
antora:
2525
extensions:
2626
- require: "@neo4j-antora/antora-modify-sitemaps"
27-
sitemap_version: '5'
27+
sitemap_version: '2025.01'
2828
sitemap_loc_version: 'current'
2929
move_sitemaps_to_components: true
3030

0 commit comments

Comments
 (0)