Skip to content

Commit

Permalink
Bumps apoc version
Browse files Browse the repository at this point in the history
  • Loading branch information
ncordon committed May 4, 2022
1 parent 29ee440 commit afc9453
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 @@ -16,7 +16,7 @@ downloadLicenses {

allprojects {
group = 'org.neo4j.procedure'
version = '4.4.0.3'
version = '4.4.0.4'
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,4 +8,4 @@ asciidoc:
docs-version: "4.4"
branch: "4.4"
apoc-release-absolute: "4.4"
apoc-release: "4.4.0.3"
apoc-release: "4.4.0.4"
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.3' }
if (!project.hasProperty('apocVersion')) { ext.apocVersion = '4.4.0.4' }

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 @@ -13,7 +13,7 @@ configure(subprojects) {


subprojects {
version = '4.4.0.3'
version = '4.4.0.4'
group = 'org.neo4j.contrib'
}

Expand Down

0 comments on commit afc9453

Please sign in to comment.