Skip to content

Commit

Permalink
Bumps apoc version
Browse files Browse the repository at this point in the history
  • Loading branch information
ncordon committed Aug 9, 2022
1 parent 7b7fc7d commit 228ec40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ idea {
}

group = 'org.neo4j.procedure'
version = '3.5.0.19'
version = '3.5.0.20'
archivesBaseName = 'apoc'

jar {
Expand Down Expand Up @@ -301,7 +301,7 @@ asciidoctor {
sources { include 'index.adoc' }
outputDir = file('build/docs')
attributes 'apoc-version' : version,
'apoc-release' : "3.5.0.19",
'apoc-release' : "3.5.0.20",
'neo4j-version' : neo4jVersionEffective,
'branch' : "3.5"
}
Expand Down
2 changes: 1 addition & 1 deletion docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ plugins {
id 'org.neo4j.doc.build.docbook' version '1.0-alpha12'
}

if (!project.hasProperty('apocVersion')) { ext.apocVersion = '3.5.0.19' }
if (!project.hasProperty('apocVersion')) { ext.apocVersion = '3.5.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 @@ -13,7 +13,7 @@ configure(subprojects) {


subprojects {
version = '3.5.0.19'
version = '3.5.0.20'
group = 'org.neo4j.contrib'
}

Expand Down

0 comments on commit 228ec40

Please sign in to comment.