Parcourir la source

Upgrade to Spring Boot 2.0.2.RELEASE and Spring Cloud Finchley.RC1

Greg Turnquist il y a 6 ans
Parent
révision
a1b292ba59
Aucun compte lié à l'adresse email de l'auteur
5 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 1
    1
      README.adoc
  2. 1
    1
      complete/build.gradle
  3. 1
    1
      complete/pom.xml
  4. 1
    1
      initial/build.gradle
  5. 1
    1
      initial/pom.xml

+ 1
- 1
README.adoc Voir le fichier

2
 :toc:
2
 :toc:
3
 :project_id: gs-rest-service
3
 :project_id: gs-rest-service
4
 :spring_version: current
4
 :spring_version: current
5
-:spring_boot_version: 2.0.1.RELEASE
5
+:spring_boot_version: 2.0.2.RELEASE
6
 :icons: font
6
 :icons: font
7
 :source-highlighter: prettify
7
 :source-highlighter: prettify
8
 
8
 

+ 1
- 1
complete/build.gradle Voir le fichier

3
         mavenCentral()
3
         mavenCentral()
4
     }
4
     }
5
     dependencies {
5
     dependencies {
6
-        classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.1.RELEASE")
6
+        classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.2.RELEASE")
7
     }
7
     }
8
 }
8
 }
9
 
9
 

+ 1
- 1
complete/pom.xml Voir le fichier

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>2.0.1.RELEASE</version>
13
+        <version>2.0.2.RELEASE</version>
14
     </parent>
14
     </parent>
15
 
15
 
16
     <dependencies>
16
     <dependencies>

+ 1
- 1
initial/build.gradle Voir le fichier

3
         mavenCentral()
3
         mavenCentral()
4
     }
4
     }
5
     dependencies {
5
     dependencies {
6
-        classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.1.RELEASE")
6
+        classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.2.RELEASE")
7
     }
7
     }
8
 }
8
 }
9
 
9
 

+ 1
- 1
initial/pom.xml Voir le fichier

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>2.0.1.RELEASE</version>
13
+        <version>2.0.2.RELEASE</version>
14
     </parent>
14
     </parent>
15
 
15
 
16
     <dependencies>
16
     <dependencies>