From c2ba71795c95f9b1727054069268486fcad3e38b Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Sun, 4 Nov 2018 22:44:56 +0800 Subject: [PATCH] :arrow_up: Upgrading Spring Boot dependencies from 2.0.5.RELEASE to 2.1.0.RELEASE. --- pom.xml | 5 +- spring-boot-demo-actuator/pom.xml | 4 +- spring-boot-demo-admin-client/pom.xml | 4 +- spring-boot-demo-admin-server/pom.xml | 4 +- spring-boot-demo-elasticsearch/pom.xml | 4 +- spring-boot-demo-exception-handler/pom.xml | 4 +- spring-boot-demo-helloworld/pom.xml | 4 +- spring-boot-demo-log-aop/pom.xml | 4 +- spring-boot-demo-logback/pom.xml | 4 +- spring-boot-demo-neo4j/pom.xml | 4 +- spring-boot-demo-orm-jdbctemplate/pom.xml | 4 +- spring-boot-demo-orm-jpa/pom.xml | 4 +- spring-boot-demo-properties/pom.xml | 4 +- spring-boot-demo-template-beetl/pom.xml | 4 +- spring-boot-demo-template-enjoy/pom.xml | 4 +- spring-boot-demo-template-freemarker/pom.xml | 4 +- spring-boot-demo-template-thymeleaf/pom.xml | 4 +- spring-boot-demo-upload/pom.xml | 4 +- spring-boot-demo-war/pom.xml | 60 ++++++++++---------- 19 files changed, 67 insertions(+), 66 deletions(-) diff --git a/pom.xml b/pom.xml index fb4adc170..b23448883 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.xkcoding spring-boot-demo - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT spring-boot-demo-helloworld spring-boot-demo-properties @@ -22,6 +22,7 @@ spring-boot-demo-template-enjoy spring-boot-demo-orm-jdbctemplate spring-boot-demo-orm-jpa + spring-boot-demo-email spring-boot-demo-upload spring-boot-demo-war spring-boot-demo-elasticsearch @@ -38,7 +39,7 @@ 1.8 1.8 1.8 - 2.0.5.RELEASE + 2.1.0.RELEASE 8.0.12 4.1.19 1.20 diff --git a/spring-boot-demo-actuator/pom.xml b/spring-boot-demo-actuator/pom.xml index 6baf264f0..8906c7755 100644 --- a/spring-boot-demo-actuator/pom.xml +++ b/spring-boot-demo-actuator/pom.xml @@ -4,7 +4,7 @@ 4.0.0 spring-boot-demo-actuator - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT jar spring-boot-demo-actuator @@ -13,7 +13,7 @@ com.xkcoding spring-boot-demo - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT diff --git a/spring-boot-demo-admin-client/pom.xml b/spring-boot-demo-admin-client/pom.xml index 10fb8f447..682adbb2c 100644 --- a/spring-boot-demo-admin-client/pom.xml +++ b/spring-boot-demo-admin-client/pom.xml @@ -4,7 +4,7 @@ 4.0.0 spring-boot-demo-admin-client - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT jar spring-boot-demo-admin-client @@ -13,7 +13,7 @@ com.xkcoding spring-boot-demo - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT diff --git a/spring-boot-demo-admin-server/pom.xml b/spring-boot-demo-admin-server/pom.xml index 3e1c2e2bf..e151e93b4 100644 --- a/spring-boot-demo-admin-server/pom.xml +++ b/spring-boot-demo-admin-server/pom.xml @@ -4,7 +4,7 @@ 4.0.0 spring-boot-demo-admin-server - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT jar spring-boot-demo-admin-server @@ -13,7 +13,7 @@ com.xkcoding spring-boot-demo - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT diff --git a/spring-boot-demo-elasticsearch/pom.xml b/spring-boot-demo-elasticsearch/pom.xml index 9a446dee2..2fb615886 100644 --- a/spring-boot-demo-elasticsearch/pom.xml +++ b/spring-boot-demo-elasticsearch/pom.xml @@ -4,7 +4,7 @@ 4.0.0 spring-boot-demo-elasticsearch - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT jar spring-boot-demo-elasticsearch @@ -13,7 +13,7 @@ com.xkcoding spring-boot-demo - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT diff --git a/spring-boot-demo-exception-handler/pom.xml b/spring-boot-demo-exception-handler/pom.xml index 4f79d6e38..14e4c9545 100644 --- a/spring-boot-demo-exception-handler/pom.xml +++ b/spring-boot-demo-exception-handler/pom.xml @@ -4,7 +4,7 @@ 4.0.0 spring-boot-demo-exception-handler - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT jar spring-boot-demo-exception-handler @@ -13,7 +13,7 @@ com.xkcoding spring-boot-demo - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT diff --git a/spring-boot-demo-helloworld/pom.xml b/spring-boot-demo-helloworld/pom.xml index 5130c627a..aef8a55bc 100644 --- a/spring-boot-demo-helloworld/pom.xml +++ b/spring-boot-demo-helloworld/pom.xml @@ -4,7 +4,7 @@ 4.0.0 spring-boot-demo-helloworld - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT jar spring-boot-demo-helloworld @@ -13,7 +13,7 @@ com.xkcoding spring-boot-demo - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT diff --git a/spring-boot-demo-log-aop/pom.xml b/spring-boot-demo-log-aop/pom.xml index fccdc7d15..17087e8d9 100644 --- a/spring-boot-demo-log-aop/pom.xml +++ b/spring-boot-demo-log-aop/pom.xml @@ -4,7 +4,7 @@ 4.0.0 spring-boot-demo-log-aop - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT jar spring-boot-demo-log-aop @@ -13,7 +13,7 @@ com.xkcoding spring-boot-demo - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT diff --git a/spring-boot-demo-logback/pom.xml b/spring-boot-demo-logback/pom.xml index 0e92707da..05a187f87 100644 --- a/spring-boot-demo-logback/pom.xml +++ b/spring-boot-demo-logback/pom.xml @@ -4,7 +4,7 @@ 4.0.0 spring-boot-demo-logback - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT jar spring-boot-demo-logback @@ -13,7 +13,7 @@ com.xkcoding spring-boot-demo - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT diff --git a/spring-boot-demo-neo4j/pom.xml b/spring-boot-demo-neo4j/pom.xml index aa4968e65..c16371129 100644 --- a/spring-boot-demo-neo4j/pom.xml +++ b/spring-boot-demo-neo4j/pom.xml @@ -4,7 +4,7 @@ 4.0.0 spring-boot-demo-neo4j - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT jar spring-boot-demo-neo4j @@ -13,7 +13,7 @@ com.xkcoding spring-boot-demo - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT diff --git a/spring-boot-demo-orm-jdbctemplate/pom.xml b/spring-boot-demo-orm-jdbctemplate/pom.xml index 102eae214..8d31e9beb 100644 --- a/spring-boot-demo-orm-jdbctemplate/pom.xml +++ b/spring-boot-demo-orm-jdbctemplate/pom.xml @@ -4,7 +4,7 @@ 4.0.0 spring-boot-demo-orm-jdbctemplate - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT jar spring-boot-demo-orm-jdbctemplate @@ -13,7 +13,7 @@ com.xkcoding spring-boot-demo - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT diff --git a/spring-boot-demo-orm-jpa/pom.xml b/spring-boot-demo-orm-jpa/pom.xml index 6109a66b2..f6d824bfc 100644 --- a/spring-boot-demo-orm-jpa/pom.xml +++ b/spring-boot-demo-orm-jpa/pom.xml @@ -4,7 +4,7 @@ 4.0.0 spring-boot-demo-orm-jpa - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT jar spring-boot-demo-orm-jpa @@ -13,7 +13,7 @@ com.xkcoding spring-boot-demo - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT diff --git a/spring-boot-demo-properties/pom.xml b/spring-boot-demo-properties/pom.xml index 82d1ddf2b..1bb7e8992 100644 --- a/spring-boot-demo-properties/pom.xml +++ b/spring-boot-demo-properties/pom.xml @@ -4,7 +4,7 @@ 4.0.0 spring-boot-demo-properties - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT jar spring-boot-demo-properties @@ -13,7 +13,7 @@ com.xkcoding spring-boot-demo - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT diff --git a/spring-boot-demo-template-beetl/pom.xml b/spring-boot-demo-template-beetl/pom.xml index faa73a851..39324c09f 100644 --- a/spring-boot-demo-template-beetl/pom.xml +++ b/spring-boot-demo-template-beetl/pom.xml @@ -4,7 +4,7 @@ 4.0.0 spring-boot-demo-template-beetl - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT jar spring-boot-demo-template-beetl @@ -13,7 +13,7 @@ com.xkcoding spring-boot-demo - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT diff --git a/spring-boot-demo-template-enjoy/pom.xml b/spring-boot-demo-template-enjoy/pom.xml index 789f59505..737160e7a 100644 --- a/spring-boot-demo-template-enjoy/pom.xml +++ b/spring-boot-demo-template-enjoy/pom.xml @@ -4,7 +4,7 @@ 4.0.0 spring-boot-demo-template-enjoy - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT jar spring-boot-demo-template-enjoy @@ -13,7 +13,7 @@ com.xkcoding spring-boot-demo - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT diff --git a/spring-boot-demo-template-freemarker/pom.xml b/spring-boot-demo-template-freemarker/pom.xml index cc05d161c..f72fb119a 100644 --- a/spring-boot-demo-template-freemarker/pom.xml +++ b/spring-boot-demo-template-freemarker/pom.xml @@ -4,7 +4,7 @@ 4.0.0 spring-boot-demo-template-freemarker - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT jar spring-boot-demo-template-freemarker @@ -13,7 +13,7 @@ com.xkcoding spring-boot-demo - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT diff --git a/spring-boot-demo-template-thymeleaf/pom.xml b/spring-boot-demo-template-thymeleaf/pom.xml index 8995f3466..835611c22 100644 --- a/spring-boot-demo-template-thymeleaf/pom.xml +++ b/spring-boot-demo-template-thymeleaf/pom.xml @@ -4,7 +4,7 @@ 4.0.0 spring-boot-demo-template-thymeleaf - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT jar spring-boot-demo-template-thymeleaf @@ -13,7 +13,7 @@ com.xkcoding spring-boot-demo - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT diff --git a/spring-boot-demo-upload/pom.xml b/spring-boot-demo-upload/pom.xml index 6947e5780..042defe63 100644 --- a/spring-boot-demo-upload/pom.xml +++ b/spring-boot-demo-upload/pom.xml @@ -4,7 +4,7 @@ 4.0.0 spring-boot-demo-upload - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT jar spring-boot-demo-upload @@ -13,7 +13,7 @@ com.xkcoding spring-boot-demo - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT diff --git a/spring-boot-demo-war/pom.xml b/spring-boot-demo-war/pom.xml index 38fc08a79..995e5081c 100644 --- a/spring-boot-demo-war/pom.xml +++ b/spring-boot-demo-war/pom.xml @@ -1,27 +1,27 @@ - 4.0.0 + 4.0.0 spring-boot-demo-war - 0.0.1-SNAPSHOT + 1.0.0-SNAPSHOT war - spring-boot-demo-war - Demo project for Spring Boot + spring-boot-demo-war + Demo project for Spring Boot - - com.xkcoding - spring-boot-demo - 0.0.1-SNAPSHOT - + + com.xkcoding + spring-boot-demo + 1.0.0-SNAPSHOT + - - UTF-8 - UTF-8 - 1.8 - + + UTF-8 + UTF-8 + 1.8 + @@ -36,21 +36,21 @@ provided - - org.springframework.boot - spring-boot-starter-test - test - - - - - spring-boot-demo-war - - - org.springframework.boot - spring-boot-maven-plugin - - - + + org.springframework.boot + spring-boot-starter-test + test + + + + + spring-boot-demo-war + + + org.springframework.boot + spring-boot-maven-plugin + + +