Skip to content

Commit 60ff485

Browse files
committed
Rebuild with gradle 1.8 and also update to Spring Boot 0.5.0.M5
1 parent 72b76eb commit 60ff485

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ repositories {
8282
}
8383
8484
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")
8686
compile("org.springframework:spring-jdbc:4.0.0.M3")
8787
compile("com.h2database:h2:1.3.172")
8888
testCompile("junit:junit:4.11")

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.M4")
7+
classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M5")
88
}
99
}
1010

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

2626
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")
2828
compile("org.springframework:spring-jdbc:4.0.0.M3")
2929
compile("com.h2database:h2:1.3.172")
3030
testCompile("junit:junit:4.11")
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri Aug 09 11:41:30 CDT 2013
1+
#Wed Oct 30 09:49:10 CDT 2013
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
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

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.M4</version>
13+
<version>0.5.0.M5</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:0.5.0.M4")
23+
compile("org.springframework.boot:spring-boot-starter:0.5.0.M5")
2424
compile("org.springframework:spring-jdbc:4.0.0.M3")
2525
compile("com.h2database:h2:1.3.172")
2626
testCompile("junit:junit:4.11")
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri Aug 09 11:41:36 CDT 2013
1+
#Wed Oct 30 09:49:16 CDT 2013
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
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

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.M4</version>
13+
<version>0.5.0.M5</version>
1414
</parent>
1515

1616
<dependencies>

0 commit comments

Comments
 (0)