Skip to content
Snippets Groups Projects
Commit bbeebb3a authored by Shinsuke Sugaya's avatar Shinsuke Sugaya
Browse files

update plugins

parent 1af4c359
No related branches found
No related tags found
No related merge requests found
......@@ -45,27 +45,27 @@
</unzip>
<!-- fess-ds-csv -->
<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-ds-csv" />
<param name="jar.version" value="13.13.0" />
<param name="file.version" value="13.13.0" />
<param name="jar.version" value="13.14.0-SNAPSHOT" />
<param name="file.version" value="13.14.0-20210812.124954-3" />
</antcall>
<!-- fess-ds-db -->
<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-ds-db" />
<param name="jar.version" value="13.13.0" />
<param name="file.version" value="13.13.0" />
<param name="jar.version" value="13.14.0-SNAPSHOT" />
<param name="file.version" value="13.14.0-20210812.125039-2" />
</antcall>
<!-- 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="13.13.1" />
<param name="file.version" value="13.13.1" />
<param name="jar.version" value="13.14.0-SNAPSHOT" />
<param name="file.version" value="13.14.0-20210812.125801-2" />
</antcall>
</target>
......
......@@ -20,7 +20,7 @@
<param name="plugin.name.prefix" value="${name.prefix}-" />
<param name="plugin.name" value="analysis-extension" />
<param name="plugin.version" value="0.14.0-SNAPSHOT" />
<param name="plugin.zip.version" value="0.14.0-20210807.035319-2" />
<param name="plugin.zip.version" value="0.14.0-20210814.063841-3" />
</antcall>
<!-- analysis-fess -->
<antcall target="install.plugin">
......@@ -29,7 +29,7 @@
<param name="plugin.name.prefix" value="${name.prefix}-" />
<param name="plugin.name" value="analysis-fess" />
<param name="plugin.version" value="0.14.0-SNAPSHOT" />
<param name="plugin.zip.version" value="0.14.0-20210807.035309-2" />
<param name="plugin.zip.version" value="0.14.0-20210814.065812-4" />
</antcall>
<!-- configsync -->
<antcall target="install.plugin">
......@@ -38,7 +38,7 @@
<param name="plugin.name.prefix" value="${name.prefix}-" />
<param name="plugin.name" value="configsync" />
<param name="plugin.version" value="0.14.0-SNAPSHOT" />
<param name="plugin.zip.version" value="0.14.0-20210807.035622-2" />
<param name="plugin.zip.version" value="0.14.0-20210814.064158-3" />
</antcall>
<!-- minhash -->
<antcall target="install.plugin">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment