Skip to content

Commit 38fa3a5

Browse files
committed
Fix Spring Boot and Cloud versions.
1 parent 06ed48e commit 38fa3a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
maven { url "http://repo.springsource.org/plugins-snapshot" }
99
}
1010
dependencies {
11-
classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.BUILD-SNAPSHOT")
11+
classpath("org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M6")
1212
classpath("org.springframework.build.gradle:propdeps-plugin:0.0.3")
1313
classpath("org.springframework.build.gradle:docbook-reference-plugin:0.2.7-SNAPSHOT")
1414
classpath 'org.asciidoctor:asciidoctor-gradle-plugin:0.4.1'
@@ -75,8 +75,8 @@ ext {
7575
springBatchVersion = '2.2.3.BUILD-SNAPSHOT'
7676
springIntegrationVersion = '4.0.0.M1'
7777
springIntegrationMQTTVersion = '4.0.0.M1'
78-
springBootVersion = '0.5.0.BUILD-SNAPSHOT'
79-
springCloudVersion = '0.9.3.BUILD-SNAPSHOT'
78+
springBootVersion = '0.5.0.M6'
79+
springCloudVersion = '0.9.2'
8080
springBatchAdminMgrVersion = '1.3.0.M1'
8181
springShellVersion = '1.1.0.M1'
8282
springIntegrationSplunkVersion = '1.0.0.M1'

0 commit comments

Comments
 (0)