Fixup versions

This commit is contained in:
Phillip Webb 2014-05-10 23:47:31 +01:00
parent 57eec8ccaa
commit 61232395d8
2 changed files with 2 additions and 2 deletions

View File

@ -1158,4 +1158,4 @@
</plugins>
</pluginManagement>
</build>
</project>
</project>

View File

@ -5,7 +5,7 @@
'$ ant -lib ivy-2.2.jar' (substitute the location of your actual ivy jar). Run with '$ java -jar target/*.jar'.
</description>
<property name="spring-boot.version" value="1.0.0.BUILD-SNAPSHOT" />
<property name="spring-boot.version" value="1.1.0.BUILD-SNAPSHOT" />
<property name="start-class" value="org.springframework.boot.sample.actuator.SampleActuatorApplication" />
<target name="resolve" description="--> retrieve dependencies with ivy">