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 a010704 add 1.13.7 to old versions on develop (#7292)
a010704 is described below
commit a0107045508af083381e2201e9989c6c9d0d5767
Author: Dick Cavender <[email protected]>
AuthorDate: Thu Jan 20 15:51:59 2022 -0800
add 1.13.7 to old versions on develop (#7292)
(cherry picked from commit a2ed24199f59f89fb87deca81280e243115f18a9)
---
settings.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/settings.gradle b/settings.gradle
index 4fff627..3062f45 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -86,7 +86,7 @@ include 'static-analysis:pmd-rules'
'1.12.0',
'1.12.8',
'1.13.1',
- '1.13.6',
+ '1.13.7',
'1.14.2'].each {
include 'geode-old-versions:'.concat(it)
}