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 fc017c1  GEODE-10100: Replace 1.13.7 with 1.13.8 as old version
fc017c1 is described below

commit fc017c1776b6a71cf602c0149bbcb82c5b159cce
Author: Dick Cavender <[email protected]>
AuthorDate: Tue Mar 15 15:04:28 2022 -0700

    GEODE-10100: Replace 1.13.7 with 1.13.8 as old version
    
    Replace 1.13.7 with 1.13.8 in old versions on support/1.15
    to enable rolling upgrade tests from 1.13.8
    
    The serialization version has not changed between 1.13.7 and 1.13.8,
    so there should be no need to keep both
    
    (cherry picked from commit ea783016b775e45f59ca17bc08a40d90921ffa4f)
    (cherry picked from commit 2fe5703543ffaece70ea8161f0fb5d81ed3ee78d)
---
 settings.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/settings.gradle b/settings.gradle
index c8d3931..52c1028 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -85,7 +85,7 @@ include 'geode-server-all'
  '1.12.0',
  '1.12.9',
  '1.13.1',
- '1.13.7',
+ '1.13.8',
  '1.14.3'].each {
   include 'geode-old-versions:'.concat(it)
 }

Reply via email to