Upgrade to Spring Boot 0.5.0.M6

This commit is contained in:
Greg Turnquist 2013-11-19 10:50:27 -06:00
parent 6915a41669
commit d45f654251
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.M5")
compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M6")
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.M4")
classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M6")
}
}
```

View File

@ -4,7 +4,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M5")
classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M6")
}
}
@ -24,7 +24,7 @@ repositories {
}
dependencies {
compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M5")
compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M6")
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.M5</version>
<version>0.5.0.M6</version>
</parent>
<dependencies>

View File

@ -20,7 +20,7 @@ repositories {
}
dependencies {
compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M5")
compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M6")
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.M5</version>
<version>0.5.0.M6</version>
</parent>
<dependencies>