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 434cd6d add 1.14.3 to old versions on support/1.14
434cd6d is described below
commit 434cd6de0cb222ea90b85d06c945949e610b4ae3
Author: Dick Cavender <[email protected]>
AuthorDate: Tue Jan 25 16:00:00 2022 -0800
add 1.14.3 to old versions on support/1.14
---
settings.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/settings.gradle b/settings.gradle
index 3062f45..7045269 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -87,7 +87,7 @@ include 'static-analysis:pmd-rules'
'1.12.8',
'1.13.1',
'1.13.7',
- '1.14.2'].each {
+ '1.14.3'].each {
include 'geode-old-versions:'.concat(it)
}