update dependencies

This commit is contained in:
Shinsuke Sugaya 2021-10-14 12:02:54 +09:00
parent 0a4f2e384a
commit 4e84778116
3 changed files with 15 additions and 15 deletions

View file

@ -2,7 +2,7 @@
<project name="dbflute" basedir=".">
<property name="mydbflute.dir" value="${basedir}/mydbflute" />
<property name="target.dir" value="${basedir}/target" />
<property name="branch.name" value="es-7.14" />
<property name="branch.name" value="es-7.15" />
<property name="mydbflute.url" value="https://github.com/lastaflute/lastaflute-example-waterfront/archive/${branch.name}.zip" />
<target name="mydbflute.check">

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.14.0" />
<param name="file.version" value="13.14.0" />
<param name="jar.version" value="13.15.0" />
<param name="file.version" value="13.15.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.14.0" />
<param name="file.version" value="13.14.0" />
<param name="jar.version" value="13.15.0" />
<param name="file.version" value="13.15.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.14.0" />
<param name="file.version" value="13.14.0" />
<param name="jar.version" value="13.15.0" />
<param name="file.version" value="13.15.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.14.0" />
<param name="plugin.zip.version" value="0.14.0" />
<param name="plugin.version" value="0.15.0" />
<param name="plugin.zip.version" value="0.15.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.14.0" />
<param name="plugin.zip.version" value="0.14.0" />
<param name="plugin.version" value="0.15.0" />
<param name="plugin.zip.version" value="0.15.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.14.0" />
<param name="plugin.zip.version" value="0.14.0" />
<param name="plugin.version" value="0.15.0" />
<param name="plugin.zip.version" value="0.15.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.14.0" />
<param name="plugin.zip.version" value="0.14.0" />
<param name="plugin.version" value="0.15.0" />
<param name="plugin.zip.version" value="0.15.0" />
</antcall>
<antcall target="remove.jars" />