You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jk...@apache.org on 2016/04/19 10:43:22 UTC

[1/2] tapestry-5 git commit: remove JDK 6 Travis build configuration

Repository: tapestry-5
Updated Branches:
  refs/heads/master fa1852486 -> 21170629b


remove JDK 6 Travis build configuration


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

Branch: refs/heads/master
Commit: 664cfb80b8ac181093474c693d039037457410cf
Parents: fa18524
Author: Jochen Kemnade <jk...@apache.org>
Authored: Tue Apr 19 10:32:06 2016 +0200
Committer: Jochen Kemnade <jk...@apache.org>
Committed: Tue Apr 19 10:32:06 2016 +0200

----------------------------------------------------------------------
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/664cfb80/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 4b55e9b..3977199 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,6 @@ language: java
 
 jdk:
   - oraclejdk8
-  - openjdk6
 
 before_install:
   - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"


[2/2] tapestry-5 git commit: update SLF4J, Geb, and Selenium

Posted by jk...@apache.org.
update SLF4J, Geb, and Selenium


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

Branch: refs/heads/master
Commit: 21170629b538bc410ed3e1acf3b9aef70557edc6
Parents: 664cfb8
Author: Jochen Kemnade <jk...@apache.org>
Authored: Tue Apr 19 10:42:45 2016 +0200
Committer: Jochen Kemnade <jk...@apache.org>
Committed: Tue Apr 19 10:42:45 2016 +0200

----------------------------------------------------------------------
 build.gradle | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/21170629/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 13bf646..8652c15 100755
--- a/build.gradle
+++ b/build.gradle
@@ -16,9 +16,9 @@ project.ext.versions = [
     servletapi: "2.5",
     spock: "1.0-groovy-2.3",
     hibernate: "4.3.6.Final",
-    slf4j: "1.7.19",
-    geb: "0.10.0",
-    selenium: "2.46.0"
+    slf4j: "1.7.21",
+    geb: "0.13.1",
+    selenium: "2.53.0"
 ]
 
 ext.continuousIntegrationBuild = Boolean.getBoolean("ci")


[2/2] tapestry-5 git commit: update SLF4J, Geb, and Selenium

Posted by jk...@apache.org.
update SLF4J, Geb, and Selenium


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

Branch: refs/heads/master
Commit: 21170629b538bc410ed3e1acf3b9aef70557edc6
Parents: 664cfb8
Author: Jochen Kemnade <jk...@apache.org>
Authored: Tue Apr 19 10:42:45 2016 +0200
Committer: Jochen Kemnade <jk...@apache.org>
Committed: Tue Apr 19 10:42:45 2016 +0200

----------------------------------------------------------------------
 build.gradle | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/21170629/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 13bf646..8652c15 100755
--- a/build.gradle
+++ b/build.gradle
@@ -16,9 +16,9 @@ project.ext.versions = [
     servletapi: "2.5",
     spock: "1.0-groovy-2.3",
     hibernate: "4.3.6.Final",
-    slf4j: "1.7.19",
-    geb: "0.10.0",
-    selenium: "2.46.0"
+    slf4j: "1.7.21",
+    geb: "0.13.1",
+    selenium: "2.53.0"
 ]
 
 ext.continuousIntegrationBuild = Boolean.getBoolean("ci")