This is an automated email from the ASF dual-hosted git repository.
onichols 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 55a3a77 pare down oldversion list to only latest patch per
serialization version
55a3a77 is described below
commit 55a3a77707b35592303ff320e2eb5828e0d4083f
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
---
settings.gradle | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/settings.gradle b/settings.gradle
index ee9dbb0..035b837 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -72,7 +72,6 @@ include 'static-analysis:pmd-rules'
['1.0.0-incubating',
- '1.1.0',
'1.1.1',
'1.2.0',
'1.3.0',
@@ -81,28 +80,13 @@ 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',
- '1.14.0',
- '1.14.1',
'1.14.2'].each {
include 'geode-old-versions:'.concat(it)
}