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

onichols 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 006c587616 GEODE-10401: Replace 1.15.0 with 1.15.1 as old version
006c587616 is described below

commit 006c58761691409ac3e7ba57be74af3134fd2fde
Author: Owen Nichols <[email protected]>
AuthorDate: Mon Oct 10 13:13:09 2022 -0700

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

diff --git a/settings.gradle b/settings.gradle
index c4d9f38a4d..29831dd8c9 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -110,7 +110,7 @@ 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.0'].each {
+ '1.15.1'].each {
   include 'geode-old-versions:'.concat(it)
 }
 

Reply via email to