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

onichols pushed a commit to branch support/1.14
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/support/1.14 by this push:
     new bbfd6de  add 1.14.2 to old versions on support/1.14
bbfd6de is described below

commit bbfd6de94b5203c3bba6df69da426bb9bf93dd6f
Author: Owen Nichols <[email protected]>
AuthorDate: Wed Dec 15 15:50:23 2021 -0800

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

diff --git a/settings.gradle b/settings.gradle
index e8dd408..a6bc038 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -100,7 +100,8 @@ include 'static-analysis:pmd-rules'
  '1.13.4',
  '1.13.5',
  '1.14.0',
- '1.14.1'].each {
+ '1.14.1',
+ '1.14.2'].each {
   include 'geode-old-versions:'.concat(it)
 }
 

Reply via email to