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 4d50391 add missing old versions
4d50391 is described below
commit 4d503916c30d4a81bae37cc00489c0da4a15979f
Author: Owen Nichols <[email protected]>
AuthorDate: Fri Dec 10 21:44:31 2021 -0800
add missing old versions
---
settings.gradle | 3 +++
1 file changed, 3 insertions(+)
diff --git a/settings.gradle b/settings.gradle
index 764c643..e8dd408 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -91,11 +91,14 @@ include 'static-analysis:pmd-rules'
'1.12.2',
'1.12.3',
'1.12.4',
+ '1.12.5',
+ '1.12.6',
'1.13.0',
'1.13.1',
'1.13.2',
'1.13.3',
'1.13.4',
+ '1.13.5',
'1.14.0',
'1.14.1'].each {
include 'geode-old-versions:'.concat(it)