You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by ul...@apache.org on 2013/02/27 14:28:27 UTC

[2/2] git commit: bump version number to be compatible with eclipse-groovy integration

Updated Branches:
  refs/heads/master 3af335185 -> f10fc6bd2


bump version number to be compatible with eclipse-groovy integration


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

Branch: refs/heads/master
Commit: f10fc6bd2f9db136089d1e00fe60b290ec1f4b99
Parents: 92cb991
Author: Ulrich Staerk <ul...@apache.org>
Authored: Wed Feb 27 13:07:57 2013 +0100
Committer: Ulrich Staerk <ul...@apache.org>
Committed: Wed Feb 27 13:07:57 2013 +0100

----------------------------------------------------------------------
 build.gradle |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/f10fc6bd/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index a0556b5..516c6d5 100755
--- a/build.gradle
+++ b/build.gradle
@@ -20,7 +20,7 @@ project.ext.versions = [
     servletapi: "2.5",
     spock: "0.7-groovy-2.0",
     hibernate: "4.1.2.Final",
-    groovy: "2.0.5",
+    groovy: "2.0.6",
     slf4j: "1.7.2"
 ]