Skip to content

Commit

Permalink
update default selenium jar file version to 2.37.0 in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Dec 4, 2013
1 parent bc57dfe commit 53d8cfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ other than the selenium role account.
```
/opt/selenium
|-- jars
| `-- selenium-server-standalone-2.35.0.jar
| `-- selenium-server-standalone-2.37.0.jar
`-- log
|-- hub_stderr.log
|-- hub_stdout.log
Expand All @@ -97,7 +97,7 @@ class { 'selenium':
group => 'selenium',
install_root => '/opt/selenium',
java => 'java',
version => '2.35.0',
version => '2.37.0',
url => undef,
}
```
Expand Down Expand Up @@ -130,7 +130,7 @@ class { 'selenium':

* `version`

`String` defaults to: `2.35.0` (the latest release as of 2013-10-08)
`String` defaults to: `2.37.0` (the latest release as of 2013-12-04)

The version of Selenium Server to download. Used to form the URL used to
fetch the jar file.
Expand Down

0 comments on commit 53d8cfe

Please sign in to comment.