Skip to content

Commit cc3bee1

Browse files
gregturnartembilan
authored andcommitted
Upgrade to Spring Boot 2.0.0.RELEASE
1 parent dfff3a3 commit cc3bee1

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

complete/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.10.RELEASE")
6+
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.0.RELEASE")
77
}
88
}
99

1010
apply plugin: 'java'
1111
apply plugin: 'eclipse'
1212
apply plugin: 'idea'
1313
apply plugin: 'org.springframework.boot'
14+
apply plugin: 'io.spring.dependency-management'
1415

1516
jar {
1617
baseName = 'gs-integration'

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>1.5.10.RELEASE</version>
13+
<version>2.0.0.RELEASE</version>
1414
</parent>
1515

1616
<properties>

initial/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.10.RELEASE")
6+
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.0.RELEASE")
77
}
88
}
99

1010
apply plugin: 'java'
1111
apply plugin: 'eclipse'
1212
apply plugin: 'idea'
1313
apply plugin: 'org.springframework.boot'
14+
apply plugin: 'io.spring.dependency-management'
1415

1516
jar {
1617
baseName = 'gs-integration'

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>1.5.10.RELEASE</version>
13+
<version>2.0.0.RELEASE</version>
1414
</parent>
1515

1616
<properties>

0 commit comments

Comments
 (0)