diff --git a/dbflute.xml b/dbflute.xml index 25a11fa5f..caea3188f 100644 --- a/dbflute.xml +++ b/dbflute.xml @@ -2,7 +2,7 @@ - + diff --git a/plugin.xml b/plugin.xml index 6d85cf460..bda5e4860 100644 --- a/plugin.xml +++ b/plugin.xml @@ -19,8 +19,8 @@ - - + + @@ -28,8 +28,8 @@ - - + + @@ -37,8 +37,8 @@ - - + + @@ -46,8 +46,8 @@ - - + + @@ -55,8 +55,8 @@ - - + + @@ -64,8 +64,8 @@ - - + + @@ -99,6 +99,7 @@ + diff --git a/pom.xml b/pom.xml index d8885f6cc..0e51b6c70 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.codelibs.fess fess - 11.0.4-SNAPSHOT + 11.1.0-SNAPSHOT war Fess Fess is Full tExt Search System. @@ -57,18 +57,18 @@ 0.6.6 - 1.1.0 + 1.2.0 - 5.2.0 + 5.3.0 - 5.2.2 + 5.3.2 5.1.0 - 5.2.2.0 + 5.3.2.0 - 8.5.13 + 8.5.14 0.5.1 diff --git a/src/main/java/org/codelibs/fess/Constants.java b/src/main/java/org/codelibs/fess/Constants.java index f40498795..1dbaae82f 100644 --- a/src/main/java/org/codelibs/fess/Constants.java +++ b/src/main/java/org/codelibs/fess/Constants.java @@ -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);