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 03:36:42 UTC

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

commit aace503c2ac582a2d871f5233b1e9aaa92b6e8e8
Author: Owen Nichols <on...@apache.org>
AuthorDate: Fri Dec 10 19:35:35 2021 -0800

    add 1.13.5 to old versions on support/1.13
---
 settings.gradle | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/settings.gradle b/settings.gradle
index e5fa6ff..b6fa394 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -94,7 +94,8 @@ include 'static-analysis:pmd-rules'
  '1.13.1',
  '1.13.2',
  '1.13.3',
- '1.13.4'].each {
+ '1.13.4',
+ '1.13.5'].each {
   include 'geode-old-versions:'.concat(it)
 }