Bläddra i källkod

Upgrade to Spring Boot 2.0.0.RELEASE

Greg Turnquist 6 år sedan
förälder
incheckning
fcab040017
No account linked to committer's email
4 ändrade filer med 6 tillägg och 4 borttagningar
  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 Visa fil

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

+ 1
- 1
complete/pom.xml Visa fil

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

+ 2
- 1
initial/build.gradle Visa fil

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

+ 1
- 1
initial/pom.xml Visa fil

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