This is an automated email from the ASF dual-hosted git repository.
dixie 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 248ae4d add 1.13.7 to old versions on support/1.13
248ae4d is described below
commit 248ae4d507b9eeebd75493030836094c1229714c
Author: Dick Cavender <[email protected]>
AuthorDate: Thu Jan 20 14:59:45 2022 -0800
add 1.13.7 to old versions on support/1.13
---
settings.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/settings.gradle b/settings.gradle
index 6e2d23b..e0acfae 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -85,7 +85,7 @@ include 'static-analysis:pmd-rules'
'1.12.0',
'1.12.8',
'1.13.1',
- '1.13.6'].each {
+ '1.13.7'].each {
include 'geode-old-versions:'.concat(it)
}