Skip to content

Commit

Permalink
Prepare release 2.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyraymond committed Mar 14, 2019
1 parent 05e88b5 commit 5023694
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.13" \
&& JOAL_VERSION="2.1.14" \
&& git clone https://github.com/anthonyraymond/joal.git --branch "v$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.13</version>
<version>2.1.14</version>
<packaging>jar</packaging>

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

0 comments on commit 5023694

Please sign in to comment.