You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2012/10/20 02:11:24 UTC

[3/3] git commit: Upgrade to latest Spock (0.7) and Groovy (2.0.5)

Upgrade to latest Spock (0.7) and Groovy (2.0.5)


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/756fb1a5
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/756fb1a5
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/756fb1a5

Branch: refs/heads/5.4-js-rewrite
Commit: 756fb1a54fc9a87c3ddd799303942ca5046881d8
Parents: 0198b83
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Fri Oct 19 16:29:25 2012 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Fri Oct 19 16:29:25 2012 -0700

----------------------------------------------------------------------
 build.gradle |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/756fb1a5/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index e059963..61c576e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -15,9 +15,10 @@ project.ext.versions = [
     testng: "5.14.10",
     easymock: "3.0",
     servletapi: "2.5",
-    spock: "0.6-groovy-1.8",
+    spock: "0.7-groovy-2.0",
     hibernate: "4.1.2.Final",
-    wro4j: "1.4.6"
+    wro4j: "1.5.0",
+    groovy: "2.0.5"
 ]
 
 // Provided so that the CI server can override the normal version number for nightly builds.
@@ -148,7 +149,7 @@ subprojects {
     }
 
     dependencies {
-        groovy "org.codehaus.groovy:groovy-all:1.8.6"
+        groovy "org.codehaus.groovy:groovy-all:${versions.groovy}"
 
         deployerJars "org.apache.maven.wagon:wagon-http-lightweight:1.0-beta-6"
     }