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 161e612 GEODE-10099: Add 1.12.9 as old version
161e612 is described below
commit 161e612780859283546d56a94006a6d89b8a35d6
Author: Dick Cavender <[email protected]>
AuthorDate: Wed Mar 9 18:09:39 2022 -0800
GEODE-10099: Add 1.12.9 as old version
Adds 1.12.9 to old versions on develop
(cherry picked from commit 5243f68505eaca5758c990473b3df527635b25f7)
(cherry picked from commit 75145f3347eb3a081f9675de01d63527ba90263f)
---
settings.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/settings.gradle b/settings.gradle
index e0acfae..9c10bd6 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.8',
+ '1.12.9',
'1.13.1',
'1.13.7'].each {
include 'geode-old-versions:'.concat(it)