update dependencies

This commit is contained in:
Shinsuke Sugaya 2017-12-31 22:39:41 +09:00
parent 0bcb37e66f
commit 7ea482b255
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
<project name="dbflute" basedir=".">
<property name="mydbflute.dir" value="${basedir}/mydbflute" />
<property name="target.dir" value="${basedir}/target" />
<property name="branch.name" value="es-6.0" />
<property name="branch.name" value="es-6.1" />
<property name="mydbflute.url" value="https://github.com/lastaflute/lastaflute-example-waterfront/archive/${branch.name}.zip" />
<target name="mydbflute.check">

View file

@ -71,7 +71,7 @@
<cluster.runner.version>${elasticsearch.version}.0</cluster.runner.version>
<!-- Tomcat -->
<tomcat.version>9.0.2</tomcat.version>
<tomcat.version>8.5.23</tomcat.version>
<tomcat.boot.version>0.6.0</tomcat.boot.version>
<!-- DEB & RPM build -->