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

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


The following commit(s) were added to refs/heads/support/1.14 by this push:
     new eda6084  GEODE-10101: Replace 1.14.3 with 1.14.4 as old version
eda6084 is described below

commit eda6084109e76d7d6fbf3359dee6d8e28b9c099e
Author: Dick Cavender <[email protected]>
AuthorDate: Fri Mar 18 09:50:08 2022 -0700

    GEODE-10101: Replace 1.14.3 with 1.14.4 as old version
    
    Replace 1.14.3 with 1.14.4 in old versions on support/1.14
    to enable rolling upgrade tests from 1.14.4
    
    The serialization version has not changed between 1.14.3 and 1.14.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 6896303..60f26bf 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -87,7 +87,7 @@ include 'static-analysis:pmd-rules'
  '1.12.9',
  '1.13.1',
  '1.13.8',
- '1.14.3'].each {
+ '1.14.4'].each {
   include 'geode-old-versions:'.concat(it)
 }
 

Reply via email to