fess-parent 14.10.0

This commit is contained in:
Shinsuke Sugaya 2023-08-05 20:36:22 +09:00
parent a73b5e0f22
commit d3a3b3d925
2 changed files with 3 additions and 3 deletions

View file

@ -48,8 +48,8 @@
<param name="repo.url" value="${maven.release.repo.url}" />
<param name="jar.groupId" value="org/codelibs/fess" />
<param name="jar.artifactId" value="fess-script-groovy" />
<param name="jar.version" value="14.9.0" />
<param name="file.version" value="14.9.0" />
<param name="jar.version" value="14.10.0" />
<param name="file.version" value="14.10.0" />
</antcall>
</target>

View file

@ -30,7 +30,7 @@
<parent>
<groupId>org.codelibs.fess</groupId>
<artifactId>fess-parent</artifactId>
<version>14.10.0-SNAPSHOT</version>
<version>14.10.0</version>
<relativePath />
</parent>
<properties>