You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by cc...@apache.org on 2016/06/03 17:15:09 UTC

groovy git commit: Bump reference version

Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_4_X 4f989414a -> 7390d973d


Bump reference version


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

Branch: refs/heads/GROOVY_2_4_X
Commit: 7390d973d4f9a7053870800e44e8f86bb472e21c
Parents: 4f98941
Author: Cedric Champeau <cc...@apache.org>
Authored: Mon Feb 22 13:09:41 2016 +0100
Committer: Cedric Champeau <cc...@apache.org>
Committed: Fri Jun 3 18:17:52 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/7390d973/gradle/binarycompatibility.gradle
----------------------------------------------------------------------
diff --git a/gradle/binarycompatibility.gradle b/gradle/binarycompatibility.gradle
index 9beef38..d8855fa 100644
--- a/gradle/binarycompatibility.gradle
+++ b/gradle/binarycompatibility.gradle
@@ -42,7 +42,7 @@ if (JavaVersion.current().isJava7Compatible()) {
         apply plugin: 'me.champeau.gradle.japicmp'
     }
 
-    def referenceMinorVersion = '2.4.2'
+    def referenceMinorVersion = '2.4.6'
 
     def prettyPrint = { classOrMethod ->
         "${Modifier.toString(classOrMethod.get()?.modifiers)} ${classOrMethod.get()?.longName}"