fess-parent 14.7.0-SNAPSHOT
This commit is contained in:
parent
ece9ed175a
commit
ee23c5a1f6
3 changed files with 11 additions and 11 deletions
|
@ -6,7 +6,7 @@
|
|||
<!-- Maven Repository -->
|
||||
<property name="maven.snapshot.repo.url" value="https://maven.codelibs.org/" />
|
||||
<property name="maven.release.repo.url" value="https://maven.codelibs.org/" />
|
||||
<property name="opensearch.version" value="1.3.6" />
|
||||
<property name="opensearch.version" value="2.5.0" />
|
||||
|
||||
<target name="install.modules">
|
||||
<mkdir dir="${target.dir}" />
|
||||
|
|
16
plugin.xml
16
plugin.xml
|
@ -17,8 +17,8 @@
|
|||
<param name="plugin.groupId" value="org/codelibs/opensearch" />
|
||||
<param name="plugin.name.prefix" value="opensearch-" />
|
||||
<param name="plugin.name" value="analysis-extension" />
|
||||
<param name="plugin.version" value="2.4.0" />
|
||||
<param name="plugin.zip.version" value="2.4.0" />
|
||||
<param name="plugin.version" value="2.5.0" />
|
||||
<param name="plugin.zip.version" value="2.5.0" />
|
||||
</antcall>
|
||||
<!-- analysis-fess -->
|
||||
<antcall target="install.plugin">
|
||||
|
@ -26,8 +26,8 @@
|
|||
<param name="plugin.groupId" value="org/codelibs/opensearch" />
|
||||
<param name="plugin.name.prefix" value="opensearch-" />
|
||||
<param name="plugin.name" value="analysis-fess" />
|
||||
<param name="plugin.version" value="2.4.0" />
|
||||
<param name="plugin.zip.version" value="2.4.0" />
|
||||
<param name="plugin.version" value="2.5.0" />
|
||||
<param name="plugin.zip.version" value="2.5.0" />
|
||||
</antcall>
|
||||
<!-- configsync -->
|
||||
<antcall target="install.plugin">
|
||||
|
@ -35,8 +35,8 @@
|
|||
<param name="plugin.groupId" value="org/codelibs/opensearch" />
|
||||
<param name="plugin.name.prefix" value="opensearch-" />
|
||||
<param name="plugin.name" value="configsync" />
|
||||
<param name="plugin.version" value="2.4.0" />
|
||||
<param name="plugin.zip.version" value="2.4.0" />
|
||||
<param name="plugin.version" value="2.5.0" />
|
||||
<param name="plugin.zip.version" value="2.5.0" />
|
||||
</antcall>
|
||||
<!-- minhash -->
|
||||
<antcall target="install.plugin">
|
||||
|
@ -44,8 +44,8 @@
|
|||
<param name="plugin.groupId" value="org/codelibs/opensearch" />
|
||||
<param name="plugin.name.prefix" value="opensearch-" />
|
||||
<param name="plugin.name" value="minhash" />
|
||||
<param name="plugin.version" value="2.4.0" />
|
||||
<param name="plugin.zip.version" value="2.4.0" />
|
||||
<param name="plugin.version" value="2.5.0" />
|
||||
<param name="plugin.zip.version" value="2.5.0" />
|
||||
</antcall>
|
||||
|
||||
<antcall target="remove.jars" />
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -2,7 +2,7 @@
|
|||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>fess</artifactId>
|
||||
<version>14.6.1-SNAPSHOT</version>
|
||||
<version>14.7.0-SNAPSHOT</version>
|
||||
<packaging>war</packaging>
|
||||
<name>Fess</name>
|
||||
<description>Fess is Full tExt Search System.</description>
|
||||
|
@ -30,7 +30,7 @@
|
|||
<parent>
|
||||
<groupId>org.codelibs.fess</groupId>
|
||||
<artifactId>fess-parent</artifactId>
|
||||
<version>14.6.1-SNAPSHOT</version>
|
||||
<version>14.7.0-SNAPSHOT</version>
|
||||
<relativePath />
|
||||
</parent>
|
||||
<properties>
|
||||
|
|
Loading…
Add table
Reference in a new issue