Skip to content

Commit d45f654

Browse files
committed
Upgrade to Spring Boot 0.5.0.M6
1 parent 6915a41 commit d45f654

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ repositories {
8181
}
8282
8383
dependencies {
84-
compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M5")
84+
compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M6")
8585
compile("org.hsqldb:hsqldb")
8686
testCompile("junit:junit:4.11")
8787
}
@@ -445,7 +445,7 @@ buildscript {
445445
mavenLocal()
446446
}
447447
dependencies {
448-
classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M4")
448+
classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M6")
449449
}
450450
}
451451
```

complete/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
mavenLocal()
55
}
66
dependencies {
7-
classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M5")
7+
classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M6")
88
}
99
}
1010

@@ -24,7 +24,7 @@ repositories {
2424
}
2525

2626
dependencies {
27-
compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M5")
27+
compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M6")
2828
compile("org.hsqldb:hsqldb")
2929
testCompile("junit:junit:4.11")
3030
}

complete/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.springframework.boot</groupId>
1212
<artifactId>spring-boot-starter-parent</artifactId>
13-
<version>0.5.0.M5</version>
13+
<version>0.5.0.M6</version>
1414
</parent>
1515

1616
<dependencies>

initial/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020
}
2121

2222
dependencies {
23-
compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M5")
23+
compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M6")
2424
compile("org.hsqldb:hsqldb")
2525
testCompile("junit:junit:4.11")
2626
}

initial/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.springframework.boot</groupId>
1212
<artifactId>spring-boot-starter-parent</artifactId>
13-
<version>0.5.0.M5</version>
13+
<version>0.5.0.M6</version>
1414
</parent>
1515

1616
<dependencies>

0 commit comments

Comments
 (0)