Skip to content

Commit

Permalink
Update CHANGELOG and README. Add M.P. Korstanje to list of contributors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ardesco committed Jan 15, 2018
1 parent e2021cd commit c141765
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

##Next Version (Release Date TBC) Release Notes

##Version 1.0.17 Release Notes

* Add Java 9 support (Thanks M.P. Korstanje)

##Version 1.0.16 Release Notes

* Fix #68 Null pointer errors thrown for users who are not using proxies.

##Version 1.0.15 Release Notes

* Default location where binaries are stored is slightly different, if you haven't specified a location it may download then all again
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Default Usage
<plugin>
<groupId>com.lazerycode.selenium</groupId>
<artifactId>driver-binary-downloader-maven-plugin</artifactId>
<version>1.0.15</version>
<version>1.0.17</version>
<configuration>
<!-- root directory that downloaded driver binaries will be stored in -->
<rootStandaloneServerDirectory>/my/location/binaries</rootStandaloneServerDirectory>
Expand Down Expand Up @@ -48,7 +48,7 @@ Advanced Usage
<plugin>
<groupId>com.lazerycode.selenium</groupId>
<artifactId>driver-binary-downloader-maven-plugin</artifactId>
<version>1.0.15</version>
<version>1.0.17</version>
<configuration>
<!-- root directory that downloaded driver binaries will be stored in -->
<rootStandaloneServerDirectory>/tmp/binaries</rootStandaloneServerDirectory>
Expand Down
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
<contributor>
<name>Alex Kress</name>
</contributor>
<contributor>
<name>M.P. Korstanje</name>
</contributor>
</contributors>

<issueManagement>
Expand Down

0 comments on commit c141765

Please sign in to comment.