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 2021/12/15 23:20:27 UTC

[geode] branch support/1.12 updated: add 1.12.7 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 a6e0662  add 1.12.7 to old versions on support/1.12
a6e0662 is described below

commit a6e066277b815ea59ab302ff270d1baf3a8ceddf
Author: Owen Nichols <on...@apache.org>
AuthorDate: Wed Dec 15 15:19:23 2021 -0800

    add 1.12.7 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 32df7e0..8cfc2f3 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -91,7 +91,8 @@ include 'static-analysis:pmd-rules'
  '1.12.3',
  '1.12.4',
  '1.12.5',
- '1.12.6'].each {
+ '1.12.6',
+ '1.12.7'].each {
   include 'geode-old-versions:'.concat(it)
 }