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/04/21 19:24:42 UTC

[geode] 02/02: add 1.12.2 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

commit 818292abd4e1d751fb02a199db62d1ee7c2f67f9
Author: Owen Nichols <on...@apache.org>
AuthorDate: Wed Apr 21 12:22:31 2021 -0700

    add 1.12.2 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 39d5ad9..c4ad4a3 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -86,7 +86,8 @@ include 'static-analysis:pmd-rules'
  '1.10.0',
  '1.11.0',
  '1.12.0',
- '1.12.1'].each {
+ '1.12.1',
+ '1.12.2'].each {
   include 'geode-old-versions:'.concat(it)
 }