diff --git a/deps.xml b/deps.xml index 847204bfcb010ca886ea3dd8ec4daee04778a016..1951f09b15c1ca521190efab7660549de8c95872 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 4e8afc8cc3d0ffa512a77f4d97776c9932fdafda..2e078919800dc0e29c083ea5bf1cdf530accdb96 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>