Fixup version numbers following release

This commit is contained in:
Phillip Webb
2016-07-28 14:38:17 -07:00
parent 334baaeffd
commit c7a23eae56
8 changed files with 10 additions and 11 deletions

View File

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