Upgrade to Spring Boot 0.5.0.M4

This commit is contained in:
Greg Turnquist 2013-09-27 10:31:53 -05:00
parent 6b321a2a90
commit c08348f2d5
5 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

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

View File

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

View File

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