Skip to content

Commit

Permalink
Release 3.5.0.1 Neo4j 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jexp committed Nov 27, 2018
1 parent 5a15ec4 commit f5e934e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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.0'
version = '3.5.0.1'
archivesBaseName = 'apoc'

jar {
Expand All @@ -37,7 +37,7 @@ description = """neo4j-apoc-procedures"""

ext {
// NB: due to version.json generation by parsing this file, the next line must not have any if/then/else logic
neo4jVersion = "3.5.0-rc01"
neo4jVersion = "3.5.0"
// instead we apply the override logic here
neo4jVersionEffective = project.hasProperty("neo4jVersionOverride") ? project.getProperty("neo4jVersionOverride") : neo4jVersion
}
Expand Down Expand Up @@ -211,7 +211,7 @@ asciidoctor {
sources { include 'index.adoc' }
outputDir = file('build/docs')
attributes 'apoc-version' : version,
'apoc-release' : "3.5.0.0",
'apoc-release' : "3.5.0.1",
'neo4j-version' : neo4jVersionEffective,
'branch' : "3.5"
}
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/index33.html
:apoc-release: 3.5.0.0
:neo4j-version: 3.5.0-beta01
:docs: https://neo4j-contrib.github.io/neo4j-apoc-procedures/index35.html
:apoc-release: 3.5.0.1
:neo4j-version: 3.5.0
:img: https://raw.githubusercontent.com/neo4j-contrib/neo4j-apoc-procedures/{branch}/docs/img

= Awesome Procedures for Neo4j {branch}.x
Expand Down

0 comments on commit f5e934e

Please sign in to comment.