This is an automated email from the ASF dual-hosted git repository.
onichols 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 d61202d add 1.13.6 to old versions on support/1.13
d61202d is described below
commit d61202de8df17d1127b31ff519ba1c42db1c630a
Author: Owen Nichols <[email protected]>
AuthorDate: Wed Dec 15 15:34:57 2021 -0800
add 1.13.6 to old versions on support/1.13
---
settings.gradle | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/settings.gradle b/settings.gradle
index bd641ff..139dd3e 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -97,7 +97,8 @@ include 'static-analysis:pmd-rules'
'1.13.2',
'1.13.3',
'1.13.4',
- '1.13.5'].each {
+ '1.13.5',
+ '1.13.6'].each {
include 'geode-old-versions:'.concat(it)
}