Skip to content

Commit

Permalink
Bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
ncordon committed Jul 22, 2022
1 parent bb5f060 commit 2ed8825
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.18'
version = '3.5.0.19'
archivesBaseName = 'apoc'

jar {
Expand Down Expand Up @@ -300,7 +300,7 @@ asciidoctor {
sources { include 'index.adoc' }
outputDir = file('build/docs')
attributes 'apoc-version' : version,
'apoc-release' : "3.5.0.18",
'apoc-release' : "3.5.0.19",
'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.18' }
if (!project.hasProperty('apocVersion')) { ext.apocVersion = '3.5.0.19' }

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.18'
version = '3.5.0.19'
group = 'org.neo4j.contrib'
}

Expand Down
4 changes: 2 additions & 2 deletions readme.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:readme:
:branch: 3.5
:docs: https://neo4j.com/docs/labs/apoc/current
:apoc-release: 3.5.0.18
:apoc-release: 3.5.0.19
:neo4j-version: 3.5.14
:img: https://raw.githubusercontent.com/neo4j-contrib/neo4j-apoc-procedures/{branch}/docs/images

Expand Down Expand Up @@ -183,7 +183,7 @@ The trailing `<apoc>` part of the version number will be incremented with every
|===
|apoc version | neo4j version
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/4.0.0.5[4.0.0.5^] | 4.0.0 (4.0.x)
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.5.0.18[3.5.0.18^] | 3.5.34 (3.5.x)
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.5.0.19[3.5.0.19^] | 3.5.34 (3.5.x)
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.4.0.4[3.4.0.6^] | 3.4.12 (3.4.x)
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.3.0.4[3.3.0.4^] | 3.3.6 (3.3.x)
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.2.3.6[3.2.3.6^] | 3.2.9 (3.2.x)
Expand Down

0 comments on commit 2ed8825

Please sign in to comment.