You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by di...@apache.org on 2021/07/29 19:53:20 UTC

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

This is an automated email from the ASF dual-hosted git repository.

dixie 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 16bffcc  add 1.13.4 to old versions on support/1.13
16bffcc is described below

commit 16bffcc0fdf59a49e63990ea69669c48754858b8
Author: Dick Cavender <di...@apache.org>
AuthorDate: Thu Jul 29 12:49:31 2021 -0700

    add 1.13.4 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 764537f..e5fa6ff 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -93,7 +93,8 @@ include 'static-analysis:pmd-rules'
  '1.13.0',
  '1.13.1',
  '1.13.2',
- '1.13.3'].each {
+ '1.13.3',
+ '1.13.4'].each {
   include 'geode-old-versions:'.concat(it)
 }