Rebuild with gradle 1.8 and also update to Spring Boot 0.5.0.M5

This commit is contained in:
Greg Turnquist 2013-10-30 10:03:30 -05:00
parent 84184ecfd3
commit 6915a41669
7 changed files with 10 additions and 10 deletions

View File

@ -81,7 +81,7 @@ repositories {
}
dependencies {
compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M4")
compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M5")
compile("org.hsqldb:hsqldb")
testCompile("junit:junit:4.11")
}

View File

@ -4,7 +4,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M4")
classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M5")
}
}
@ -24,7 +24,7 @@ repositories {
}
dependencies {
compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M4")
compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M5")
compile("org.hsqldb:hsqldb")
testCompile("junit:junit:4.11")
}

View File

@ -1,6 +1,6 @@
#Fri Aug 09 11:38:26 CDT 2013
#Wed Oct 30 09:46:27 CDT 2013
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.7-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.8-bin.zip

View File

@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>0.5.0.M4</version>
<version>0.5.0.M5</version>
</parent>
<dependencies>

View File

@ -20,7 +20,7 @@ repositories {
}
dependencies {
compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M4")
compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M5")
compile("org.hsqldb:hsqldb")
testCompile("junit:junit:4.11")
}

View File

@ -1,6 +1,6 @@
#Fri Aug 09 11:38:32 CDT 2013
#Wed Oct 30 09:46:32 CDT 2013
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.7-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.8-bin.zip

View File

@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>0.5.0.M4</version>
<version>0.5.0.M5</version>
</parent>
<dependencies>