Skip to content

Commit

Permalink
fess-parent 14.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marevol committed Aug 10, 2024
1 parent e40edd2 commit c3b7629
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dbflute.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.15" />
<property name="branch.name" value="fess-14.16" />
<property name="mydbflute.url" value="https://github.com/lastaflute/lastaflute-example-waterfront/archive/${branch.name}.zip" />

<target name="mydbflute.check">
Expand Down
4 changes: 2 additions & 2 deletions deps.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.0" />
<param name="file.version" value="14.15.0" />
<param name="jar.version" value="14.16.0" />
<param name="file.version" value="14.16.0" />
</antcall>
</target>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.codelibs.fess</groupId>
<artifactId>fess-parent</artifactId>
<version>14.16.0-SNAPSHOT</version>
<version>14.16.0</version>
<relativePath />
</parent>
<properties>
Expand Down

0 comments on commit c3b7629

Please sign in to comment.