Add 'master-apache-geode-version' documentation variable from which all docs (e.g. Guides) can inherit.

This commit is contained in:
John Blum
2019-09-16 19:07:59 -07:00
parent 2bea273a50
commit cf8be5d2c2

View File

@@ -31,6 +31,7 @@ asciidoctor {
'github-url': githubUrl,
'github-samples-url': "${githubUrl}/spring-geode-samples",
'download-url' : "${githubBaseUrl}/archive/${githubTag}.zip",
'master-apache-geode-version' : "19",
'spring-version' : versions['org.springframework:spring-core'],
'spring-boot-version' : "${springBootVersion}",
'spring-boot-data-geode-version' : project.version,