Skip to content

Commit

Permalink
Update to version 2.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyraymond committed May 6, 2019
1 parent 5332642 commit 3524d9d
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.14" \
&& JOAL_VERSION="2.1.15" \
&& 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.14</version>
<version>2.1.15</version>
<packaging>jar</packaging>

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

0 comments on commit 3524d9d

Please sign in to comment.