File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments