version 13.7
This commit is contained in:
parent
384c5c9772
commit
10d33140a3
3 changed files with 21 additions and 21 deletions
|
@ -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.6" />
|
||||
<property name="branch.name" value="es-7.7" />
|
||||
<property name="mydbflute.url" value="https://github.com/lastaflute/lastaflute-example-waterfront/archive/${branch.name}.zip" />
|
||||
|
||||
<target name="mydbflute.check">
|
||||
|
|
30
plugin.xml
30
plugin.xml
|
@ -13,48 +13,48 @@
|
|||
<mkdir dir="${plugins.dir}" />
|
||||
<!-- analysis-extension -->
|
||||
<antcall target="install.plugin">
|
||||
<param name="repo.url" value="${maven.release.repo.url}" />
|
||||
<param name="repo.url" value="${maven.snapshot.repo.url}" />
|
||||
<param name="plugin.groupId" value="org/codelibs" />
|
||||
<param name="plugin.name.prefix" value="elasticsearch-" />
|
||||
<param name="plugin.name" value="analysis-extension" />
|
||||
<param name="plugin.version" value="7.6.2" />
|
||||
<param name="plugin.zip.version" value="7.6.2" />
|
||||
<param name="plugin.version" value="7.7.0-SNAPSHOT" />
|
||||
<param name="plugin.zip.version" value="7.7.0-20200514.123701-2" />
|
||||
</antcall>
|
||||
<!-- analysis-fess -->
|
||||
<antcall target="install.plugin">
|
||||
<param name="repo.url" value="${maven.release.repo.url}" />
|
||||
<param name="repo.url" value="${maven.snapshot.repo.url}" />
|
||||
<param name="plugin.groupId" value="org/codelibs" />
|
||||
<param name="plugin.name.prefix" value="elasticsearch-" />
|
||||
<param name="plugin.name" value="analysis-fess" />
|
||||
<param name="plugin.version" value="7.6.0" />
|
||||
<param name="plugin.zip.version" value="7.6.0" />
|
||||
<param name="plugin.version" value="7.7.0-SNAPSHOT" />
|
||||
<param name="plugin.zip.version" value="7.7.0-20200514.123739-2" />
|
||||
</antcall>
|
||||
<!-- configsync -->
|
||||
<antcall target="install.plugin">
|
||||
<param name="repo.url" value="${maven.release.repo.url}" />
|
||||
<param name="repo.url" value="${maven.snapshot.repo.url}" />
|
||||
<param name="plugin.groupId" value="org/codelibs" />
|
||||
<param name="plugin.name.prefix" value="elasticsearch-" />
|
||||
<param name="plugin.name" value="configsync" />
|
||||
<param name="plugin.version" value="7.6.0" />
|
||||
<param name="plugin.zip.version" value="7.6.0" />
|
||||
<param name="plugin.version" value="7.7.0-SNAPSHOT" />
|
||||
<param name="plugin.zip.version" value="7.7.0-20200514.124042-2" />
|
||||
</antcall>
|
||||
<!-- dataformat -->
|
||||
<antcall target="install.plugin">
|
||||
<param name="repo.url" value="${maven.release.repo.url}" />
|
||||
<param name="repo.url" value="${maven.snapshot.repo.url}" />
|
||||
<param name="plugin.groupId" value="org/codelibs" />
|
||||
<param name="plugin.name.prefix" value="elasticsearch-" />
|
||||
<param name="plugin.name" value="dataformat" />
|
||||
<param name="plugin.version" value="7.6.0" />
|
||||
<param name="plugin.zip.version" value="7.6.0" />
|
||||
<param name="plugin.version" value="7.7.0-SNAPSHOT" />
|
||||
<param name="plugin.zip.version" value="7.7.0-20200514.123948-2" />
|
||||
</antcall>
|
||||
<!-- minhash -->
|
||||
<antcall target="install.plugin">
|
||||
<param name="repo.url" value="${maven.release.repo.url}" />
|
||||
<param name="repo.url" value="${maven.snapshot.repo.url}" />
|
||||
<param name="plugin.groupId" value="org/codelibs" />
|
||||
<param name="plugin.name.prefix" value="elasticsearch-" />
|
||||
<param name="plugin.name" value="minhash" />
|
||||
<param name="plugin.version" value="7.6.0" />
|
||||
<param name="plugin.zip.version" value="7.6.0" />
|
||||
<param name="plugin.version" value="7.7.0-SNAPSHOT" />
|
||||
<param name="plugin.zip.version" value="7.7.0-20200514.124113-2" />
|
||||
</antcall>
|
||||
|
||||
<antcall target="remove.jars" />
|
||||
|
|
10
pom.xml
10
pom.xml
|
@ -3,7 +3,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.codelibs.fess</groupId>
|
||||
<artifactId>fess</artifactId>
|
||||
<version>13.6.5-SNAPSHOT</version>
|
||||
<version>13.7.0-SNAPSHOT</version>
|
||||
<packaging>war</packaging>
|
||||
<name>Fess</name>
|
||||
<description>Fess is Full tExt Search System.</description>
|
||||
|
@ -54,14 +54,14 @@
|
|||
<okhttp.version>3.14.6</okhttp.version>
|
||||
|
||||
<!-- Crawler -->
|
||||
<crawler.version>3.6.3</crawler.version>
|
||||
<crawler.version>3.7.0-SNAPSHOT</crawler.version>
|
||||
|
||||
<!-- Suggest -->
|
||||
<suggest.version>7.6.3</suggest.version>
|
||||
<suggest.version>7.7.0-SNAPSHOT</suggest.version>
|
||||
|
||||
<!-- Elasticsearch -->
|
||||
<elasticsearch.version>7.6.2</elasticsearch.version>
|
||||
<elasticsearch.httpclient.version>7.6.2</elasticsearch.httpclient.version>
|
||||
<elasticsearch.version>7.7.0</elasticsearch.version>
|
||||
<elasticsearch.httpclient.version>7.7.0</elasticsearch.httpclient.version>
|
||||
<cluster.runner.version>${elasticsearch.version}.0</cluster.runner.version>
|
||||
|
||||
<!-- Tomcat -->
|
||||
|
|
Loading…
Add table
Reference in a new issue