You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2019/01/09 05:22:37 UTC

[groovy] branch GROOVY_2_5_X updated: bump baseline version

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

paulk pushed a commit to branch GROOVY_2_5_X
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/GROOVY_2_5_X by this push:
     new 241df9a  bump baseline version
241df9a is described below

commit 241df9a211394b7e12fd9d5a30ab9b1a661c521a
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Jan 9 15:22:26 2019 +1000

    bump baseline version
---
 gradle/binarycompatibility.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/binarycompatibility.gradle b/gradle/binarycompatibility.gradle
index 4d05cd7..ce82730 100644
--- a/gradle/binarycompatibility.gradle
+++ b/gradle/binarycompatibility.gradle
@@ -43,7 +43,7 @@ def excludeModules = [
 
 Set projectsToCheck = allprojects.findAll{ !(it.name in excludeModules) }
 
-def compatibilityBaselineVersion = '2.4.15'
+def compatibilityBaselineVersion = '2.4.16'
 
 allprojects {
     if (project in projectsToCheck) {