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 6388d61  GEODE-10099: Add 1.12.9 as old version
6388d61 is described below

commit 6388d6170d93d52782a0f831944e54c5cb2f741f
Author: Dick Cavender <[email protected]>
AuthorDate: Wed Mar 9 18:09:43 2022 -0800

    GEODE-10099: Add 1.12.9 as old version
    
    Adds 1.12.9 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 84d045d..37b474d 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'].each {
+ '1.12.9'].each {
   include 'geode-old-versions:'.concat(it)
 }
 

Reply via email to