version 11.0.0-SNAPSHOT
This commit is contained in:
parent
56967a8437
commit
f93ca92869
2 changed files with 3 additions and 3 deletions
2
pom.xml
2
pom.xml
|
@ -3,7 +3,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.codelibs.fess</groupId>
|
||||
<artifactId>fess</artifactId>
|
||||
<version>10.3.0-SNAPSHOT</version>
|
||||
<version>11.0.0-SNAPSHOT</version>
|
||||
<packaging>war</packaging>
|
||||
<name>Fess</name>
|
||||
<description>Fess is Full tExt Search System.</description>
|
||||
|
|
|
@ -22,9 +22,9 @@ import org.codelibs.core.CoreLibConstants;
|
|||
import org.codelibs.core.lang.StringUtil;
|
||||
|
||||
public class Constants extends CoreLibConstants {
|
||||
public static final int MAJOR_VERSION = 10;
|
||||
public static final int MAJOR_VERSION = 11;
|
||||
|
||||
public static final int MINOR_VERSION = 3;
|
||||
public static final int MINOR_VERSION = 0;
|
||||
|
||||
public static final String FESS_VERSION = String.valueOf(MAJOR_VERSION) + "." + String.valueOf(MINOR_VERSION);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue