Skip to content

Commit

Permalink
[5LCCVHk4] Bump APOC version 4.4.0.20 (neo4j-contrib#3630)
Browse files Browse the repository at this point in the history
Co-authored-by: Nacho Cordón <[email protected]>
  • Loading branch information
2 people authored and BennuFire committed Jul 10, 2023
1 parent ee5cf53 commit 837896a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ downloadLicenses {

allprojects {
group = 'org.neo4j.procedure'
version = '4.4.0.19'
version = '4.4.0.20'
archivesBaseName = 'apoc'
description = """neo4j-apoc-procedures"""
}
Expand Down
2 changes: 1 addition & 1 deletion docs/asciidoc/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ asciidoc:
docs-version: "4.4"
branch: "4.4"
apoc-release-absolute: "4.4"
apoc-release: "4.4.0.19"
apoc-release: "4.4.0.20"
json-path-version: "2.8.0"
2 changes: 1 addition & 1 deletion docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ plugins {
id 'org.neo4j.doc.build.docbook' version '1.0-alpha12'
}

if (!project.hasProperty('apocVersion')) { ext.apocVersion = '4.4.0.19' }
if (!project.hasProperty('apocVersion')) { ext.apocVersion = '4.4.0.20' }

ext {
versionParts = apocVersion.split('-')
Expand Down
2 changes: 1 addition & 1 deletion extra-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ configure(subprojects) {


subprojects {
version = '4.4.0.19'
version = '4.4.0.20'
group = 'org.neo4j.contrib'
}

Expand Down

0 comments on commit 837896a

Please sign in to comment.