Skip to content

Commit 006c587

Browse files
GEODE-10401: Replace 1.15.0 with 1.15.1 as old version
Replace 1.15.0 with 1.15.1 in old versions on support/1.15 to enable rolling upgrade tests from 1.15.1 The serialization version has not changed between 1.15.0 and 1.15.1, so there should be no need to keep both
1 parent 10582d0 commit 006c587

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
@@ -110,7 +110,7 @@ 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.0'].each {
113+
'1.15.1'].each {
114114
include 'geode-old-versions:'.concat(it)
115115
}
116116

0 commit comments

Comments
 (0)