Skip to content

Commit

Permalink
Release 3.4.0.7 Neo4j 3.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jexp committed May 30, 2019
1 parent d665e4c commit c8f6b0e
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.4.0.6'
version = '3.4.0.7'
archivesBaseName = 'apoc'

jar {
Expand Down Expand Up @@ -238,7 +238,7 @@ asciidoctor {
sources { include 'index.adoc' }
outputDir = file('build/docs')
attributes 'apoc-version' : version,
'apoc-release' : "3.4.0.6",
'apoc-release' : "3.4.0.7",
'neo4j-version' : neo4jVersionEffective,
'branch' : "3.4"
}
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.4.0.6' }
if (!project.hasProperty('apocVersion')) { ext.apocVersion = '3.4.0.7' }

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,7 +1,7 @@
:readme:
:branch: 3.4
:docs: https://neo4j-contrib.github.io/neo4j-apoc-procedures/index34.html
:apoc-release: 3.4.0.6
:apoc-release: 3.4.0.7
:neo4j-version: 3.4.12
:img: https://raw.githubusercontent.com/neo4j-contrib/neo4j-apoc-procedures/{branch}/docs/images

Expand Down Expand Up @@ -172,8 +172,8 @@ 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.2[3.5.0.2^] | 3.5.3 (3.5.x)
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.4.0.6[3.4.0.6^] | 3.4.12 (3.4.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.7[3.4.0.7^] | 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)
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.1.3.9[3.1.3.9^] | 3.1.7 (3.1.x)
Expand Down

0 comments on commit c8f6b0e

Please sign in to comment.