Fixup version numbers following release

This commit is contained in:
Phillip Webb
2015-07-01 23:22:34 -07:00
parent 7ce391db4f
commit 43dc0c64c2
7 changed files with 9 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
buildscript {
ext {
springBootVersion = '1.2.5.BUILD-SNAPSHOT'
springBootVersion = '1.2.6.BUILD-SNAPSHOT'
}
repositories {
// NOTE: You should declare only repositories that you need here

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.2.5.BUILD-SNAPSHOT" />
<property name="spring-boot.version" value="1.2.6.BUILD-SNAPSHOT" />
<property name="start-class" value="org.springframework.boot.sample.actuator.SampleActuatorApplication" />
<property name="lib.dir" location="${basedir}/lib" />

View File

@@ -1,6 +1,6 @@
buildscript {
ext {
springBootVersion = '1.2.5.BUILD-SNAPSHOT'
springBootVersion = '1.2.6.BUILD-SNAPSHOT'
}
repositories {
// NOTE: You should declare only repositories that you need here

View File

@@ -1,6 +1,6 @@
buildscript {
ext {
springBootVersion = '1.2.5.BUILD-SNAPSHOT'
springBootVersion = '1.2.6.BUILD-SNAPSHOT'
}
repositories {
// NOTE: You should declare only repositories that you need here

View File

@@ -1,6 +1,6 @@
buildscript {
ext {
springBootVersion = '1.2.5.BUILD-SNAPSHOT'
springBootVersion = '1.2.6.BUILD-SNAPSHOT'
}
repositories {
// NOTE: You should declare only repositories that you need here

View File

@@ -1,6 +1,6 @@
buildscript {
ext {
springBootVersion = '1.2.5.BUILD-SNAPSHOT'
springBootVersion = '1.2.6.BUILD-SNAPSHOT'
springLoadedVersion = '1.2.0.RELEASE'
}
repositories {