We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ad0d5 commit 5ac96e2Copy full SHA for 5ac96e2
CHANGELOG.md
@@ -4,6 +4,7 @@
4
5
##Version 1.0.14 Release Notes
6
7
+* **BREAKING CHANGE** This plugin now requires Java 8 (This brings it into line with Selenium 3.x)
8
* Fix #55 Relative file paths are now supported again.
9
* Fix #57 NPE's being thrown if a repository map what not explicitly specified.
10
* 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
README.md
@@ -11,6 +11,8 @@ A Maven plugin that will download the WebDriver stand alone server binaries for
11
12
What's changed? See the [Changelog](https://github.com/Ardesco/selenium-standalone-server-plugin/blob/master/CHANGELOG.md).
13
14
+**This plugin now requires Java 8!**
15
+
16
Default Usage
17
-----
18
0 commit comments