fess-parent 14.14.0
This commit is contained in:
parent
dc0d651c2c
commit
3fc67c4f1f
3 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
<project name="dbflute" basedir=".">
|
||||
<property name="mydbflute.dir" value="${basedir}/mydbflute" />
|
||||
<property name="target.dir" value="${basedir}/target" />
|
||||
<property name="branch.name" value="fess-14.13" />
|
||||
<property name="branch.name" value="fess-14.14" />
|
||||
<property name="mydbflute.url" value="https://github.com/lastaflute/lastaflute-example-waterfront/archive/${branch.name}.zip" />
|
||||
|
||||
<target name="mydbflute.check">
|
||||
|
|
4
deps.xml
4
deps.xml
|
@ -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.13.0" />
|
||||
<param name="file.version" value="14.13.0" />
|
||||
<param name="jar.version" value="14.14.0" />
|
||||
<param name="file.version" value="14.14.0" />
|
||||
</antcall>
|
||||
</target>
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -30,7 +30,7 @@
|
|||
<parent>
|
||||
<groupId>org.codelibs.fess</groupId>
|
||||
<artifactId>fess-parent</artifactId>
|
||||
<version>14.14.0-SNAPSHOT</version>
|
||||
<version>14.14.0</version>
|
||||
<relativePath />
|
||||
</parent>
|
||||
<properties>
|
||||
|
|
Loading…
Add table
Reference in a new issue