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/16 01:58:33 UTC

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

commit ce81f0987c4643290681bec9f7dc470a0bead610
Author: Owen Nichols <on...@apache.org>
AuthorDate: Wed Dec 15 17:56:15 2021 -0800

    add 1.12.7 to old versions on support/1.13
---
 settings.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/settings.gradle b/settings.gradle
index 139dd3e..d9211f8 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -92,6 +92,7 @@ include 'static-analysis:pmd-rules'
  '1.12.4',
  '1.12.5',
  '1.12.6',
+ '1.12.7',
  '1.13.0',
  '1.13.1',
  '1.13.2',