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

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

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" />

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
buildscript {
ext {
springBootVersion = '1.4.0.BUILD-SNAPSHOT'
springBootVersion = '1.4.1.BUILD-SNAPSHOT'
springLoadedVersion = '1.2.4.RELEASE'
}
repositories {