Skip to content

Commit 6915a41

Browse files
committed
Rebuild with gradle 1.8 and also update to Spring Boot 0.5.0.M5
1 parent 84184ec commit 6915a41

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
@@ -81,7 +81,7 @@ repositories {
8181
}
8282
8383
dependencies {
84-
compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M4")
84+
compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M5")
8585
compile("org.hsqldb:hsqldb")
8686
testCompile("junit:junit:4.11")
8787
}

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-batch:0.5.0.M4")
27+
compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M5")
2828
compile("org.hsqldb:hsqldb")
2929
testCompile("junit:junit:4.11")
3030
}
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri Aug 09 11:38:26 CDT 2013
1+
#Wed Oct 30 09:46:27 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-batch:0.5.0.M4")
23+
compile("org.springframework.boot:spring-boot-starter-batch:0.5.0.M5")
2424
compile("org.hsqldb:hsqldb")
2525
testCompile("junit:junit:4.11")
2626
}
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri Aug 09 11:38:32 CDT 2013
1+
#Wed Oct 30 09:46:32 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)