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

update dependencies

parent 09069b0f
No related branches found
No related tags found
No related merge requests found
......@@ -13,43 +13,43 @@
<mkdir dir="${plugins.dir}" />
<!-- analysis-kuromoji-neologd -->
<antcall target="install.plugin">
<param name="repo.url" value="${maven.snapshot.repo.url}" />
<param name="repo.url" value="${maven.release.repo.url}" />
<param name="plugin.groupId" value="org/codelibs" />
<param name="plugin.name" value="analysis-kuromoji-neologd" />
<param name="plugin.version" value="2.1.1-SNAPSHOT" />
<param name="plugin.zip.version" value="2.1.1-20160101.130056-6" />
<param name="plugin.version" value="2.1.1" />
<param name="plugin.zip.version" value="2.1.1" />
</antcall>
<!-- analysis-synonym -->
<antcall target="install.plugin">
<param name="repo.url" value="${maven.snapshot.repo.url}" />
<param name="repo.url" value="${maven.release.repo.url}" />
<param name="plugin.groupId" value="org/codelibs" />
<param name="plugin.name" value="analysis-synonym" />
<param name="plugin.version" value="2.1.1-SNAPSHOT" />
<param name="plugin.zip.version" value="2.1.1-20151222.142545-3" />
<param name="plugin.version" value="2.1.1" />
<param name="plugin.zip.version" value="2.1.1" />
</antcall>
<!-- configsync -->
<antcall target="install.plugin">
<param name="repo.url" value="${maven.snapshot.repo.url}" />
<param name="repo.url" value="${maven.release.repo.url}" />
<param name="plugin.groupId" value="org/codelibs" />
<param name="plugin.name" value="configsync" />
<param name="plugin.version" value="2.1.1-SNAPSHOT" />
<param name="plugin.zip.version" value="2.1.1-20151222.142733-3" />
<param name="plugin.version" value="2.1.1" />
<param name="plugin.zip.version" value="2.1.1" />
</antcall>
<!-- dataformat -->
<antcall target="install.plugin">
<param name="repo.url" value="${maven.snapshot.repo.url}" />
<param name="repo.url" value="${maven.release.repo.url}" />
<param name="plugin.groupId" value="org/codelibs" />
<param name="plugin.name" value="dataformat" />
<param name="plugin.version" value="2.1.1-SNAPSHOT" />
<param name="plugin.zip.version" value="2.1.1-20151222.143324-2" />
<param name="plugin.version" value="2.1.1" />
<param name="plugin.zip.version" value="2.1.1" />
</antcall>
<!-- langfield -->
<antcall target="install.plugin">
<param name="repo.url" value="${maven.snapshot.repo.url}" />
<param name="repo.url" value="${maven.release.repo.url}" />
<param name="plugin.groupId" value="org/codelibs" />
<param name="plugin.name" value="langfield" />
<param name="plugin.version" value="2.1.1-SNAPSHOT" />
<param name="plugin.zip.version" value="2.1.1-20151222.141153-3" />
<param name="plugin.version" value="2.1.1" />
<param name="plugin.zip.version" value="2.1.1" />
</antcall>
<!-- kopf -->
<get dest="${target.dir}">
......
......@@ -59,10 +59,10 @@
<utflute.version>0.6.0B</utflute.version>
<!-- Crawler -->
<crawler.version>1.0.2-SNAPSHOT</crawler.version>
<crawler.version>1.0.2</crawler.version>
<!-- Suggest -->
<suggest.version>2.1.0</suggest.version>
<suggest.version>2.1.1-SNAPSHOT</suggest.version>
<!-- Elasticsearch -->
<elasticsearch.version>2.1.1</elasticsearch.version>
......
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