Browse Source

Upgrade to Spring Boot 2.0.0.RELEASE

Greg Turnquist 6 years ago
parent
commit
fcab040017
No account linked to committer's email
4 changed files with 6 additions and 4 deletions
  1. 2
    1
      complete/build.gradle
  2. 1
    1
      complete/pom.xml
  3. 2
    1
      initial/build.gradle
  4. 1
    1
      initial/pom.xml

+ 2
- 1
complete/build.gradle View File

3
         mavenCentral()
3
         mavenCentral()
4
     }
4
     }
5
     dependencies {
5
     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")
7
     }
7
     }
8
 }
8
 }
9
 
9
 
11
 apply plugin: 'eclipse'
11
 apply plugin: 'eclipse'
12
 apply plugin: 'idea'
12
 apply plugin: 'idea'
13
 apply plugin: 'org.springframework.boot'
13
 apply plugin: 'org.springframework.boot'
14
+apply plugin: 'io.spring.dependency-management'
14
 
15
 
15
 jar {
16
 jar {
16
     baseName = 'gs-rest-service'
17
     baseName = 'gs-rest-service'

+ 1
- 1
complete/pom.xml View File

10
     <parent>
10
     <parent>
11
         <groupId>org.springframework.boot</groupId>
11
         <groupId>org.springframework.boot</groupId>
12
         <artifactId>spring-boot-starter-parent</artifactId>
12
         <artifactId>spring-boot-starter-parent</artifactId>
13
-        <version>1.5.10.RELEASE</version>
13
+        <version>2.0.0.RELEASE</version>
14
     </parent>
14
     </parent>
15
 
15
 
16
     <dependencies>
16
     <dependencies>

+ 2
- 1
initial/build.gradle View File

3
         mavenCentral()
3
         mavenCentral()
4
     }
4
     }
5
     dependencies {
5
     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")
7
     }
7
     }
8
 }
8
 }
9
 
9
 
11
 apply plugin: 'eclipse'
11
 apply plugin: 'eclipse'
12
 apply plugin: 'idea'
12
 apply plugin: 'idea'
13
 apply plugin: 'org.springframework.boot'
13
 apply plugin: 'org.springframework.boot'
14
+apply plugin: 'io.spring.dependency-management'
14
 
15
 
15
 jar {
16
 jar {
16
     baseName = 'gs-rest-service'
17
     baseName = 'gs-rest-service'

+ 1
- 1
initial/pom.xml View File

10
     <parent>
10
     <parent>
11
         <groupId>org.springframework.boot</groupId>
11
         <groupId>org.springframework.boot</groupId>
12
         <artifactId>spring-boot-starter-parent</artifactId>
12
         <artifactId>spring-boot-starter-parent</artifactId>
13
-        <version>1.5.10.RELEASE</version>
13
+        <version>2.0.0.RELEASE</version>
14
     </parent>
14
     </parent>
15
 
15
 
16
     <dependencies>
16
     <dependencies>