From 8b847d6c40499cbf87ccbfc2a25126dd2167c2a7 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 3 Aug 2020 14:52:57 -0700 Subject: [PATCH] Add artifact version documentation attributes for Apache Geode, Pivotal/VMware GemFire and Pivotal/VMware Cloud Cache. --- spring-geode-docs/spring-geode-docs.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spring-geode-docs/spring-geode-docs.gradle b/spring-geode-docs/spring-geode-docs.gradle index ae90a674..69868b9b 100644 --- a/spring-geode-docs/spring-geode-docs.gradle +++ b/spring-geode-docs/spring-geode-docs.gradle @@ -50,6 +50,9 @@ asciidoctorj { 'github-samples-url': "${githubUrl}/spring-geode-samples", 'highlightjsdir@': "js/highlight", 'docinfodir@': ".", + 'apache-geode-artifact-version' : "${apacheGeodeVersion}", + 'pivotal-cloudcache-artifact-version' : "${pivotalCloudCacheVersion}", + 'pivotal-gemfire-artifact-version' : "${pivotalGemFireVersion}", 'master-apache-geode-version' : "112", 'master-pivotal-gemfire-version' : "910", 'master-pivotal-cloudcache-version' : "1-11",