Skip to content

Commit

Permalink
#2789 fess-script-groovy 15.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
marevol committed Feb 8, 2024
1 parent f8eda0d commit 03f32cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deps.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
</unzip>
<!-- fess-script-groovy -->
<antcall target="install.plugin.jar">
<param name="repo.url" value="${maven.release.repo.url}" />
<param name="repo.url" value="${maven.snapshot.repo.url}" />
<param name="jar.groupId" value="org/codelibs/fess" />
<param name="jar.artifactId" value="fess-script-groovy" />
<param name="jar.version" value="14.11.0" />
<param name="file.version" value="14.11.0" />
<param name="jar.version" value="15.0.0-SNAPSHOT" />
<param name="file.version" value="15.0.0-20240201.072053-1" />
</antcall>
</target>

Expand Down

0 comments on commit 03f32cb

Please sign in to comment.