File tree 7 files changed +10
-10
lines changed
7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ repositories {
82
82
}
83
83
84
84
dependencies {
85
- compile("org.springframework.boot:spring-boot-starter:0.5.0.M4 ")
85
+ compile("org.springframework.boot:spring-boot-starter:0.5.0.M5 ")
86
86
compile("org.springframework:spring-jdbc:4.0.0.M3")
87
87
compile("com.h2database:h2:1.3.172")
88
88
testCompile("junit:junit:4.11")
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
4
4
mavenLocal()
5
5
}
6
6
dependencies {
7
- classpath(" org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M4 " )
7
+ classpath(" org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M5 " )
8
8
}
9
9
}
10
10
@@ -24,7 +24,7 @@ repositories {
24
24
}
25
25
26
26
dependencies {
27
- compile(" org.springframework.boot:spring-boot-starter:0.5.0.M4 " )
27
+ compile(" org.springframework.boot:spring-boot-starter:0.5.0.M5 " )
28
28
compile(" org.springframework:spring-jdbc:4.0.0.M3" )
29
29
compile(" com.h2database:h2:1.3.172" )
30
30
testCompile(" junit:junit:4.11" )
Original file line number Diff line number Diff line change 1
- # Fri Aug 09 11:41:30 CDT 2013
1
+ # Wed Oct 30 09:49:10 CDT 2013
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =http\://services.gradle.org/distributions/gradle-1.7 -bin.zip
6
+ distributionUrl =http\://services.gradle.org/distributions/gradle-1.8 -bin.zip
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<groupId >org.springframework.boot</groupId >
12
12
<artifactId >spring-boot-starter-parent</artifactId >
13
- <version >0.5.0.M4 </version >
13
+ <version >0.5.0.M5 </version >
14
14
</parent >
15
15
16
16
<dependencies >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ repositories {
20
20
}
21
21
22
22
dependencies {
23
- compile(" org.springframework.boot:spring-boot-starter:0.5.0.M4 " )
23
+ compile(" org.springframework.boot:spring-boot-starter:0.5.0.M5 " )
24
24
compile(" org.springframework:spring-jdbc:4.0.0.M3" )
25
25
compile(" com.h2database:h2:1.3.172" )
26
26
testCompile(" junit:junit:4.11" )
Original file line number Diff line number Diff line change 1
- # Fri Aug 09 11:41:36 CDT 2013
1
+ # Wed Oct 30 09:49:16 CDT 2013
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =http\://services.gradle.org/distributions/gradle-1.7 -bin.zip
6
+ distributionUrl =http\://services.gradle.org/distributions/gradle-1.8 -bin.zip
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<groupId >org.springframework.boot</groupId >
12
12
<artifactId >spring-boot-starter-parent</artifactId >
13
- <version >0.5.0.M4 </version >
13
+ <version >0.5.0.M5 </version >
14
14
</parent >
15
15
16
16
<dependencies >
You can’t perform that action at this time.
0 commit comments