Skip to content

Commit

Permalink
update default selenium jar version to 2.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed May 23, 2015
1 parent ed0e4dc commit f1784fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ class { 'selenium':
group => 'selenium',
install_root => '/opt/selenium',
java => 'java',
version => '2.42.1',
version => '2.45.0',
url => undef,
download_timeout => '90',
}
Expand Down Expand Up @@ -240,7 +240,7 @@ The path of the `java` interpreter to use.

##### `version`

`String` defaults to: `2.42.1` (the latest release as of 2014-05-31)
`String` defaults to: `2.45.0` (the latest release as of 2015-05-23)

The version of Selenium Server to download. Used to form the URL used to fetch
the jar file.
Expand Down
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
$hub_options = '-role hub'
$node_options = "${server_options} -role node"
$java = 'java'
$version = '2.44.0'
$version = '2.45.0'
$default_hub = 'http://localhost:4444/grid/register'
$download_timeout = '90'

Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper_common.rb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DEFAULT_VERSION = '2.44.0'
DEFAULT_VERSION = '2.45.0'

0 comments on commit f1784fc

Please sign in to comment.