You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by on...@apache.org on 2020/04/25 03:15:34 UTC

[geode] branch support/1.12 updated: add 1.12.0 to old versions on support/1.12

This is an automated email from the ASF dual-hosted git repository.

onichols pushed a commit to branch support/1.12
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/support/1.12 by this push:
     new 99f67b3  add 1.12.0 to old versions on support/1.12
99f67b3 is described below

commit 99f67b31af539fb8066cad6bddc07acbd73f5804
Author: Owen Nichols <on...@pivotal.io>
AuthorDate: Fri Apr 24 20:14:36 2020 -0700

    add 1.12.0 to old versions on support/1.12
---
 settings.gradle | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/settings.gradle b/settings.gradle
index e4fdaf5..501a179 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -84,7 +84,8 @@ include 'static-analysis:pmd-rules'
  '1.9.1',
  '1.9.2',
  '1.10.0',
- '1.11.0'].each {
+ '1.11.0',
+ '1.12.0'].each {
   include 'geode-old-versions:'.concat(it)
 }