This is an automated email from the ASF dual-hosted git repository.

jinwoo pushed a commit to branch support/1.15
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/support/1.15 by this push:
     new 2f36e6ecb0 GEODE-10569: Replace 1.15.2 with 1.15.3 as old version
2f36e6ecb0 is described below

commit 2f36e6ecb08cc57bd1682d813740cd580bb04e33
Author: JinwooHwang <[email protected]>
AuthorDate: Tue Mar 31 14:46:37 2026 -0400

    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
---
 settings.gradle | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/settings.gradle b/settings.gradle
index 29831dd8c9..7f71b2fa55 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -110,7 +110,8 @@ include 'geode-server-all'
  '1.13.8',
  '1.14.0', // Include for SSL protocol configuration changes in 1.14.0
  '1.14.4',
- '1.15.1'].each {
+ '1.15.1',
+ '1.15.3'].each {
   include 'geode-old-versions:'.concat(it)
 }
 

Reply via email to