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 2020/05/18 02:13:08 UTC

[groovy] 01/02: bump binary compatibility version

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

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

commit 634de970833bca6bb59cc613c9a66779ee0a86eb
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon May 18 12:09:58 2020 +1000

    bump binary compatibility version
---
 subprojects/binary-compatibility/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/subprojects/binary-compatibility/build.gradle b/subprojects/binary-compatibility/build.gradle
index ead7e47..6f5c232 100644
--- a/subprojects/binary-compatibility/build.gradle
+++ b/subprojects/binary-compatibility/build.gradle
@@ -48,7 +48,7 @@ Set excludeModules = [
         "performance", "binary-compatibility", "tests-preview"
 ]
 
-def compatibilityBaselineVersion = "3.0.2"
+def compatibilityBaselineVersion = "3.0.3"
 
 def thisProject = project