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

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


The following commit(s) were added to refs/heads/support/2.0 by this push:
     new 1f1eec90b6 GEODE-10570: Replace 2.0.0 with 2.0.1 as old version
1f1eec90b6 is described below

commit 1f1eec90b6c7fb8675e6d9ad01effee552941916
Author: JinwooHwang <[email protected]>
AuthorDate: Fri Mar 27 15:18:14 2026 -0400

    GEODE-10570: Replace 2.0.0 with 2.0.1 as old version
    
    Replace 2.0.0 with 2.0.1 in old versions on support/2.0
    to enable rolling upgrade tests from 2.0.1
    
    The serialization version has not changed between 2.0.0 and 2.0.1,
    so there should be no need to keep both
---
 settings.gradle | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/settings.gradle b/settings.gradle
index 9859123055..6d758cf3cd 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -132,9 +132,7 @@ include 'geode-server-all'
  '1.13.8',
  '1.14.0', // Include for SSL protocol configuration changes in 1.14.0
  '1.14.4',
- '2.0.0',
- '2.0.0',
- '2.0.0'].each {
+ '2.0.1'].each {
   include 'geode-old-versions:'.concat(it)
 }
 

Reply via email to