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/02/07 08:24:35 UTC

groovy git commit: GROOVY-8075: Bump Ant version to 1.9.9

Repository: groovy
Updated Branches:
  refs/heads/master 4971552b8 -> 59a36cfd2


GROOVY-8075: Bump Ant version to 1.9.9


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

Branch: refs/heads/master
Commit: 59a36cfd20a8ca039bea274e339af6f4c61ef13f
Parents: 4971552b
Author: paulk <pa...@asert.com.au>
Authored: Tue Feb 7 18:24:21 2017 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Tue Feb 7 18:24:21 2017 +1000

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/59a36cfd/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 9343891..22300d4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -144,7 +144,7 @@ configurations {
 }
 
 ext {
-    antVersion = '1.9.7'
+    antVersion = '1.9.9'
     asmVersion = '6.0_ALPHA'
     antlrVersion = '2.7.7'
     bridgerVersion = '1.1.Final'