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 2020/11/18 00:31:52 UTC

[geode] branch master updated: add 1.13.1 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 master
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/master by this push:
     new b0895ef  add 1.13.1 to old versions on support/1.13
b0895ef is described below

commit b0895ef1b8331b30e678a97b660f0fbf975250b7
Author: Dick Cavender <di...@apache.org>
AuthorDate: Tue Nov 17 16:27:02 2020 -0800

    add 1.13.1 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 501a179..b7270d4 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -85,7 +85,8 @@ include 'static-analysis:pmd-rules'
  '1.9.2',
  '1.10.0',
  '1.11.0',
- '1.12.0'].each {
+ '1.12.0',
+ '1.13.1'].each {
   include 'geode-old-versions:'.concat(it)
 }