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

commit 381016236432eedd29c2e9dd6ce96d21937bb4a2
Author: Dick Cavender <[email protected]>
AuthorDate: Thu Jan 20 15:51:59 2022 -0800

    add 1.13.7 to old versions on develop (#7292)
    
    (cherry picked from commit a2ed24199f59f89fb87deca81280e243115f18a9)
---
 settings.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/settings.gradle b/settings.gradle
index d7d1f43..20e4eb6 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -85,7 +85,7 @@ include 'geode-server-all'
  '1.12.0',
  '1.12.8',
  '1.13.1',
- '1.13.6',
+ '1.13.7',
  '1.14.2'].each {
   include 'geode-old-versions:'.concat(it)
 }

Reply via email to