You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ec...@apache.org on 2020/04/01 14:43:05 UTC

[geode] branch develop updated: add 1.12.0 to old versions (#4888)

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

echobravo 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 36efe4d  add 1.12.0 to old versions (#4888)
36efe4d is described below

commit 36efe4df3d88c1e5a2e8ea3ba709f01464ec9d77
Author: Ernie Burghardt <eb...@pivotal.io>
AuthorDate: Wed Apr 1 07:42:35 2020 -0700

    add 1.12.0 to old versions (#4888)
---
 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)
 }