You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by pa...@apache.org on 2015/06/04 07:32:26 UTC

incubator-groovy git commit: GROOVY-7455: Upgrade Ant to 1.9.5

Repository: incubator-groovy
Updated Branches:
  refs/heads/master a4eca0fd5 -> 968dd6ce9


GROOVY-7455: Upgrade Ant to 1.9.5


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

Branch: refs/heads/master
Commit: 968dd6ce9910152f714b1d5f8a62de21b561c725
Parents: a4eca0f
Author: Paul King <pa...@asert.com.au>
Authored: Thu Jun 4 15:32:15 2015 +1000
Committer: Paul King <pa...@asert.com.au>
Committed: Thu Jun 4 15:32:15 2015 +1000

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


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/968dd6ce/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index b081bda..0f4c109 100644
--- a/build.gradle
+++ b/build.gradle
@@ -98,7 +98,7 @@ configurations {
 }
 
 ext {
-    antVersion = '1.9.4'
+    antVersion = '1.9.5'
     asmVersion = '5.0.3'
     antlrVersion = '2.7.7'
     coberturaVersion = '1.9.4.1'