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

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


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

commit ea783016b775e45f59ca17bc08a40d90921ffa4f
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.13
    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 9c10bd6..a75c807 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -85,7 +85,7 @@ include 'static-analysis:pmd-rules'
  '1.12.0',
  '1.12.9',
  '1.13.1',
- '1.13.7'].each {
+ '1.13.8'].each {
   include 'geode-old-versions:'.concat(it)
 }
 

Reply via email to