Rename 'master' version documentation attributes.

Rename 'master-apache-geode-version' to 'apache-geode-doc-version'.

Rename 'master-pivotal-cloudcache-version' to 'pivotal-cloudcache-doc-version'.

Rename 'master-pivotal-gemfire-version' to 'pivotal-gemfire-doc-version'.
This commit is contained in:
John Blum
2020-08-03 15:01:15 -07:00
parent ff12facfb2
commit 1707013cb6
10 changed files with 16 additions and 16 deletions

View File

@@ -51,11 +51,11 @@ asciidoctorj {
'highlightjsdir@': "js/highlight",
'docinfodir@': ".",
'apache-geode-artifact-version' : "${apacheGeodeVersion}",
'apache-geode-doc-version' : "112",
'pivotal-cloudcache-artifact-version' : "${pivotalCloudCacheVersion}",
'pivotal-cloudcache-doc-version' : "1-12",
'pivotal-gemfire-artifact-version' : "${pivotalGemFireVersion}",
'master-apache-geode-version' : "112",
'master-pivotal-gemfire-version' : "910",
'master-pivotal-cloudcache-version' : "1-12",
'pivotal-gemfire-doc-version' : "910",
'spring-version' : versions['org.springframework:spring-core'],
'spring-boot-version' : "${springBootVersion}",
'spring-boot-data-geode-version' : project.version,