Skip to content

Commit c141765

Browse files
committed
Update CHANGELOG and README. Add M.P. Korstanje to list of contributors.
1 parent e2021cd commit c141765

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
##Next Version (Release Date TBC) Release Notes
44

5+
##Version 1.0.17 Release Notes
6+
7+
* Add Java 9 support (Thanks M.P. Korstanje)
8+
9+
##Version 1.0.16 Release Notes
10+
11+
* Fix #68 Null pointer errors thrown for users who are not using proxies.
12+
513
##Version 1.0.15 Release Notes
614

715
* Default location where binaries are stored is slightly different, if you haven't specified a location it may download then all again

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Default Usage
2020
<plugin>
2121
<groupId>com.lazerycode.selenium</groupId>
2222
<artifactId>driver-binary-downloader-maven-plugin</artifactId>
23-
<version>1.0.15</version>
23+
<version>1.0.17</version>
2424
<configuration>
2525
<!-- root directory that downloaded driver binaries will be stored in -->
2626
<rootStandaloneServerDirectory>/my/location/binaries</rootStandaloneServerDirectory>
@@ -48,7 +48,7 @@ Advanced Usage
4848
<plugin>
4949
<groupId>com.lazerycode.selenium</groupId>
5050
<artifactId>driver-binary-downloader-maven-plugin</artifactId>
51-
<version>1.0.15</version>
51+
<version>1.0.17</version>
5252
<configuration>
5353
<!-- root directory that downloaded driver binaries will be stored in -->
5454
<rootStandaloneServerDirectory>/tmp/binaries</rootStandaloneServerDirectory>

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@
5151
<contributor>
5252
<name>Alex Kress</name>
5353
</contributor>
54+
<contributor>
55+
<name>M.P. Korstanje</name>
56+
</contributor>
5457
</contributors>
5558

5659
<issueManagement>

0 commit comments

Comments
 (0)