Skip to content

Commit 0f6b2c5

Browse files
authored
* [NOID] Bump version to 5.16.0
1 parent 0accff9 commit 0f6b2c5

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ downloadLicenses {
1414

1515
allprojects {
1616
group = 'org.neo4j.procedure'
17-
version = '5.15.0'
17+
version = '5.16.0'
1818
archivesBaseName = 'apoc'
1919
description = """neo4j-apoc-procedures"""
2020
}
@@ -71,8 +71,8 @@ subprojects {
7171
// neo4jDockerImage system property is used in TestContainerUtil
7272
systemProperties 'user.language' : 'en' ,
7373
'user.country' : 'US',
74-
'neo4jDockerImage' : System.getProperty("NEO4JVERSION") ? 'neo4j:' + System.getProperty("NEO4JVERSION") + '-enterprise-debian' : 'neo4j:5.15.0-enterprise-debian',
75-
'neo4jCommunityDockerImage': System.getProperty("NEO4JVERSION") ? 'neo4j:' + System.getProperty("NEO4JVERSION") + '-debian' : 'neo4j:5.15.0-debian',
74+
'neo4jDockerImage' : System.getProperty("NEO4JVERSION") ? 'neo4j:' + System.getProperty("NEO4JVERSION") + '-enterprise-debian' : 'neo4j:5.16.0-enterprise-debian',
75+
'neo4jCommunityDockerImage': System.getProperty("NEO4JVERSION") ? 'neo4j:' + System.getProperty("NEO4JVERSION") + '-debian' : 'neo4j:5.16.0-debian',
7676
'coreDir': 'apoc-core/core'
7777

7878
maxHeapSize = "5G"
@@ -130,7 +130,7 @@ subprojects {
130130

131131
ext {
132132
// NB: due to version.json generation by parsing this file, the next line must not have any if/then/else logic
133-
neo4jVersion = "5.15.0"
133+
neo4jVersion = "5.16.0"
134134
// instead we apply the override logic here
135135
neo4jVersionEffective = project.hasProperty("neo4jVersionOverride") ? project.getProperty("neo4jVersionOverride") : neo4jVersion
136136
testContainersVersion = '1.18.3'

docs/asciidoc/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ asciidoc:
88
docs-version: "5.0"
99
branch: "5.0"
1010
apoc-release-absolute: "5.0"
11-
apoc-release: "5.15.0"
11+
apoc-release: "5.16.0"

docs/asciidoc/modules/ROOT/partials/neo4j-server.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The version compatibility matrix explains the mapping between Neo4j and APOC ver
2424
[opts=header]
2525
|===
2626
|apoc version | neo4j version
27+
| https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/5.16.0[5.16.0^] | 5.16.0 (5.16.x)
2728
| https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/5.15.0[5.15.0^] | 5.15.0 (5.15.x)
2829
| https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/5.14.0[5.14.0^] | 5.14.0 (5.14.x)
2930
| https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/5.13.0[5.13.0^] | 5.13.0 (5.13.x)

docs/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ plugins {
2929
id 'org.neo4j.doc.build.docbook' version '1.0-alpha12'
3030
}
3131

32-
if (!project.hasProperty('apocVersion')) { ext.apocVersion = '5.15.0' }
32+
if (!project.hasProperty('apocVersion')) { ext.apocVersion = '5.16.0' }
3333

3434
ext {
3535
versionParts = apocVersion.split('-')

extra-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ configure(subprojects) {
1414

1515

1616
subprojects {
17-
version = '5.15.0'
17+
version = '5.16.0'
1818
group = 'org.neo4j.contrib'
1919
}
2020

readme.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
:readme:
22
:branch: 5.4
33
:docs: https://neo4j.com/labs/apoc/5
4-
:apoc-release: 5.15.0
5-
:neo4j-version: 5.15.0
4+
:apoc-release: 5.16.0
5+
:neo4j-version: 5.16.0
66
:img: https://raw.githubusercontent.com/neo4j-contrib/neo4j-apoc-procedures/{branch}/docs/images
77

88
https://community.neo4j.com[image:https://img.shields.io/discourse/users?logo=discourse&server=https%3A%2F%2Fcommunity.neo4j.com[Discourse users]]

0 commit comments

Comments
 (0)