Skip to content

Commit 3d1f0bf

Browse files
committed
Release 3.0.0
1 parent 88866f9 commit 3d1f0bf

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

HISTORY.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Release 3.0.0
44
* Massively improved documentation
55
* chromedriver 2.45
6+
* Some chrome flags are added to improve deterministic rendering
67

78
## Release 3.0.0-rc7
89
* Revert because it didn't work: Ability to wait for images to be fully loaded before making screenshots

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ JLineup CLI comes as executable Java Archive. Java 8 or higher has to be availab
5959

6060
Open a terminal and download it like this:
6161

62-
wget https://repo1.maven.org/maven2/de/otto/jlineup-cli/3.0.0-rc7/jlineup-cli-3.0.0-rc7.jar -O jlineup.jar
62+
wget https://repo1.maven.org/maven2/de/otto/jlineup-cli/3.0.0/jlineup-cli-3.0.0.jar -O jlineup.jar
6363

6464
Then type
6565

@@ -78,7 +78,7 @@ Let's assume, this is part of a continuous integration pipeline:
7878

7979
## Browser Compatibility
8080

81-
JLineup 3.0.0-rc7 was tested successfully with
81+
JLineup 3.0.0 was tested successfully with
8282

8383
* Chrome 71.x
8484
* Firefox 62.x

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-SNAPSHOT'
62+
version = '3.0.0'
6363
group = 'de.otto'
6464

6565
repositories {

docs/CLI.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ support. It may also work under MacOS or Windows, but we don't test this.
1111
You can simply download the CLI version by getting the jlineup-cli.jar
1212
from Maven Central in a terminal window:
1313

14-
`wget https://repo1.maven.org/maven2/de/otto/jlineup-cli/3.0.0-rc7/jlineup-cli-3.0.0-rc7.jar -O jlineup.jar`
14+
`wget https://repo1.maven.org/maven2/de/otto/jlineup-cli/3.0.0/jlineup-cli-3.0.0.jar -O jlineup.jar`
1515

1616
Now you have a `jlineup.jar` in your current directory.
1717

docs/WEB.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ interface to take JLineup jobs.
88
You can simply download the web version by getting the jlineup-web.jar
99
from Maven Central in a terminal window:
1010

11-
`wget https://repo1.maven.org/maven2/de/otto/jlineup-web/3.0.0-rc7/jlineup-web-3.0.0-rc7.jar -O jlineup-web.jar`
11+
`wget https://repo1.maven.org/maven2/de/otto/jlineup-web/3.0.0/jlineup-web-3.0.0.jar -O jlineup-web.jar`
1212

1313
Now you have a `jlineup-web.jar` in your current directory.
1414

0 commit comments

Comments
 (0)