This is an automated email from the ASF dual-hosted git repository.
onichols pushed a commit to branch support/1.13
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/support/1.13 by this push:
new f0a0317 add 1.12.8 to old versions on develop (#7268)
f0a0317 is described below
commit f0a0317221e01cade0f490297e1085b574f8e214
Author: Dick Cavender <[email protected]>
AuthorDate: Fri Jan 14 03:13:47 2022 -0800
add 1.12.8 to old versions on develop (#7268)
(cherry picked from commit 83de8f25978f0c2cee345beb61d88a85bf5da0f8)
---
settings.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/settings.gradle b/settings.gradle
index ec2ded3..6e2d23b 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',
+ '1.12.8',
'1.13.1',
'1.13.6'].each {
include 'geode-old-versions:'.concat(it)