Upgrade to Spring Boot 1.0.0.RC2
This commit is contained in:
parent
71b1660861
commit
aa43cbe81f
|
@ -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) {
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue