Fess 11.1 and Elasticsearch 5.3
This commit is contained in:
parent
7f79078a1c
commit
2cf67bcf2e
4 changed files with 21 additions and 20 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-5.2" />
|
||||
<property name="branch.name" value="es-5.3" />
|
||||
<property name="mydbflute.url" value="https://github.com/lastaflute/lastaflute-example-waterfront/archive/${branch.name}.zip" />
|
||||
|
||||
<target name="mydbflute.check">
|
||||
|
|
25
plugin.xml
25
plugin.xml
|
@ -19,8 +19,8 @@
|
|||
<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="5.2.0" />
|
||||
<param name="plugin.zip.version" value="5.2.0" />
|
||||
<param name="plugin.version" value="5.3.1" />
|
||||
<param name="plugin.zip.version" value="5.3.1" />
|
||||
</antcall>
|
||||
<!-- analysis-ja -->
|
||||
<antcall target="install.plugin">
|
||||
|
@ -28,8 +28,8 @@
|
|||
<param name="plugin.groupId" value="org/codelibs" />
|
||||
<param name="plugin.name.prefix" value="elasticsearch-" />
|
||||
<param name="plugin.name" value="analysis-ja" />
|
||||
<param name="plugin.version" value="5.2.0" />
|
||||
<param name="plugin.zip.version" value="5.2.0" />
|
||||
<param name="plugin.version" value="5.3.1" />
|
||||
<param name="plugin.zip.version" value="5.3.1" />
|
||||
</antcall>
|
||||
<!-- analysis-synonym -->
|
||||
<antcall target="install.plugin">
|
||||
|
@ -37,8 +37,8 @@
|
|||
<param name="plugin.groupId" value="org/codelibs" />
|
||||
<param name="plugin.name.prefix" value="elasticsearch-" />
|
||||
<param name="plugin.name" value="analysis-synonym" />
|
||||
<param name="plugin.version" value="5.2.0" />
|
||||
<param name="plugin.zip.version" value="5.2.0" />
|
||||
<param name="plugin.version" value="5.3.1" />
|
||||
<param name="plugin.zip.version" value="5.3.1" />
|
||||
</antcall>
|
||||
<!-- configsync -->
|
||||
<antcall target="install.plugin">
|
||||
|
@ -46,8 +46,8 @@
|
|||
<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="5.2.0" />
|
||||
<param name="plugin.zip.version" value="5.2.0" />
|
||||
<param name="plugin.version" value="5.3.1" />
|
||||
<param name="plugin.zip.version" value="5.3.1" />
|
||||
</antcall>
|
||||
<!-- dataformat -->
|
||||
<antcall target="install.plugin">
|
||||
|
@ -55,8 +55,8 @@
|
|||
<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="5.2.0" />
|
||||
<param name="plugin.zip.version" value="5.2.0" />
|
||||
<param name="plugin.version" value="5.3.1" />
|
||||
<param name="plugin.zip.version" value="5.3.1" />
|
||||
</antcall>
|
||||
<!-- langfield -->
|
||||
<antcall target="install.plugin">
|
||||
|
@ -64,8 +64,8 @@
|
|||
<param name="plugin.groupId" value="org/codelibs" />
|
||||
<param name="plugin.name.prefix" value="elasticsearch-" />
|
||||
<param name="plugin.name" value="langfield" />
|
||||
<param name="plugin.version" value="5.2.0" />
|
||||
<param name="plugin.zip.version" value="5.2.0" />
|
||||
<param name="plugin.version" value="5.3.1" />
|
||||
<param name="plugin.zip.version" value="5.3.1" />
|
||||
</antcall>
|
||||
<!-- kopf -->
|
||||
<get dest="${target.dir}/kopf.zip">
|
||||
|
@ -99,6 +99,7 @@
|
|||
<fileset dir="${plugins.dir}">
|
||||
<include name="configsync/commons-codec-*" />
|
||||
<include name="dataformat/commons-codec-*" />
|
||||
<include name="dataformat/commons-collections4-*" />
|
||||
<include name="dataformat/curvesapi-*" />
|
||||
<include name="dataformat/orangesignal-csv-*" />
|
||||
<include name="dataformat/poi-*" />
|
||||
|
|
12
pom.xml
12
pom.xml
|
@ -3,7 +3,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.codelibs.fess</groupId>
|
||||
<artifactId>fess</artifactId>
|
||||
<version>11.0.4-SNAPSHOT</version>
|
||||
<version>11.1.0-SNAPSHOT</version>
|
||||
<packaging>war</packaging>
|
||||
<name>Fess</name>
|
||||
<description>Fess is Full tExt Search System.</description>
|
||||
|
@ -57,18 +57,18 @@
|
|||
<utflute.version>0.6.6</utflute.version>
|
||||
|
||||
<!-- Crawler -->
|
||||
<crawler.version>1.1.0</crawler.version>
|
||||
<crawler.version>1.2.0</crawler.version>
|
||||
|
||||
<!-- Suggest -->
|
||||
<suggest.version>5.2.0</suggest.version>
|
||||
<suggest.version>5.3.0</suggest.version>
|
||||
|
||||
<!-- Elasticsearch -->
|
||||
<elasticsearch.version>5.2.2</elasticsearch.version>
|
||||
<elasticsearch.version>5.3.2</elasticsearch.version>
|
||||
<elasticsearch.min.version>5.1.0</elasticsearch.min.version>
|
||||
<cluster.runner.version>5.2.2.0</cluster.runner.version>
|
||||
<cluster.runner.version>5.3.2.0</cluster.runner.version>
|
||||
|
||||
<!-- Tomcat -->
|
||||
<tomcat.version>8.5.13</tomcat.version>
|
||||
<tomcat.version>8.5.14</tomcat.version>
|
||||
<tomcat.boot.version>0.5.1</tomcat.boot.version>
|
||||
|
||||
<!-- DEB & RPM build -->
|
||||
|
|
|
@ -24,7 +24,7 @@ import org.codelibs.core.lang.StringUtil;
|
|||
public class Constants extends CoreLibConstants {
|
||||
public static final int MAJOR_VERSION = 11;
|
||||
|
||||
public static final int MINOR_VERSION = 0;
|
||||
public static final int MINOR_VERSION = 1;
|
||||
|
||||
public static final String FESS_VERSION = String.valueOf(MAJOR_VERSION) + "." + String.valueOf(MINOR_VERSION);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue