[maven-release-plugin] prepare release fess-12.1.1

This commit is contained in:
Shinsuke Sugaya 2018-03-18 15:55:46 +09:00
parent aba9f7f348
commit 5aafd1af72

View file

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.codelibs.fess</groupId>
<artifactId>fess</artifactId>
<version>12.1.1-SNAPSHOT</version>
<version>12.1.1</version>
<packaging>war</packaging>
<name>Fess</name>
<description>Fess is Full tExt Search System.</description>
@ -327,8 +327,7 @@
<property name="with.fess" value="true" />
</ant>
<ant antfile="deps.xml" target="install.jars" />
<echo message="fess.version=${project.version}"
file="${basedir}/src/main/webapp/WEB-INF/project.properties"/>
<echo message="fess.version=${project.version}" file="${basedir}/src/main/webapp/WEB-INF/project.properties" />
</tasks>
</configuration>
<goals>