Skip to content

Commit 8a5d4f8

Browse files
authored
[NOID] Version Bump (#4149)
1 parent 6ee1ffd commit 8a5d4f8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88

99
ext {
1010
// Move to gradle.properties (but versions.json generation build depends on this right now)
11-
neo4jVersion = '4.4.36'
11+
neo4jVersion = '4.4.37'
1212
publicDir = "${project.rootDir}"
1313
neo4jVersionEffective = project.hasProperty("neo4jVersionOverride") ? project.getProperty("neo4jVersionOverride") : neo4jVersion
1414
neo4jDockerVersion = project.hasProperty("neo4jDockerVersionOverride") ? project.getProperty("neo4jDockerVersionOverride") : neo4jVersion
@@ -36,7 +36,7 @@ downloadLicenses {
3636

3737
allprojects {
3838
group = 'org.neo4j.procedure'
39-
version = '4.4.0.30'
39+
version = '4.4.0.31'
4040
base {
4141
archivesName = 'apoc'
4242
}

docs/asciidoc/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ asciidoc:
88
docs-version: "4.4"
99
branch: "4.4"
1010
apoc-release-absolute: "4.4"
11-
apoc-release: "4.4.0.30"
11+
apoc-release: "4.4.0.31"
1212
json-path-version: "2.8.0"

extra-dependencies/build.gradle

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

1616
subprojects {
1717
group = 'org.neo4j.contrib'
18-
version = '4.4.0.30'
18+
version = '4.4.0.31'
1919
}
2020

2121
task copyJars(type: Copy) {

readme.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
:readme:
22
:branch: 4.4
33
:docs: https://neo4j.com/labs/apoc/4.4
4-
:apoc-release: 4.4.0.30
5-
:neo4j-version: 4.4.36
4+
:apoc-release: 4.4.0.31
5+
:neo4j-version: 4.4.37
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)