Skip to content

Commit

Permalink
Release v1.43.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Dec 21, 2021
1 parent a77583b commit 391b604
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 @@ -5,6 +5,6 @@ RUN mkdir -p /para/lib
WORKDIR /para

ENV PARA_PLUGIN_ID="para-dao-sql" \
PARA_PLUGIN_VER="1.43.1"
PARA_PLUGIN_VER="1.43.2"

ADD 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 /para/lib/
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.1</version>
<version>3.3.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit 391b604

Please sign in to comment.