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

JinwooHwang 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 3fe72241d3 GEODE-10584: Replace 2.0.1 with 2.0.2 as old version
3fe72241d3 is described below

commit 3fe72241d3e5ad20fe69a7637888d7a77e1374b9
Author: JinwooHwang <[email protected]>
AuthorDate: Sat May 30 06:32:13 2026 -0400

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

diff --git a/settings.gradle b/settings.gradle
index da503ea1ff..491696ce52 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -133,6 +133,7 @@ include 'geode-server-all'
  '1.14.0', // Include for SSL protocol configuration changes in 1.14.0
  '1.14.4',
  '2.0.2',
+ '2.0.2',
  '2.0.2'].each {
   include 'geode-old-versions:'.concat(it)
 }

Reply via email to