Skip to content

Commit 30c7cfe

Browse files
committed
Release 3.0.0-rc5
Co-authored-by: Marco Geweke <[email protected]>
1 parent 3e9ffc1 commit 30c7cfe

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

HISTORY.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# JLineup Release History
22

3+
## Release 3.0.0-rc5
4+
* chromedriver 2.42
5+
* geckodriver 0.23.0
6+
* Version info displayed in web frontend
7+
* Fix cookie warning in httpcheck
8+
39
## Release 3.0.0-rc2
410
* Fix pom artifactIds (this helps if you try to download JLineup via Maven/Gradle)
511

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ to get some idea how to use it.
4040

4141
## Browser compatibility
4242

43-
JLineup 3.0.0-rc4 was tested successfully with
43+
JLineup 3.0.0-rc5 was tested successfully with
4444

45-
* Chrome 68.x
46-
* Firefox 64.x (nightly)
45+
* Chrome 69.x
46+
* Firefox 62.x
4747
* PhantomJS 2.1.1 (auto-downloaded by JLineup if not installed)
4848

4949
Chrome or Firefox have to be installed on the system if you want to use one of them.

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ idea {
5959
}
6060

6161
subprojects {
62-
version = '3.0.0-rc5-SNAPSHOT'
62+
version = '3.0.0-rc5'
6363
group = 'de.otto'
6464

6565
repositories {

0 commit comments

Comments
 (0)