Skip to content

Commit dac1f86

Browse files
bjbishopdhoer
authored andcommitted
Update selenium to 3.10.0 (#16)
* Update selenium to 3.10.0 * Wrong checksum
1 parent ad3e7a6 commit dac1f86

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>org.seleniumhq.selenium</groupId>
3939
<artifactId>selenium-java</artifactId>
40-
<version>3.9.0</version>
40+
<version>3.10.0</version>
4141
<scope>test</scope>
4242
</dependency>
4343
</dependencies>

selenium.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>selenium</id>
5-
<version>3.9.1</version>
5+
<version>3.10.0</version>
66
<title>Selenium</title>
77
<authors>https://github.com/SeleniumHQ/selenium/blob/master/AUTHORS</authors>
88
<owners>dhoer</owners>

tools/chocolateyInstall.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
$ErrorActionPreference = 'Stop'; # stop on all errors
1+
$ErrorActionPreference = 'Stop'; # stop on all errors
22

33
$toolsDir = Split-Path $MyInvocation.MyCommand.Definition
44
. $toolsDir\helpers.ps1
55

66
$packageName = $env:ChocolateyPackageName
7-
$url = 'https://selenium-release.storage.googleapis.com/3.9/selenium-server-standalone-3.9.1.jar'
8-
$checksum = 'b2445dab8ee073412d90aa6483a52a6362f6b4f049b3d7c45288481577203440'
7+
$url = 'https://selenium-release.storage.googleapis.com/3.10/selenium-server-standalone-3.10.0.jar'
8+
$checksum = '281213c3041e1143ae23c92a831f1232073bcfba4799eb78c4d7fd7804a8224b'
99
$checksumType = 'sha256'
1010
$toolsLocation = Get-ToolsLocation
1111
$seleniumDir = "$toolsLocation\selenium"

0 commit comments

Comments
 (0)