version 11.3.0-SNAPSHOT
This commit is contained in:
parent
9bcd13bb70
commit
a14e5fb790
2 changed files with 3 additions and 3 deletions
4
pom.xml
4
pom.xml
|
@ -3,7 +3,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.codelibs.fess</groupId>
|
||||
<artifactId>fess</artifactId>
|
||||
<version>11.2.1-SNAPSHOT</version>
|
||||
<version>11.3.0-SNAPSHOT</version>
|
||||
<packaging>war</packaging>
|
||||
<name>Fess</name>
|
||||
<description>Fess is Full tExt Search System.</description>
|
||||
|
@ -60,7 +60,7 @@
|
|||
<utflute.version>0.7.8</utflute.version>
|
||||
|
||||
<!-- Crawler -->
|
||||
<crawler.version>1.3.0</crawler.version>
|
||||
<crawler.version>1.4.0-SNAPSHOT</crawler.version>
|
||||
|
||||
<!-- Suggest -->
|
||||
<suggest.version>5.4.0</suggest.version>
|
||||
|
|
|
@ -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 = 2;
|
||||
public static final int MINOR_VERSION = 3;
|
||||
|
||||
public static final String FESS_VERSION = String.valueOf(MAJOR_VERSION) + "." + String.valueOf(MINOR_VERSION);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue