File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
44 mavenLocal()
55 }
66 dependencies {
7- classpath(" org.springframework.boot:spring-boot-gradle-plugin:0.5.0.M6 " )
7+ classpath(" org.springframework.boot:spring-boot-gradle-plugin:1.0.0.RC1 " )
88 }
99}
1010
@@ -24,7 +24,7 @@ repositories {
2424}
2525
2626dependencies {
27- compile(" org.springframework.boot:spring-boot-starter-integration:0.5.0.M6 " )
27+ compile(" org.springframework.boot:spring-boot-starter-integration:1.0.0.RC1 " )
2828 compile(" org.springframework.integration:spring-integration-twitter:2.2.4.RELEASE" )
2929 testCompile(" junit:junit:4.11" )
3030}
Original file line number Diff line number Diff line change 1010 <parent >
1111 <groupId >org.springframework.boot</groupId >
1212 <artifactId >spring-boot-starter-parent</artifactId >
13- <version >0.5.0.M6 </version >
13+ <version >1.0.0.RC1 </version >
1414 </parent >
1515
1616 <dependencies >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ repositories {
2020}
2121
2222dependencies {
23- compile(" org.springframework.boot:spring-boot-starter-integration:0.5.0.M6 " )
23+ compile(" org.springframework.boot:spring-boot-starter-integration:1.0.0.RC1 " )
2424 compile(" org.springframework.integration:spring-integration-twitter:2.2.4.RELEASE" )
2525 testCompile(" junit:junit:4.11" )
2626}
Original file line number Diff line number Diff line change 1010 <parent >
1111 <groupId >org.springframework.boot</groupId >
1212 <artifactId >spring-boot-starter-parent</artifactId >
13- <version >0.5.0.M6 </version >
13+ <version >1.0.0.RC1 </version >
1414 </parent >
1515
1616 <dependencies >
You can’t perform that action at this time.
0 commit comments