Skip to content

Commit

Permalink
Update to version 2.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyraymond committed Jul 2, 2019
1 parent bc50a2c commit b298968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM --platform=$BUILDPLATFORM maven:3.6-jdk-8 AS build

RUN apt-get update \
&& apt-get install -y git \
&& JOAL_VERSION="2.1.18" \
&& JOAL_VERSION="2.1.19" \
&& git clone https://github.com/anthonyraymond/joal.git --branch "$JOAL_VERSION" --depth=1 \
&& cd joal \
&& mvn --batch-mode --quiet package -DskipTests=true \
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.araymond.joal</groupId>
<artifactId>jack-of-all-trades</artifactId>
<version>2.1.18</version>
<version>2.1.19</version>
<packaging>jar</packaging>

<name>jack-of-all-trades</name>
Expand Down

0 comments on commit b298968

Please sign in to comment.