update dependencies
This commit is contained in:
parent
368345a0fb
commit
2a9ed0e74d
2 changed files with 4 additions and 4 deletions
|
@ -42,12 +42,12 @@
|
|||
</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.prefix" value="elasticsearch-" />
|
||||
<param name="plugin.name" value="configsync" />
|
||||
<param name="plugin.version" value="6.1.1-SNAPSHOT" />
|
||||
<param name="plugin.zip.version" value="6.1.1-20171231.142324-1" />
|
||||
<param name="plugin.version" value="6.1.1" />
|
||||
<param name="plugin.zip.version" value="6.1.1" />
|
||||
</antcall>
|
||||
<!-- dataformat -->
|
||||
<antcall target="install.plugin">
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -39,7 +39,7 @@
|
|||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
|
||||
<!-- Main Framework -->
|
||||
<dbflute.version>1.1.6-RC6</dbflute.version>
|
||||
<dbflute.version>1.1.6</dbflute.version>
|
||||
<lastaflute.version>1.0.4</lastaflute.version>
|
||||
<lasta.taglib.version>0.7.2</lasta.taglib.version>
|
||||
<lasta.job.version>0.5.2</lasta.job.version>
|
||||
|
|
Loading…
Add table
Reference in a new issue