Skip to content

Commit b435ce0

Browse files
committed
Release 3.0.0-rc2
1 parent 93d9089 commit b435ce0

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

HISTORY.md

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

3+
## Release 3.0.0-rc2
4+
* Fix pom artifactIds (this helps if you try to download JLineup via Maven/Gradle)
5+
6+
## Release 3.0.0-rc1
7+
* Major Refactoring
8+
* JLineup can run as web service now
9+
310
## Release 2.4.1
411
* Enhancement: Add jobConfig option `check-for-errors-in-log` to toggle whether jlineup stops on errors in browser log. Default is `true`
512

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ to get some idea how to use it.
3636

3737
## Browser compatibility
3838

39-
JLineup 2.4.0 was tested successfully with
39+
JLineup 3.0.0-rc2 was tested successfully with
4040

41-
* Chrome 64.x
41+
* Chrome 67.x
4242
* Firefox 60.x (nightly)
4343
* PhantomJS 2.1.1 (auto-downloaded by JLineup if not installed)
4444

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ idea {
5656
}
5757

5858
subprojects {
59-
version = '3.0.0-SNAPSHOT'
59+
version = '3.0.0-rc2'
6060
group = 'de.otto'
6161

6262
repositories {

0 commit comments

Comments
 (0)