Skip to content

Commit 2f36e6e

Browse files
committed
GEODE-10569: Replace 1.15.2 with 1.15.3 as old version
Replace 1.15.2 with 1.15.3 in old versions on support/1.15 to enable rolling upgrade tests from 1.15.3 The serialization version has not changed between 1.15.2 and 1.15.3, so there should be no need to keep both
1 parent f181311 commit 2f36e6e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

settings.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ include 'geode-server-all'
110110
'1.13.8',
111111
'1.14.0', // Include for SSL protocol configuration changes in 1.14.0
112112
'1.14.4',
113-
'1.15.1'].each {
113+
'1.15.1',
114+
'1.15.3'].each {
114115
include 'geode-old-versions:'.concat(it)
115116
}
116117

0 commit comments

Comments
 (0)