Fixup version numbers following release
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
buildscript {
|
||||
ext {
|
||||
springBootVersion = '1.1.10.BUILD-SNAPSHOT'
|
||||
springBootVersion = '1.1.11.BUILD-SNAPSHOT'
|
||||
}
|
||||
repositories {
|
||||
// NOTE: You should declare only repositories that you need here
|
||||
|
||||
@@ -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.1.10.BUILD-SNAPSHOT" />
|
||||
<property name="spring-boot.version" value="1.1.11.BUILD-SNAPSHOT" />
|
||||
<property name="start-class" value="org.springframework.boot.sample.actuator.SampleActuatorApplication" />
|
||||
|
||||
<target name="resolve" description="--> retrieve dependencies with ivy">
|
||||
|
||||
Reference in New Issue
Block a user