You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by ms...@apache.org on 2014/09/16 10:29:46 UTC

[3/3] git commit: Moved to latest selenium level 2.43.1. This seems to fix an intermittent problem that sometimes occurred during test execution.

Moved to latest selenium level 2.43.1. This seems to fix an intermittent
problem that sometimes occurred during test execution.


Project: http://git-wip-us.apache.org/repos/asf/portals-pluto/repo
Commit: http://git-wip-us.apache.org/repos/asf/portals-pluto/commit/f2944eb0
Tree: http://git-wip-us.apache.org/repos/asf/portals-pluto/tree/f2944eb0
Diff: http://git-wip-us.apache.org/repos/asf/portals-pluto/diff/f2944eb0

Branch: refs/heads/master
Commit: f2944eb0d8f56c70b456743632f91aa47cfb6865
Parents: d77c81c
Author: Scott Nicklous <ms...@apache.org>
Authored: Tue Sep 16 10:06:40 2014 +0200
Committer: Scott Nicklous <ms...@apache.org>
Committed: Tue Sep 16 10:27:16 2014 +0200

----------------------------------------------------------------------
 portlet-tck_3.0/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/f2944eb0/portlet-tck_3.0/pom.xml
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/pom.xml b/portlet-tck_3.0/pom.xml
index b51bb0f..df75179 100644
--- a/portlet-tck_3.0/pom.xml
+++ b/portlet-tck_3.0/pom.xml
@@ -210,7 +210,7 @@
          <dependency>
             <groupId>org.seleniumhq.selenium</groupId>
             <artifactId>selenium-java</artifactId>
-            <version>2.42.2</version>
+            <version>2.43.1</version>
             <scope>test</scope>
          </dependency>
       </dependencies>