diff --git a/pom.xml b/pom.xml index 4ef861fbeaf9f4ed4edf7e7acd64d0494ccd68be..aeb6da90168555373df3457ff8ef2ff0dd5c49e9 100644 --- a/pom.xml +++ b/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.0.1-SNAPSHOT</version> + <version>14.1.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.0.0</version> + <version>14.1.0-SNAPSHOT</version> <relativePath /> </parent> <properties>