Skip to content

Commit

Permalink
update Selenium version to 2.53.1
Browse files Browse the repository at this point in the history
Change-Id: I50222f43fc61e82582b81b1c38157c4376027bb3
  • Loading branch information
Dmitrii Rogozin committed Jul 12, 2016
1 parent 3f88bb1 commit 61113d0
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions doc/license.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ <h3>Included Software Components</h3>
Vaadin TestBench depends on the following software components:
</p>
<ul>
<li>Selenium 2.51.0 &ndash; Apache License 2.0</li>
<li>PhantomJSDriver 1.2.1 &ndash; The BSD 2-Clause License</li>
<li>Selenium 2.53.1 &ndash; Apache License 2.0</li>
<li>PhantomJSDriver 1.3.0 &ndash; The BSD 2-Clause License</li>
<li>Javassist 3.18.1-GA &ndash; Apache License 2.0</li>
<li>JUnit 4.12 &ndash; Common Public License Version 1.0</li>
<li>org.json &ndash; The JSON License</li>
Expand Down
3 changes: 2 additions & 1 deletion doc/releasenotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -485,8 +485,9 @@ <h2 id="changes_since_2x">Changes in 4.1</h2>
<li>Allow specifying parameters using system properties</li>
<li>Improvements in cursor detection (#18773, #19097)</li>
<li>Add support for Microsoft Edge</li>
<li>Selenium updated to 2.51.0</li>
<li>Selenium updated to 2.53.1</li>
<li>JUnit updated to 4.12</li>
<li>PhantomJSDriver updated to 1.3.0</li>
</ul>
<p>
For a complete list of changes in this release, please see the <a
Expand Down
4 changes: 2 additions & 2 deletions vaadin-testbench-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<selenium.version>2.51.0</selenium.version>
<selenium.version>2.53.1</selenium.version>
<snapshot.repository.url>http://oss.sonatype.org/content/repositories/vaadin-snapshots/
</snapshot.repository.url>
</properties>
Expand Down Expand Up @@ -232,7 +232,7 @@
<dependency>
<groupId>com.codeborne</groupId>
<artifactId>phantomjsdriver</artifactId>
<version>1.2.1</version>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-standalone</artifactId>
<version>2.51.0</version>
<version>2.53.0</version>
<description>POM was created from install:install-file</description>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-standalone</artifactId>
<versioning>
<release>2.51.0</release>
<release>2.53.0</release>
<versions>
<version>2.51.0</version>
<version>2.53.0</version>
</versions>
<lastUpdated>20160209075803</lastUpdated>
<lastUpdated>20160712104631</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion vaadin-testbench-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<selenium.version>2.51.0</selenium.version>
<selenium.version>2.53.0</selenium.version>
<vaadin.testbench.api.version>7.6.4-SNAPSHOT</vaadin.testbench.api.version>
</properties>

Expand Down

0 comments on commit 61113d0

Please sign in to comment.