Skip to content

Commit

Permalink
Release 3.5.0.4 with Neo4j 3.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jexp committed May 28, 2019
1 parent eaf2357 commit 0ee0e84
Show file tree
Hide file tree
Showing 3 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 @@ -24,7 +24,7 @@ idea {
}

group = 'org.neo4j.procedure'
version = '3.5.0.3'
version = '3.5.0.4'
archivesBaseName = 'apoc'

jar {
Expand Down Expand Up @@ -227,7 +227,7 @@ asciidoctor {
sources { include 'index.adoc' }
outputDir = file('build/docs')
attributes 'apoc-version' : version,
'apoc-release' : "3.5.0.3",
'apoc-release' : "3.5.0.4",
'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 @@ -29,7 +29,7 @@ plugins {
id 'org.neo4j.doc.build.docbook' version '1.0-alpha03'
}

if (!project.hasProperty('apocVersion')) { ext.apocVersion = '3.5.0.3' }
if (!project.hasProperty('apocVersion')) { ext.apocVersion = '3.5.0.4' }

ext {
versionParts = apocVersion.split('-')
Expand Down
6 changes: 3 additions & 3 deletions readme.adoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
:readme:
:branch: 3.5
:docs: https://neo4j-contrib.github.io/neo4j-apoc-procedures/index35.html
:apoc-release: 3.5.0.3
:neo4j-version: 3.5.4
:apoc-release: 3.5.0.4
:neo4j-version: 3.5.6
:img: https://raw.githubusercontent.com/neo4j-contrib/neo4j-apoc-procedures/{branch}/docs/images

= Awesome Procedures for Neo4j {branch}.x
Expand Down Expand Up @@ -172,7 +172,7 @@ The trailing `<apoc>` part of the version number will be incremented with every
[opts=header]
|===
|apoc version | neo4j version
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.5.0.3[3.5.0.3^] | 3.5.4 (3.5.x)
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.5.0.4[3.5.0.4^] | 3.5.6 (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 0ee0e84

Please sign in to comment.