Skip to content

Commit

Permalink
prepare 2.1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Raymond authored and Anthony Raymond committed Dec 9, 2020
1 parent b4d6082 commit 1b06d31
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.22" \
&& JOAL_VERSION="2.1.24" \
&& 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.23</version>
<version>2.1.24</version>
<packaging>jar</packaging>

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

0 comments on commit 1b06d31

Please sign in to comment.