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/02/26 05:18:18 UTC

[geode] branch support/1.13 updated: add 1.12.1 to old versions

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

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


The following commit(s) were added to refs/heads/support/1.13 by this push:
     new 1a278a2  add 1.12.1 to old versions
1a278a2 is described below

commit 1a278a2db6c1fac2053a6337bf1ab45687ed4ef6
Author: Owen Nichols <on...@apache.org>
AuthorDate: Thu Feb 25 20:24:24 2021 -0800

    add 1.12.1 to old versions
    
    (cherry picked from commit e8928a716918857a1ff10a3c0a5678de907961b3)
---
 settings.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/settings.gradle b/settings.gradle
index e9979a6..aabceb0 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -86,6 +86,7 @@ include 'static-analysis:pmd-rules'
  '1.10.0',
  '1.11.0',
  '1.12.0',
+ '1.12.1',
  '1.13.0',
  '1.13.1'].each {
   include 'geode-old-versions:'.concat(it)