Skip to content
Snippets Groups Projects
Commit 5352623e authored by Shinsuke Sugaya's avatar Shinsuke Sugaya
Browse files

update dependencies

parent 8ddc00c6
No related branches found
No related tags found
No related merge requests found
...@@ -48,16 +48,16 @@ ...@@ -48,16 +48,16 @@
<param name="repo.url" value="${maven.release.repo.url}" /> <param name="repo.url" value="${maven.release.repo.url}" />
<param name="jar.groupId" value="org/codelibs/fess" /> <param name="jar.groupId" value="org/codelibs/fess" />
<param name="jar.artifactId" value="fess-ds-csv" /> <param name="jar.artifactId" value="fess-ds-csv" />
<param name="jar.version" value="13.8.0" /> <param name="jar.version" value="13.9.0" />
<param name="file.version" value="13.8.0" /> <param name="file.version" value="13.9.0" />
</antcall> </antcall>
<!-- fess-ds-db --> <!-- fess-ds-db -->
<antcall target="install.plugin.jar"> <antcall target="install.plugin.jar">
<param name="repo.url" value="${maven.release.repo.url}" /> <param name="repo.url" value="${maven.release.repo.url}" />
<param name="jar.groupId" value="org/codelibs/fess" /> <param name="jar.groupId" value="org/codelibs/fess" />
<param name="jar.artifactId" value="fess-ds-db" /> <param name="jar.artifactId" value="fess-ds-db" />
<param name="jar.version" value="13.8.0" /> <param name="jar.version" value="13.9.0" />
<param name="file.version" value="13.8.0" /> <param name="file.version" value="13.9.0" />
</antcall> </antcall>
</target> </target>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment