Fixup version numbers following release

This commit is contained in:
Stephane Nicoll
2017-03-03 16:14:56 +01:00
parent 2a83e80a9b
commit dac3810bc1
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.4.5.BUILD-SNAPSHOT" />
<property name="spring-boot.version" value="1.4.6.BUILD-SNAPSHOT" />
<property name="lib.dir" location="${basedir}/target/lib" />
<property name="start-class" value="sample.ant.SampleAntApplication" />