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

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


The following commit(s) were added to refs/heads/develop by this push:
     new f2b9b90  GEODE-10100: Replace 1.13.7 with 1.13.8 as old version (#7447)
f2b9b90 is described below

commit f2b9b903b9878d715b1ccb4382cb57549018d290
Author: Dick Cavender <1934150+dick...@users.noreply.github.com>
AuthorDate: Tue Mar 15 23:03:47 2022 -0700

    GEODE-10100: Replace 1.13.7 with 1.13.8 as old version (#7447)
    
    Replace 1.13.7 with 1.13.8 in old versions on develop 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
---
 settings.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/settings.gradle b/settings.gradle
index 66edcc1..780452a 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -87,7 +87,7 @@ include 'geode-server-all'
  '1.12.9',
  '1.13.0', // Include for SSL protocol configuration changes in 1.13.1
  '1.13.1',
- '1.13.7',
+ '1.13.8',
  '1.14.0', // Include for SSL protocol configuration changes in 1.14.0
  '1.14.3'].each {
   include 'geode-old-versions:'.concat(it)

Reply via email to