update dependencies

This commit is contained in:
Shinsuke Sugaya 2021-12-20 17:46:53 +09:00
parent ce9b90e8d0
commit dd0e62fed9
3 changed files with 15 additions and 15 deletions

View file

@ -48,24 +48,24 @@
<param name="repo.url" value="${maven.release.repo.url}" />
<param name="jar.groupId" value="org/codelibs/fess" />
<param name="jar.artifactId" value="fess-ds-csv" />
<param name="jar.version" value="13.15.0" />
<param name="file.version" value="13.15.0" />
<param name="jar.version" value="13.16.0" />
<param name="file.version" value="13.16.0" />
</antcall>
<!-- fess-ds-db -->
<antcall target="install.plugin.jar">
<param name="repo.url" value="${maven.release.repo.url}" />
<param name="jar.groupId" value="org/codelibs/fess" />
<param name="jar.artifactId" value="fess-ds-db" />
<param name="jar.version" value="13.15.0" />
<param name="file.version" value="13.15.0" />
<param name="jar.version" value="13.16.0" />
<param name="file.version" value="13.16.0" />
</antcall>
<!-- fess-script-groovy -->
<antcall target="install.plugin.jar">
<param name="repo.url" value="${maven.release.repo.url}" />
<param name="jar.groupId" value="org/codelibs/fess" />
<param name="jar.artifactId" value="fess-script-groovy" />
<param name="jar.version" value="13.15.0" />
<param name="file.version" value="13.15.0" />
<param name="jar.version" value="13.16.0" />
<param name="file.version" value="13.16.0" />
</antcall>
</target>

View file

@ -19,8 +19,8 @@
<param name="plugin.groupId" value="org/codelibs${use.fesen}" />
<param name="plugin.name.prefix" value="${name.prefix}-" />
<param name="plugin.name" value="analysis-extension" />
<param name="plugin.version" value="0.15.0" />
<param name="plugin.zip.version" value="0.15.0" />
<param name="plugin.version" value="0.16.0" />
<param name="plugin.zip.version" value="0.16.0" />
</antcall>
<!-- analysis-fess -->
<antcall target="install.plugin">
@ -28,8 +28,8 @@
<param name="plugin.groupId" value="org/codelibs${use.fesen}" />
<param name="plugin.name.prefix" value="${name.prefix}-" />
<param name="plugin.name" value="analysis-fess" />
<param name="plugin.version" value="0.15.0" />
<param name="plugin.zip.version" value="0.15.0" />
<param name="plugin.version" value="0.16.0" />
<param name="plugin.zip.version" value="0.16.0" />
</antcall>
<!-- configsync -->
<antcall target="install.plugin">
@ -37,8 +37,8 @@
<param name="plugin.groupId" value="org/codelibs${use.fesen}" />
<param name="plugin.name.prefix" value="${name.prefix}-" />
<param name="plugin.name" value="configsync" />
<param name="plugin.version" value="0.15.0" />
<param name="plugin.zip.version" value="0.15.0" />
<param name="plugin.version" value="0.16.0" />
<param name="plugin.zip.version" value="0.16.0" />
</antcall>
<!-- minhash -->
<antcall target="install.plugin">
@ -46,8 +46,8 @@
<param name="plugin.groupId" value="org/codelibs${use.fesen}" />
<param name="plugin.name.prefix" value="${name.prefix}-" />
<param name="plugin.name" value="minhash" />
<param name="plugin.version" value="0.15.0" />
<param name="plugin.zip.version" value="0.15.0" />
<param name="plugin.version" value="0.16.0" />
<param name="plugin.zip.version" value="0.16.0" />
</antcall>
<antcall target="remove.jars" />

View file

@ -30,7 +30,7 @@
<parent>
<groupId>org.codelibs.fess</groupId>
<artifactId>fess-parent</artifactId>
<version>13.16.0</version>
<version>13.16.1</version>
<relativePath />
</parent>
<properties>