File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
* Fix #55 Relative file paths are now supported again.
8
8
* Fix #57 NPE's being thrown if a repository map what not explicitly specified.
9
+ * Fix #51 NPE no longer thrown if RepositoryMap.xml is invalid, instead you will see an error telling you the repository map is not valid
10
+ * Fix #48 Add support for Arm binaries for Geckodriver
9
11
10
12
##Version 1.0.13 Release Notes
11
13
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Default Usage
18
18
<plugin>
19
19
<groupId>com.lazerycode.selenium</groupId>
20
20
<artifactId>driver-binary-downloader-maven-plugin</artifactId>
21
- <version>1.0.13 </version>
21
+ <version>1.0.14 </version>
22
22
<configuration>
23
23
<!-- root directory that downloaded driver binaries will be stored in -->
24
24
<rootStandaloneServerDirectory>/my/location/binaries</rootStandaloneServerDirectory>
@@ -46,7 +46,7 @@ Advanced Usage
46
46
<plugin>
47
47
<groupId>com.lazerycode.selenium</groupId>
48
48
<artifactId>driver-binary-downloader-maven-plugin</artifactId>
49
- <version>1.0.13 </version>
49
+ <version>1.0.14 </version>
50
50
<configuration>
51
51
<!-- root directory that downloaded driver binaries will be stored in -->
52
52
<rootStandaloneServerDirectory>/tmp/binaries</rootStandaloneServerDirectory>
You can’t perform that action at this time.
0 commit comments