Bläddra i källkod

Upgrade to @SpringBoot 2.0.3.RELEASE and @SpringCloud Finchley.RELEASE

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

@@ -1,4 +1,4 @@
1
-:spring_boot_version: 2.0.2.RELEASE
1
+:spring_boot_version: 2.0.3.RELEASE
2 2
 :spring-boot: https://github.com/spring-projects/spring-boot
3 3
 :toc:
4 4
 :icons: font

+ 1
- 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:2.0.2.RELEASE")
6
+        classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.3.RELEASE")
7 7
     }
8 8
 }
9 9
 

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

+ 1
- 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:2.0.2.RELEASE")
6
+        classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.3.RELEASE")
7 7
     }
8 8
 }
9 9
 

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