Skip to content

Commit 096f606

Browse files
committed
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
1 parent 1f113b5 commit 096f606

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +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.1'].each {
135+
'2.0.2'].each {
136136
include 'geode-old-versions:'.concat(it)
137137
}
138138

0 commit comments

Comments
 (0)