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/10/08 13:02:36 UTC

[13/30] 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/1b3844d3
Tree: http://git-wip-us.apache.org/repos/asf/portals-pluto/tree/1b3844d3
Diff: http://git-wip-us.apache.org/repos/asf/portals-pluto/diff/1b3844d3

Branch: refs/heads/master
Commit: 1b3844d30dab3d15f5ecf61da7efaa60037d72af
Parents: 9a59ada
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:06:40 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/1b3844d3/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>