Skip to content

Commit ad8381c

Browse files
committed
Upgrade to Spring Boot 0.5.0.M6
1 parent 60ff485 commit ad8381c

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ repositories {
8282
}
8383
8484
dependencies {
85-
compile("org.springframework.boot:spring-boot-starter:0.5.0.M5")
86-
compile("org.springframework:spring-jdbc:4.0.0.M3")
85+
compile("org.springframework.boot:spring-boot-starter:0.5.0.M6")
86+
compile("org.springframework:spring-jdbc:4.0.0.RC1")
8787
compile("com.h2database:h2:1.3.172")
8888
testCompile("junit:junit:4.11")
8989
}

complete/build.gradle

+3-3
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,8 +24,8 @@ repositories {
2424
}
2525

2626
dependencies {
27-
compile("org.springframework.boot:spring-boot-starter:0.5.0.M5")
28-
compile("org.springframework:spring-jdbc:4.0.0.M3")
27+
compile("org.springframework.boot:spring-boot-starter:0.5.0.M6")
28+
compile("org.springframework:spring-jdbc:4.0.0.RC1")
2929
compile("com.h2database:h2:1.3.172")
3030
testCompile("junit:junit:4.11")
3131
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ repositories {
2020
}
2121

2222
dependencies {
23-
compile("org.springframework.boot:spring-boot-starter:0.5.0.M5")
24-
compile("org.springframework:spring-jdbc:4.0.0.M3")
23+
compile("org.springframework.boot:spring-boot-starter:0.5.0.M6")
24+
compile("org.springframework:spring-jdbc:4.0.0.RC1")
2525
compile("com.h2database:h2:1.3.172")
2626
testCompile("junit:junit:4.11")
2727
}

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)