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:19:46 UTC

[geode] branch support/1.14 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.14
in repository https://gitbox.apache.org/repos/asf/geode.git


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

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

    add 1.12.1 to old versions
---
 settings.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/settings.gradle b/settings.gradle
index 3026fca..4c61b09 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -87,6 +87,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)