Ver código fonte

Upgrade to Spring Boot 2.0.1.RELEASE

Greg Turnquist 8 anos atrás
pai
commit
32ae177dea
Nenhuma conta conectada ao e-mail do autor de commit
5 arquivos alterados com 5 adições e 5 exclusões
  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 Ver arquivo

1
-:spring_boot_version: 2.0.0.RELEASE
1
+:spring_boot_version: 2.0.1.RELEASE
2
 :spring-boot: https://github.com/spring-projects/spring-boot
2
 :spring-boot: https://github.com/spring-projects/spring-boot
3
 :toc:
3
 :toc:
4
 :icons: font
4
 :icons: font

+ 1
- 1
complete/build.gradle Ver arquivo

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

+ 1
- 1
complete/pom.xml Ver arquivo

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

+ 1
- 1
initial/build.gradle Ver arquivo

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

+ 1
- 1
initial/pom.xml Ver arquivo

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