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 b1247eb32f GEODE-10467: Add 2.0.0 as old version
b1247eb32f is described below
commit b1247eb32f560e5927d3ec0eb886d84905e8e011
Author: Jinwoo Hwang <[email protected]>
AuthorDate: Thu Dec 18 05:39:37 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 dec79e64cf..9859123055 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.0',
+ '2.0.0',
'2.0.0'].each {
include 'geode-old-versions:'.concat(it)
}