Fixup version numbers following release

This commit is contained in:
Phillip Webb
2018-01-30 17:16:04 -08:00
parent 6414b42335
commit 09a64bc841
10 changed files with 19 additions and 22 deletions

View File

@@ -11,7 +11,7 @@
actual jars). Run with '$ java -jar target/*.jar'.
</description>
<property name="spring-boot.version" value="1.5.10.BUILD-SNAPSHOT" />
<property name="spring-boot.version" value="1.5.11.BUILD-SNAPSHOT" />
<property name="lib.dir" location="${basedir}/target/lib" />
<property name="start-class" value="sample.ant.SampleAntApplication" />