Skip to content

Commit 0a631cc

Browse files
committed
Next version 3.5.0.13
1 parent 7061f75 commit 0a631cc

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ idea {
2727
}
2828

2929
group = 'org.neo4j.procedure'
30-
version = '3.5.0.12'
30+
version = '3.5.0.13'
3131
archivesBaseName = 'apoc'
3232

3333
jar {
@@ -277,7 +277,7 @@ asciidoctor {
277277
sources { include 'index.adoc' }
278278
outputDir = file('build/docs')
279279
attributes 'apoc-version' : version,
280-
'apoc-release' : "3.5.0.12",
280+
'apoc-release' : "3.5.0.13",
281281
'neo4j-version' : neo4jVersionEffective,
282282
'branch' : "3.5"
283283
}

docs/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ plugins {
2929
id 'org.neo4j.doc.build.docbook' version '1.0-alpha12'
3030
}
3131

32-
if (!project.hasProperty('apocVersion')) { ext.apocVersion = '3.5.0.12' }
32+
if (!project.hasProperty('apocVersion')) { ext.apocVersion = '3.5.0.13' }
3333

3434
ext {
3535
versionParts = apocVersion.split('-')

docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>org.neo4j.procedure</groupId>
1313
<artifactId>apoc-docs</artifactId>
14-
<version>3.5.0.12</version>
14+
<version>3.5.0.13</version>
1515

1616
<name>apoc-docs</name>
1717
<description>Awesome Procedures for Cypher - Documentation</description>

extra-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ configure(subprojects) {
1313

1414

1515
subprojects {
16-
version = '3.5.0.12'
16+
version = '3.5.0.13'
1717
group = 'org.neo4j.contrib'
1818
}
1919

readme.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:readme:
22
:branch: 3.5
33
:docs: https://neo4j.com/docs/labs/apoc/current
4-
:apoc-release: 3.5.0.12
4+
:apoc-release: 3.5.0.13
55
:neo4j-version: 3.5.14
66
:img: https://raw.githubusercontent.com/neo4j-contrib/neo4j-apoc-procedures/{branch}/docs/images
77

@@ -183,7 +183,7 @@ The trailing `<apoc>` part of the version number will be incremented with every
183183
|===
184184
|apoc version | neo4j version
185185
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/4.0.0.5[4.0.0.5^] | 4.0.0 (4.0.x)
186-
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.5.0.10[3.5.0.12^] | 3.5.14 (3.5.x)
186+
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.5.0.12[3.5.0.12^] | 3.5.14 (3.5.x)
187187
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.4.0.4[3.4.0.6^] | 3.4.12 (3.4.x)
188188
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.3.0.4[3.3.0.4^] | 3.3.6 (3.3.x)
189189
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.2.3.6[3.2.3.6^] | 3.2.9 (3.2.x)

0 commit comments

Comments
 (0)