configsync 6.1.1-SNAPSHOT
This commit is contained in:
parent
7e828b7d2b
commit
1430945e79
1 changed files with 3 additions and 3 deletions
|
@ -42,12 +42,12 @@
|
|||
</antcall>
|
||||
<!-- configsync -->
|
||||
<antcall target="install.plugin">
|
||||
<param name="repo.url" value="${maven.release.repo.url}" />
|
||||
<param name="repo.url" value="${maven.snapshot.repo.url}" />
|
||||
<param name="plugin.groupId" value="org/codelibs" />
|
||||
<param name="plugin.name.prefix" value="elasticsearch-" />
|
||||
<param name="plugin.name" value="configsync" />
|
||||
<param name="plugin.version" value="6.1.0" />
|
||||
<param name="plugin.zip.version" value="6.1.0" />
|
||||
<param name="plugin.version" value="6.1.1-SNAPSHOT" />
|
||||
<param name="plugin.zip.version" value="6.1.1-20171231.142324-1" />
|
||||
</antcall>
|
||||
<!-- dataformat -->
|
||||
<antcall target="install.plugin">
|
||||
|
|
Loading…
Add table
Reference in a new issue