Upgrade to Spring Boot 1.0.0.RC2

This commit is contained in:
Greg Turnquist
2014-02-13 12:38:11 -06:00
parent 71b1660861
commit aa43cbe81f
4 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -4,7 +4,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.0.RC1")
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.0.RC2")
}
}
@@ -24,9 +24,9 @@ repositories {
}
dependencies {
compile("org.springframework.boot:spring-boot-starter-batch:1.0.0.RC1")
compile("org.springframework.boot:spring-boot-starter-batch:1.0.0.RC2")
compile("org.hsqldb:hsqldb")
testCompile("junit:junit:4.11")
testCompile("junit:junit")
}
task wrapper(type: Wrapper) {
+1 -1
View File
@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.0.0.RC1</version>
<version>1.0.0.RC2</version>
</parent>
<dependencies>
+2 -2
View File
@@ -20,9 +20,9 @@ repositories {
}
dependencies {
compile("org.springframework.boot:spring-boot-starter-batch:1.0.0.RC1")
compile("org.springframework.boot:spring-boot-starter-batch:1.0.0.RC2")
compile("org.hsqldb:hsqldb")
testCompile("junit:junit:4.11")
testCompile("junit:junit")
}
task wrapper(type: Wrapper) {
+1 -1
View File
@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.0.0.RC1</version>
<version>1.0.0.RC2</version>
</parent>
<dependencies>