version 9.0.1-SNAPSHOT
This commit is contained in:
parent
f4da0c9040
commit
365517bcbb
2 changed files with 2 additions and 2 deletions
2
pom.xml
2
pom.xml
|
@ -3,7 +3,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>jp.sf.fess</groupId>
|
||||
<artifactId>fess</artifactId>
|
||||
<version>9.1.0-SNAPSHOT</version>
|
||||
<version>9.0.1-SNAPSHOT</version>
|
||||
<packaging>war</packaging>
|
||||
<name>Fess</name>
|
||||
<description>Fess is Full tExt Search System.</description>
|
||||
|
|
|
@ -23,7 +23,7 @@ import org.codelibs.core.CoreLibConstants;
|
|||
public class Constants extends CoreLibConstants {
|
||||
public static final int MAJOR_VERSION = 9;
|
||||
|
||||
public static final int MINOR_VERSION = 1;
|
||||
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