Skip to content

Commit

Permalink
Release v1.37.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Oct 28, 2020
1 parent 2ec902c commit bb8d9cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN mkdir -p /para/lib
WORKDIR /para

ENV PARA_PLUGIN_ID="para-dao-sql" \
PARA_PLUGIN_VER="1.36.1"
PARA_PLUGIN_VER="1.37.0"

RUN wget -q -P /para/lib/ https://oss.sonatype.org/service/local/repositories/releases/content/com/erudika/$PARA_PLUGIN_ID/$PARA_PLUGIN_VER/$PARA_PLUGIN_ID-$PARA_PLUGIN_VER-shaded.jar \
|| exit 2
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@
<dependency>
<groupId>com.erudika</groupId>
<artifactId>para-core</artifactId>
<version>1.37.0</version>
<version>1.38.0</version>
<scope>provided</scope>
</dependency>

<!-- HIKARI JDBC CONNECTION POOLING -->
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>3.4.2</version>
<version>3.4.5</version>
</dependency>

<!-- H2 DB -->
Expand Down

0 comments on commit bb8d9cb

Please sign in to comment.