File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 27
27
}
28
28
29
29
group = ' org.neo4j.procedure'
30
- version = ' 3.5.0.12 '
30
+ version = ' 3.5.0.13 '
31
31
archivesBaseName = ' apoc'
32
32
33
33
jar {
@@ -277,7 +277,7 @@ asciidoctor {
277
277
sources { include ' index.adoc' }
278
278
outputDir = file(' build/docs' )
279
279
attributes ' apoc-version' : version,
280
- ' apoc-release' : " 3.5.0.12 " ,
280
+ ' apoc-release' : " 3.5.0.13 " ,
281
281
' neo4j-version' : neo4jVersionEffective,
282
282
' branch' : " 3.5"
283
283
}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ plugins {
29
29
id ' org.neo4j.doc.build.docbook' version ' 1.0-alpha12'
30
30
}
31
31
32
- if (! project. hasProperty(' apocVersion' )) { ext. apocVersion = ' 3.5.0.12 ' }
32
+ if (! project. hasProperty(' apocVersion' )) { ext. apocVersion = ' 3.5.0.13 ' }
33
33
34
34
ext {
35
35
versionParts = apocVersion. split(' -' )
Original file line number Diff line number Diff line change 11
11
12
12
<groupId >org.neo4j.procedure</groupId >
13
13
<artifactId >apoc-docs</artifactId >
14
- <version >3.5.0.12 </version >
14
+ <version >3.5.0.13 </version >
15
15
16
16
<name >apoc-docs</name >
17
17
<description >Awesome Procedures for Cypher - Documentation</description >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ configure(subprojects) {
13
13
14
14
15
15
subprojects {
16
- version = ' 3.5.0.12 '
16
+ version = ' 3.5.0.13 '
17
17
group = ' org.neo4j.contrib'
18
18
}
19
19
Original file line number Diff line number Diff line change 1
1
:readme:
2
2
:branch: 3.5
3
3
:docs: https://neo4j.com/docs/labs/apoc/current
4
- :apoc-release: 3.5.0.12
4
+ :apoc-release: 3.5.0.13
5
5
:neo4j-version: 3.5.14
6
6
:img: https://raw.githubusercontent.com/neo4j-contrib/neo4j-apoc-procedures/{branch}/docs/images
7
7
@@ -183,7 +183,7 @@ The trailing `<apoc>` part of the version number will be incremented with every
183
183
|===
184
184
|apoc version | neo4j version
185
185
| 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)
187
187
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.4.0.4[3.4.0.6^] | 3.4.12 (3.4.x)
188
188
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.3.0.4[3.3.0.4^] | 3.3.6 (3.3.x)
189
189
| http://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/3.2.3.6[3.2.3.6^] | 3.2.9 (3.2.x)
You can’t perform that action at this time.
0 commit comments