From cf8be5d2c20a1fb550faf3b696102d975e12f7f4 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 16 Sep 2019 19:07:59 -0700 Subject: [PATCH] Add 'master-apache-geode-version' documentation variable from which all docs (e.g. Guides) can inherit. --- spring-geode-docs/spring-geode-docs.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-geode-docs/spring-geode-docs.gradle b/spring-geode-docs/spring-geode-docs.gradle index a1541149..e4b3b866 100644 --- a/spring-geode-docs/spring-geode-docs.gradle +++ b/spring-geode-docs/spring-geode-docs.gradle @@ -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,