This is an automated email from the ASF dual-hosted git repository.
dixie pushed a commit to branch support/1.12
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/support/1.12 by this push:
new 9fe60ad add 1.12.8 to old versions on support/1.12
9fe60ad is described below
commit 9fe60ad5fd6742ea9a86b608d7dde24c4e2b0c89
Author: Dick Cavender <[email protected]>
AuthorDate: Thu Jan 13 15:19:10 2022 -0800
add 1.12.8 to old versions on support/1.12
---
settings.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/settings.gradle b/settings.gradle
index 9c93bf9..84d045d 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -83,7 +83,7 @@ include 'static-analysis:pmd-rules'
'1.10.0',
'1.11.0',
'1.12.0',
- '1.12.7'].each {
+ '1.12.8'].each {
include 'geode-old-versions:'.concat(it)
}