Skip to content

Commit

Permalink
v3.14.0 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoer authored Aug 15, 2018
1 parent 4e095ae commit 650fe97
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>3.13.0</version>
<version>3.14.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion selenium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>selenium</id>
<version>3.13.0</version>
<version>3.14.0</version>
<title>Selenium</title>
<authors>https://github.com/SeleniumHQ/selenium/blob/master/AUTHORS</authors>
<owners>dhoer</owners>
Expand Down
4 changes: 2 additions & 2 deletions tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsDir = Split-Path $MyInvocation.MyCommand.Definition
. $toolsDir\helpers.ps1

$packageName = $env:ChocolateyPackageName
$url = 'https://selenium-release.storage.googleapis.com/3.13/selenium-server-standalone-3.13.0.jar'
$checksum = 'd03d5c3c8f292529fe235138756431cf1fc32ef9d0f76131c09b5366de4b3d99'
$url = 'https://selenium-release.storage.googleapis.com/3.14/selenium-server-standalone-3.14.0.jar'
$checksum = 'd38decb0a2ca9196e404838cd3866cd0129af5ee167c592b690e502f0b3d01ad'
$checksumType = 'sha256'
$toolsLocation = Get-ToolsLocation
$seleniumDir = "$toolsLocation\selenium"
Expand Down

0 comments on commit 650fe97

Please sign in to comment.