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

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


The following commit(s) were added to refs/heads/support/1.14 by this push:
     new 2fe5703  GEODE-10100: Replace 1.13.7 with 1.13.8 as old version
2fe5703 is described below

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

diff --git a/settings.gradle b/settings.gradle
index a439c38..6896303 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -86,7 +86,7 @@ include 'static-analysis:pmd-rules'
  '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