You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2017/08/08 07:54:41 UTC

groovy git commit: Revert "Bump asm version to 6.0_BETA"

Repository: groovy
Updated Branches:
  refs/heads/master e66f86fb9 -> 5499a910e


Revert "Bump asm version to 6.0_BETA"

This reverts commit e66f86f


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

Branch: refs/heads/master
Commit: 5499a910e381779a982e85f8243821b772175648
Parents: e66f86f
Author: sunlan <su...@apache.org>
Authored: Tue Aug 8 15:54:35 2017 +0800
Committer: sunlan <su...@apache.org>
Committed: Tue Aug 8 15:54:35 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/5499a910/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 3f76fbd..a1b5eac 100644
--- a/build.gradle
+++ b/build.gradle
@@ -156,7 +156,7 @@ configurations {
 
 ext {
     antVersion = '1.9.9'
-    asmVersion = '6.0_BETA'
+    asmVersion = '6.0_ALPHA'
     antlrVersion = '2.7.7'
     bridgerVersion = '1.1.Final'
     coberturaVersion = '1.9.4.1'