You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by di...@apache.org on 2021/10/25 17:22:27 UTC

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

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

dixie 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 4588ed4  add 1.12.5 to old versions on support/1.12
4588ed4 is described below

commit 4588ed4552864f24618c6a1ab4d67cc253e858f3
Author: Dick Cavender <di...@apache.org>
AuthorDate: Mon Oct 25 10:21:28 2021 -0700

    add 1.12.5 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 f344502..a29bd5c 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -89,7 +89,8 @@ include 'static-analysis:pmd-rules'
  '1.12.1',
  '1.12.2',
  '1.12.3',
- '1.12.4'].each {
+ '1.12.4',
+ '1.12.5'].each {
   include 'geode-old-versions:'.concat(it)
 }