Skip to content

Commit

Permalink
update default selenium jar version to 2.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Jan 25, 2015
1 parent e28b863 commit 85a9295
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
$hub_options = '-role hub'
$node_options = "${server_options} -role node"
$java = 'java'
$version = '2.42.1'
$version = '2.44.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.42.1'
DEFAULT_VERSION = '2.44.0'

0 comments on commit 85a9295

Please sign in to comment.