This is an automated email from the ASF dual-hosted git repository.
onichols pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/develop by this push:
new 406c8b4 add 1.12.1 to old versions on develop (#6057)
406c8b4 is described below
commit 406c8b4db24cb2a9384b5ab9389c1aed3b0cf802
Author: Owen Nichols <[email protected]>
AuthorDate: Thu Feb 25 21:56:17 2021 -0800
add 1.12.1 to old versions on develop (#6057)
---
settings.gradle | 1 +
1 file changed, 1 insertion(+)
diff --git a/settings.gradle b/settings.gradle
index 3026fca..4c61b09 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -87,6 +87,7 @@ include 'static-analysis:pmd-rules'
'1.10.0',
'1.11.0',
'1.12.0',
+ '1.12.1',
'1.13.0',
'1.13.1'].each {
include 'geode-old-versions:'.concat(it)