Skip to content

Commit

Permalink
Release v1.45.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Oct 18, 2022
1 parent cee0324 commit 9ebf213
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -5,6 +5,6 @@ RUN mkdir -p /para/lib
WORKDIR /para

ENV PARA_PLUGIN_ID="para-search-lucene" \
PARA_PLUGIN_VER="1.45.6"
PARA_PLUGIN_VER="1.45.7"

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/
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -53,14 +53,14 @@
<skipTests>false</skipTests>
<skipITs>${skipTests}</skipITs>
<skipUTs>${skipTests}</skipUTs>
<luceneVer>9.3.0</luceneVer>
<luceneVer>9.4.0</luceneVer>
</properties>

<dependencies>
<dependency>
<groupId>com.erudika</groupId>
<artifactId>para-core</artifactId>
<version>1.46.3</version>
<version>1.46.4-SNAPSHOT</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 9ebf213

Please sign in to comment.