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 e8d5160c57 GEODE-10584: Replace 2.0.1 with 2.0.2 as old version
e8d5160c57 is described below
commit e8d5160c577660ad6254ed8051a1565b8064d15e
Author: JinwooHwang <[email protected]>
AuthorDate: Sat May 30 06:29:57 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 3ce68d4234..da503ea1ff 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -132,6 +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.2',
'2.0.2'].each {
include 'geode-old-versions:'.concat(it)
}