Skip to content

Commit 53aa09f

Browse files
committed
Adjust documentation for Release 4.0.0
1 parent 773721b commit 53aa09f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

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

6262
Open a terminal and download it like this:
6363

64-
wget https://repo1.maven.org/maven2/de/otto/jlineup-cli/4.0.0-rc4/jlineup-cli-4.0.0-rc4.jar -O jlineup.jar
64+
wget https://repo1.maven.org/maven2/de/otto/jlineup-cli/4.0.0/jlineup-cli-4.0.0.jar -O jlineup.jar
6565

6666
Then type
6767

@@ -80,10 +80,10 @@ Let's assume, this is part of a continuous integration pipeline:
8080

8181
## Browser Compatibility
8282

83-
JLineup 4.0.0-rc4 was tested successfully with
83+
JLineup 4.0.0 was tested successfully with
8484

85-
* Chrome 76.x
86-
* Firefox 68.x
85+
* Chrome 80.x
86+
* Firefox 73.x
8787
* PhantomJS 2.1.1 (auto-downloaded by JLineup if not installed)
8888

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

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/4.0.0-rc4/jlineup-cli-4.0.0-rc4.jar -O jlineup.jar`
14+
`wget https://repo1.maven.org/maven2/de/otto/jlineup-cli/4.0.0/jlineup-cli-4.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/4.0.0-rc4/jlineup-web-4.0.0-rc4.jar -O jlineup-web.jar`
11+
`wget https://repo1.maven.org/maven2/de/otto/jlineup-web/4.0.0/jlineup-web-4.0.0.jar -O jlineup-web.jar`
1212

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

web/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN mkdir -p /usr/share/man/man1
55
RUN apt-get update \
66
&& apt-get install -y wget \
77
&& apt-get install -yf default-jre-headless chromium firefox-esr libjpeg-progs \
8-
&& wget -U "jlineup-docker" -O jlineup-web.jar http://central.maven.org/maven2/de/otto/jlineup-web/4.0.0-rc4/jlineup-web-4.0.0-rc4.jar
8+
&& wget -U "jlineup-docker" -O jlineup-web.jar http://central.maven.org/maven2/de/otto/jlineup-web/4.0.0/jlineup-web-4.0.0.jar
99
ADD docker/application.yml application.yml
1010
RUN apt-get remove --auto-remove perl -yf && apt-get purge --auto-remove perl -yf
1111
EXPOSE 8080

0 commit comments

Comments
 (0)