Skip to content

Commit 1f1eec9

Browse files
committed
GEODE-10570: Replace 2.0.0 with 2.0.1 as old version
Replace 2.0.0 with 2.0.1 in old versions on support/2.0 to enable rolling upgrade tests from 2.0.1 The serialization version has not changed between 2.0.0 and 2.0.1, so there should be no need to keep both
1 parent a0782d4 commit 1f1eec9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

settings.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,7 @@ include 'geode-server-all'
132132
'1.13.8',
133133
'1.14.0', // Include for SSL protocol configuration changes in 1.14.0
134134
'1.14.4',
135-
'2.0.0',
136-
'2.0.0',
137-
'2.0.0'].each {
135+
'2.0.1'].each {
138136
include 'geode-old-versions:'.concat(it)
139137
}
140138

0 commit comments

Comments
 (0)