File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff line change 5151 <contributor >
5252 <name >Alex Kress</name >
5353 </contributor >
54+ <contributor >
55+ <name >M.P. Korstanje</name >
56+ </contributor >
5457 </contributors >
5558
5659 <issueManagement >
You can’t perform that action at this time.
0 commit comments