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 9ce5afc8b3 GEODE-10467: Add 2.0.0 as old version
9ce5afc8b3 is described below
commit 9ce5afc8b344e344a2c2d88914ee24c9d5f7016f
Author: Jinwoo Hwang <[email protected]>
AuthorDate: Thu Dec 18 05:37:51 2025 -0500
GEODE-10467: Add 2.0.0 as old version
Add 2.0.0 in old versions and set as Benchmarks baseline on support/2.0
to enable rolling upgrade tests from 2.0.0
---
settings.gradle | 1 +
1 file changed, 1 insertion(+)
diff --git a/settings.gradle b/settings.gradle
index 7b19f26f41..dec79e64cf 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.0',
'2.0.0'].each {
include 'geode-old-versions:'.concat(it)
}