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

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


The following commit(s) were added to refs/heads/support/1.12 by this push:
     new 0d77e56  pare down oldversion list to only latest patch per 
serialization version
0d77e56 is described below

commit 0d77e56ee7a964b7ee7704110069b5aab77841ad
Author: Owen Nichols <[email protected]>
AuthorDate: Thu Dec 30 22:37:03 2021 -0800

    pare down oldversion list to only latest patch per serialization version
    
    (cherry picked from commit 55a3a77707b35592303ff320e2eb5828e0d4083f)
    (cherry picked from commit f8dd56a19fdd9f6d5a0d1ecd0460185bfb41e94a)
---
 settings.gradle | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/settings.gradle b/settings.gradle
index 8cfc2f3..9c93bf9 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -71,7 +71,6 @@ include 'static-analysis:pmd-rules'
 
 
 ['1.0.0-incubating',
- '1.1.0',
  '1.1.1',
  '1.2.0',
  '1.3.0',
@@ -80,18 +79,10 @@ include 'static-analysis:pmd-rules'
  '1.6.0',
  '1.7.0',
  '1.8.0',
- '1.9.0',
- '1.9.1',
  '1.9.2',
  '1.10.0',
  '1.11.0',
  '1.12.0',
- '1.12.1',
- '1.12.2',
- '1.12.3',
- '1.12.4',
- '1.12.5',
- '1.12.6',
  '1.12.7'].each {
   include 'geode-old-versions:'.concat(it)
 }

Reply via email to