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 096f606f4b GEODE-10584: Replace 2.0.1 with 2.0.2 as old version
096f606f4b is described below
commit 096f606f4b6d530b7a6e8fb156a846649bba53a1
Author: JinwooHwang <[email protected]>
AuthorDate: Sat May 30 06:20:07 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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/settings.gradle b/settings.gradle
index 6d758cf3cd..3ce68d4234 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -132,7 +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.1'].each {
+ '2.0.2'].each {
include 'geode-old-versions:'.concat(it)
}