This is an automated email from the ASF dual-hosted git repository.
onichols pushed a commit to branch support/1.13
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/support/1.13 by this push:
new f8dd56a pare down oldversion list to only latest patch per
serialization version
f8dd56a is described below
commit f8dd56a19fdd9f6d5a0d1ecd0460185bfb41e94a
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)
---
settings.gradle | 14 --------------
1 file changed, 14 deletions(-)
diff --git a/settings.gradle b/settings.gradle
index d9211f8..ec2ded3 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,25 +79,12 @@ 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',
- '1.13.0',
'1.13.1',
- '1.13.2',
- '1.13.3',
- '1.13.4',
- '1.13.5',
'1.13.6'].each {
include 'geode-old-versions:'.concat(it)
}