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

JinwooHwang 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 89b1f16a02 GEODE-10585: Replace 1.15.3 with 1.15.4 as old version
89b1f16a02 is described below

commit 89b1f16a024946aa158e0cb948371392f45a0749
Author: JinwooHwang <[email protected]>
AuthorDate: Sat May 30 08:55:02 2026 -0400

    GEODE-10585: Replace 1.15.3 with 1.15.4 as old version
    
    Replace 1.15.3 with 1.15.4 in old versions on support/1.15
    to enable rolling upgrade tests from 1.15.4
    
    The serialization version has not changed between 1.15.3 and 1.15.4,
    so there should be no need to keep both
---
 settings.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to