Skip to content

Commit f9de455

Browse files
committed
rename
1 parent c81638c commit f9de455

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ plugins {
2929
id 'org.neo4j.doc.build.docbook' version '1.0-alpha03'
3030
}
3131

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

3434
ext {
3535
copyrightYear = '2019'
36-
versionParts = apocVersion.split('-')
36+
versionParts = streamsVersion.split('-')
3737
branch = '3.5'
3838
versions = [
39-
'apoc' : apocVersion,
39+
'apoc' : streamsVersion,
4040
'apocDocs' : versionParts[0].split('\\.')[0..1].join('.')
4141
]
4242
if (1 < versionParts.size()) { versions.apocDocs += '-preview' }

0 commit comments

Comments
 (0)