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/06/24 23:29:31 UTC

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

commit 0f278cf88b988647d2320814bdcc81c5a320444f
Author: Owen Nichols <on...@apache.org>
AuthorDate: Thu Jun 24 16:22:42 2021 -0700

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