Skip to content

Commit

Permalink
Adjust documentation for Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MediaMarco committed Feb 21, 2020
1 parent 773721b commit 53aa09f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ JLineup CLI comes as executable Java Archive. Java 8 or higher has to be availab

Open a terminal and download it like this:

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

Then type

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

## Browser Compatibility

JLineup 4.0.0-rc4 was tested successfully with
JLineup 4.0.0 was tested successfully with

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

Chrome or Firefox have to be installed on the system if you want to use one of them.
Expand Down
2 changes: 1 addition & 1 deletion docs/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ support. It may also work under MacOS or Windows, but we don't test this.
You can simply download the CLI version by getting the jlineup-cli.jar
from Maven Central in a terminal window:

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

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

Expand Down
2 changes: 1 addition & 1 deletion docs/WEB.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ interface to take JLineup jobs.
You can simply download the web version by getting the jlineup-web.jar
from Maven Central in a terminal window:

`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`
`wget https://repo1.maven.org/maven2/de/otto/jlineup-web/4.0.0/jlineup-web-4.0.0.jar -O jlineup-web.jar`

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

Expand Down
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN mkdir -p /usr/share/man/man1
RUN apt-get update \
&& apt-get install -y wget \
&& apt-get install -yf default-jre-headless chromium firefox-esr libjpeg-progs \
&& 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
&& 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
ADD docker/application.yml application.yml
RUN apt-get remove --auto-remove perl -yf && apt-get purge --auto-remove perl -yf
EXPOSE 8080
Expand Down

0 comments on commit 53aa09f

Please sign in to comment.