Repository: tapestry-5 Updated Branches: refs/heads/master b97072ec9 -> 5397f3a48
Revert "update Selenium", breaks build on JDK6 This reverts commit b97072ec9aef6e6904c4c02d36f103eb7a9b2a42. Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/5397f3a4 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/5397f3a4 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/5397f3a4 Branch: refs/heads/master Commit: 5397f3a4819c3c237c7d2fdb37bc5dac48880eb5 Parents: b97072e Author: Jochen Kemnade <[email protected]> Authored: Thu Jul 30 09:53:50 2015 +0200 Committer: Jochen Kemnade <[email protected]> Committed: Thu Jul 30 09:53:50 2015 +0200 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/5397f3a4/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 7ff99a3..5506908 100755 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ project.ext.versions = [ hibernate: "4.3.6.Final", slf4j: "1.7.12", geb: "0.10.0", - selenium: "2.47.0" + selenium: "2.46.0" ] ext.continuousIntegrationBuild = Boolean.getBoolean("ci")
