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/02/13 23:24:32 UTC

[groovy] branch master updated: update baseline 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


The following commit(s) were added to refs/heads/master by this push:
     new da65ff0  update baseline version
da65ff0 is described below

commit da65ff0afc2bb412d97261697e96fa18bd2a5416
Author: Paul King <pa...@asert.com.au>
AuthorDate: Fri Feb 14 09:24:07 2020 +1000

    update baseline 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 826af9f..6dd9674 100644
--- a/subprojects/binary-compatibility/build.gradle
+++ b/subprojects/binary-compatibility/build.gradle
@@ -48,7 +48,7 @@ Set excludeModules = [
         "performance", "tests-vm8", "binary-compatibility"
 ]
 
-def compatibilityBaselineVersion = "3.0.0-rc-2"
+def compatibilityBaselineVersion = "3.0.0"
 
 def thisProject = project