Skip to content

Commit 4ba32e7

Browse files
committed
Upgrade to Spring Boot 1.0.0.RC1 and other dependencies
1 parent 3c7ed51 commit 4ba32e7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

complete/build.gradle

Lines changed: 2 additions & 2 deletions
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.M6")
7+
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.0.0.RC1")
88
}
99
}
1010

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

2626
dependencies {
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
}

complete/pom.xml

Lines changed: 1 addition & 1 deletion
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.M6</version>
13+
<version>1.0.0.RC1</version>
1414
</parent>
1515

1616
<dependencies>

initial/build.gradle

Lines changed: 1 addition & 1 deletion
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-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
}

initial/pom.xml

Lines changed: 1 addition & 1 deletion
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.M6</version>
13+
<version>1.0.0.RC1</version>
1414
</parent>
1515

1616
<dependencies>

0 commit comments

Comments
 (0)