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/07/27 23:35:18 UTC

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

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 529737f  add 1.12.4 to old versions on support/1.13
529737f is described below

commit 529737f6de0c7969f208c9774eec9dc6406557f4
Author: Dick Cavender <di...@apache.org>
AuthorDate: Mon Jul 26 16:07:07 2021 -0700

    add 1.12.4 to old versions on support/1.13
    
    (cherry picked from commit 9b139117d1e47e543466ab18b75dc5ea75fe83b5)
    (cherry picked from commit 841b1dc3f2368d466feae7533b6e5e4b0fc7a885)
---
 settings.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/settings.gradle b/settings.gradle
index ff3e72d..764537f 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -89,6 +89,7 @@ include 'static-analysis:pmd-rules'
  '1.12.1',
  '1.12.2',
  '1.12.3',
+ '1.12.4',
  '1.13.0',
  '1.13.1',
  '1.13.2',