Upgrade to Spring Boot 1.0.0.RC3
This commit is contained in:
parent
aa43cbe81f
commit
acdbd6a991
@ -4,7 +4,7 @@ buildscript {
|
|||||||
mavenLocal()
|
mavenLocal()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.0.RC2")
|
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.0.RC3")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -24,7 +24,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile("org.springframework.boot:spring-boot-starter-batch:1.0.0.RC2")
|
compile("org.springframework.boot:spring-boot-starter-batch:1.0.0.RC3")
|
||||||
compile("org.hsqldb:hsqldb")
|
compile("org.hsqldb:hsqldb")
|
||||||
testCompile("junit:junit")
|
testCompile("junit:junit")
|
||||||
}
|
}
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-parent</artifactId>
|
<artifactId>spring-boot-starter-parent</artifactId>
|
||||||
<version>1.0.0.RC2</version>
|
<version>1.0.0.RC3</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
@ -20,7 +20,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile("org.springframework.boot:spring-boot-starter-batch:1.0.0.RC2")
|
compile("org.springframework.boot:spring-boot-starter-batch:1.0.0.RC3")
|
||||||
compile("org.hsqldb:hsqldb")
|
compile("org.hsqldb:hsqldb")
|
||||||
testCompile("junit:junit")
|
testCompile("junit:junit")
|
||||||
}
|
}
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-parent</artifactId>
|
<artifactId>spring-boot-starter-parent</artifactId>
|
||||||
<version>1.0.0.RC2</version>
|
<version>1.0.0.RC3</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user