From 056002654291f63cb083e04ef5ea44843b699500 Mon Sep 17 00:00:00 2001 From: Shinsuke Sugaya <shinsuke@apache.org> Date: Sun, 13 Jun 2021 15:52:01 +0900 Subject: [PATCH] update dependencies --- deps.xml | 12 ++++++------ pom.xml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/deps.xml b/deps.xml index 847204bfc..1951f09b1 100644 --- a/deps.xml +++ b/deps.xml @@ -48,24 +48,24 @@ <param name="repo.url" value="${maven.release.repo.url}" /> <param name="jar.groupId" value="org/codelibs/fess" /> <param name="jar.artifactId" value="fess-ds-csv" /> - <param name="jar.version" value="13.12.0" /> - <param name="file.version" value="13.12.0" /> + <param name="jar.version" value="13.13.0" /> + <param name="file.version" value="13.13.0" /> </antcall> <!-- fess-ds-db --> <antcall target="install.plugin.jar"> <param name="repo.url" value="${maven.release.repo.url}" /> <param name="jar.groupId" value="org/codelibs/fess" /> <param name="jar.artifactId" value="fess-ds-db" /> - <param name="jar.version" value="13.12.0" /> - <param name="file.version" value="13.12.0" /> + <param name="jar.version" value="13.13.0" /> + <param name="file.version" value="13.13.0" /> </antcall> <!-- fess-script-groovy --> <antcall target="install.plugin.jar"> <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="13.12.0" /> - <param name="file.version" value="13.12.0" /> + <param name="jar.version" value="13.13.0" /> + <param name="file.version" value="13.13.0" /> </antcall> </target> diff --git a/pom.xml b/pom.xml index 4e8afc8cc..2e0789198 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.codelibs.fess</groupId> <artifactId>fess-parent</artifactId> - <version>13.13.0-SNAPSHOT</version> + <version>13.13.0</version> <relativePath /> </parent> <properties> -- GitLab