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 2017/12/13 07:05:21 UTC

groovy git commit: bump reference version for binary compatibility

Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_5_X d3868525f -> 863cfeed3


bump reference version for binary compatibility


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/863cfeed
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/863cfeed
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/863cfeed

Branch: refs/heads/GROOVY_2_5_X
Commit: 863cfeed33c545fe458eba7ad1cfbe92e7aa5d1a
Parents: d386852
Author: paulk <pa...@asert.com.au>
Authored: Wed Dec 13 17:04:58 2017 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Wed Dec 13 17:05:15 2017 +1000

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/863cfeed/gradle/binarycompatibility.gradle
----------------------------------------------------------------------
diff --git a/gradle/binarycompatibility.gradle b/gradle/binarycompatibility.gradle
index 7ed12df..cf6f621 100644
--- a/gradle/binarycompatibility.gradle
+++ b/gradle/binarycompatibility.gradle
@@ -47,7 +47,7 @@ allprojects {
     }
 }
 
-def referenceMinorVersion = '2.4.7'
+def referenceMinorVersion = '2.4.13'
 
 def prettyPrint = { classOrMethod ->
     "${Modifier.toString(classOrMethod.get()?.modifiers)} ${classOrMethod.get()?.longName}"