Fixup version numbers following release

This commit is contained in:
Stephane Nicoll
2016-09-21 10:35:52 +02:00
parent 7e9ed5e1a7
commit 97083300d7
9 changed files with 14 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
buildscript {
ext {
springBootVersion = '1.4.1.BUILD-SNAPSHOT'
springBootVersion = '1.5.0.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.1.BUILD-SNAPSHOT" />
<property name="spring-boot.version" value="1.5.0.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.1.BUILD-SNAPSHOT'
springBootVersion = '1.5.0.BUILD-SNAPSHOT'
}
repositories {
// NOTE: You should declare only repositories that you need here

View File

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

View File

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

View File

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

View File

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