This is an automated email from the ASF dual-hosted git repository.

onichols pushed a commit to branch support/1.15
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/support/1.15 by this push:
     new 75145f3  GEODE-10099: Add 1.12.9 as old version
75145f3 is described below

commit 75145f3347eb3a081f9675de01d63527ba90263f
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)
---
 settings.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/settings.gradle b/settings.gradle
index 657dd3e..c8d3931 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -83,7 +83,7 @@ include 'geode-server-all'
  '1.10.0',
  '1.11.0',
  '1.12.0',
- '1.12.8',
+ '1.12.9',
  '1.13.1',
  '1.13.7',
  '1.14.3'].each {

Reply via email to