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/11 05:47:32 UTC

[geode] branch support/1.13 updated: add missing 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 99ddcd3  add missing old versions
99ddcd3 is described below

commit 99ddcd32d3c29644c6de446c1bf35585de989e77
Author: Owen Nichols <on...@apache.org>
AuthorDate: Fri Dec 10 21:45:19 2021 -0800

    add missing old versions
---
 settings.gradle | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/settings.gradle b/settings.gradle
index b6fa394..bd641ff 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -90,6 +90,8 @@ include 'static-analysis:pmd-rules'
  '1.12.2',
  '1.12.3',
  '1.12.4',
+ '1.12.5',
+ '1.12.6',
  '1.13.0',
  '1.13.1',
  '1.13.2',