You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2016/07/12 06:23:17 UTC

svn commit: r1752244 - in /myfaces/tobago/trunk/tobago-example: tobago-example-demo/pom.xml tobago-example-test/pom.xml

Author: deki
Date: Tue Jul 12 06:23:17 2016
New Revision: 1752244

URL: http://svn.apache.org/viewvc?rev=1752244&view=rev
Log:
TOBAGO-1473: updated Selenium to 2.53.1 to fix Firefox problems

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml
    myfaces/tobago/trunk/tobago-example/tobago-example-test/pom.xml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml?rev=1752244&r1=1752243&r2=1752244&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/pom.xml Tue Jul 12 06:23:17 2016
@@ -33,7 +33,7 @@
     <arquillian.browser>firefox</arquillian.browser>
     <!-- phantomjs works not with CSP (report-only) -->
     <!--<arquillian.browser>phantomjs</arquillian.browser>-->
-    <selenium.version>2.53.0</selenium.version>
+    <selenium.version>2.53.1</selenium.version>
   </properties>
   <build>
     <finalName>tobago-example-demo</finalName>

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-test/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-test/pom.xml?rev=1752244&r1=1752243&r2=1752244&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-test/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-test/pom.xml Tue Jul 12 06:23:17 2016
@@ -87,7 +87,7 @@
     <dependency>
       <groupId>org.seleniumhq.selenium</groupId>
       <artifactId>selenium-java</artifactId>
-      <version>2.50.0</version>
+      <version>2.53.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>