diff --git a/chapter-1-spring-boot-quickstart/pom.xml b/chapter-1-spring-boot-quickstart/pom.xml index b709729..7e47fc4 100644 --- a/chapter-1-spring-boot-quickstart/pom.xml +++ b/chapter-1-spring-boot-quickstart/pom.xml @@ -13,7 +13,7 @@ org.springframework.boot spring-boot-starter-parent - 1.5.1.RELEASE + 2.1.3.RELEASE diff --git a/chapter-2-spring-boot-config/pom.xml b/chapter-2-spring-boot-config/pom.xml index cc088fc..e24ffde 100644 --- a/chapter-2-spring-boot-config/pom.xml +++ b/chapter-2-spring-boot-config/pom.xml @@ -13,7 +13,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.0.BUILD-SNAPSHOT + 2.1.3.RELEASE @@ -52,7 +52,7 @@ org.springframework.boot spring-boot-maven-plugin - 1.5.1.RELEASE + 2.1.3.RELEASE diff --git a/chapter-3-spring-boot-web/pom.xml b/chapter-3-spring-boot-web/pom.xml index b40d56f..780e9ea 100644 --- a/chapter-3-spring-boot-web/pom.xml +++ b/chapter-3-spring-boot-web/pom.xml @@ -13,7 +13,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.0.BUILD-SNAPSHOT + 2.1.3.RELEASE diff --git a/chapter-4-spring-boot-validating-form-input/pom.xml b/chapter-4-spring-boot-validating-form-input/pom.xml index 35ab84c..2c63471 100644 --- a/chapter-4-spring-boot-validating-form-input/pom.xml +++ b/chapter-4-spring-boot-validating-form-input/pom.xml @@ -71,7 +71,7 @@ org.springframework.boot spring-boot-maven-plugin - 1.5.1.RELEASE + 2.1.3.RELEASE diff --git a/chapter-4-spring-boot-web-thymeleaf/pom.xml b/chapter-4-spring-boot-web-thymeleaf/pom.xml index 2d3bfff..ede4d5f 100644 --- a/chapter-4-spring-boot-web-thymeleaf/pom.xml +++ b/chapter-4-spring-boot-web-thymeleaf/pom.xml @@ -13,7 +13,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.0.BUILD-SNAPSHOT + 2.1.3.RELEASE diff --git a/chapter-5-spring-boot-data-jpa/pom.xml b/chapter-5-spring-boot-data-jpa/pom.xml index fd1d2eb..c8789cc 100644 --- a/chapter-5-spring-boot-data-jpa/pom.xml +++ b/chapter-5-spring-boot-data-jpa/pom.xml @@ -13,7 +13,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.0.BUILD-SNAPSHOT + 2.1.3.RELEASE diff --git a/chapter-5-spring-boot-paging-sorting/pom.xml b/chapter-5-spring-boot-paging-sorting/pom.xml index 77efa6a..71797fb 100644 --- a/chapter-5-spring-boot-paging-sorting/pom.xml +++ b/chapter-5-spring-boot-paging-sorting/pom.xml @@ -60,7 +60,7 @@ org.springframework.boot spring-boot-maven-plugin - 1.5.1.RELEASE + 2.1.3.RELEASE diff --git a/chapter-6-spring-boot-cache-redis/pom.xml b/chapter-6-spring-boot-cache-redis/pom.xml index 690eb60..0134888 100644 --- a/chapter-6-spring-boot-cache-redis/pom.xml +++ b/chapter-6-spring-boot-cache-redis/pom.xml @@ -13,7 +13,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.0.BUILD-SNAPSHOT + 2.1.3.RELEASE diff --git a/pom.xml b/pom.xml index 01b6e17..253246c 100644 --- a/pom.xml +++ b/pom.xml @@ -73,13 +73,14 @@ chapter-5-spring-boot-data-jpa - chapter-6-spring-boot-cache-redis + chapter-4-spring-boot-validating-form-input chapter-5-spring-boot-paging-sorting + springboot-hbase diff --git a/springboot-configuration/pom.xml b/springboot-configuration/pom.xml index 8dd6a77..5a3df0d 100755 --- a/springboot-configuration/pom.xml +++ b/springboot-configuration/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 1.5.1.RELEASE + 2.1.3.RELEASE diff --git a/springboot-dubbo-client/pom.xml b/springboot-dubbo-client/pom.xml index 0253e58..6b69be3 100755 --- a/springboot-dubbo-client/pom.xml +++ b/springboot-dubbo-client/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 1.5.1.RELEASE + 2.1.3.RELEASE diff --git a/springboot-dubbo-server/pom.xml b/springboot-dubbo-server/pom.xml index e156bc5..0731658 100755 --- a/springboot-dubbo-server/pom.xml +++ b/springboot-dubbo-server/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 1.5.1.RELEASE + 2.1.3.RELEASE diff --git a/springboot-freemarker/pom.xml b/springboot-freemarker/pom.xml index a756b19..6be3f20 100755 --- a/springboot-freemarker/pom.xml +++ b/springboot-freemarker/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 1.5.1.RELEASE + 2.1.3.RELEASE diff --git a/springboot-helloworld/pom.xml b/springboot-helloworld/pom.xml index ca3bda2..90ae6e6 100755 --- a/springboot-helloworld/pom.xml +++ b/springboot-helloworld/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 1.5.1.RELEASE + 2.1.3.RELEASE diff --git a/springboot-mybatis-annotation/pom.xml b/springboot-mybatis-annotation/pom.xml index 77ccd98..bbaf25c 100644 --- a/springboot-mybatis-annotation/pom.xml +++ b/springboot-mybatis-annotation/pom.xml @@ -15,7 +15,7 @@ org.springframework.boot spring-boot-starter-parent - 1.5.1.RELEASE + 2.1.3.RELEASE diff --git a/springboot-mybatis-mutil-datasource/pom.xml b/springboot-mybatis-mutil-datasource/pom.xml index bc14a53..90fb8ac 100755 --- a/springboot-mybatis-mutil-datasource/pom.xml +++ b/springboot-mybatis-mutil-datasource/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 1.5.1.RELEASE + 2.1.3.RELEASE diff --git a/springboot-mybatis-redis-annotation/pom.xml b/springboot-mybatis-redis-annotation/pom.xml index 3199297..a608e8d 100755 --- a/springboot-mybatis-redis-annotation/pom.xml +++ b/springboot-mybatis-redis-annotation/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 1.5.3.RELEASE + 2.1.3.RELEASE diff --git a/springboot-mybatis-redis/pom.xml b/springboot-mybatis-redis/pom.xml index 21a30fc..ef9f165 100755 --- a/springboot-mybatis-redis/pom.xml +++ b/springboot-mybatis-redis/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 1.5.1.RELEASE + 2.1.3.RELEASE diff --git a/springboot-mybatis/pom.xml b/springboot-mybatis/pom.xml index f309b20..62b4d14 100755 --- a/springboot-mybatis/pom.xml +++ b/springboot-mybatis/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 1.5.1.RELEASE + 2.1.3.RELEASE diff --git a/springboot-properties/pom.xml b/springboot-properties/pom.xml index c835662..81fe664 100755 --- a/springboot-properties/pom.xml +++ b/springboot-properties/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 1.5.1.RELEASE + 2.1.3.RELEASE @@ -42,4 +42,24 @@ test + + + + + + org.springframework.boot + spring-boot-maven-plugin + 2.1.3.RELEASE + + + org.apache.maven.plugins + maven-surefire-plugin + 2.12.4 + + true + + + + + diff --git a/springboot-restful/pom.xml b/springboot-restful/pom.xml index 5bfce9e..485b6f9 100755 --- a/springboot-restful/pom.xml +++ b/springboot-restful/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 1.5.1.RELEASE + 2.1.3.RELEASE diff --git a/springboot-validation-over-json/pom.xml b/springboot-validation-over-json/pom.xml index a39b50b..aaf48f0 100755 --- a/springboot-validation-over-json/pom.xml +++ b/springboot-validation-over-json/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 1.5.1.RELEASE + 2.1.3.RELEASE diff --git a/springboot-webflux-1-quickstart/pom.xml b/springboot-webflux-1-quickstart/pom.xml index 6e82485..3b58264 100755 --- a/springboot-webflux-1-quickstart/pom.xml +++ b/springboot-webflux-1-quickstart/pom.xml @@ -11,7 +11,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.1.RELEASE + 2.1.3.RELEASE diff --git a/springboot-webflux-10-book-manage-sys/pom.xml b/springboot-webflux-10-book-manage-sys/pom.xml index 9b98898..4a99ddd 100644 --- a/springboot-webflux-10-book-manage-sys/pom.xml +++ b/springboot-webflux-10-book-manage-sys/pom.xml @@ -13,7 +13,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.1.RELEASE + 2.1.3.RELEASE diff --git a/springboot-webflux-2-restful/pom.xml b/springboot-webflux-2-restful/pom.xml index aa189d4..e75d309 100755 --- a/springboot-webflux-2-restful/pom.xml +++ b/springboot-webflux-2-restful/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.1.RELEASE + 2.1.3.RELEASE diff --git a/springboot-webflux-3-mongodb/pom.xml b/springboot-webflux-3-mongodb/pom.xml index d5004d8..035c5f2 100755 --- a/springboot-webflux-3-mongodb/pom.xml +++ b/springboot-webflux-3-mongodb/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.1.RELEASE + 2.1.3.RELEASE diff --git a/springboot-webflux-4-thymeleaf/pom.xml b/springboot-webflux-4-thymeleaf/pom.xml index 2c437ce..ae8fe1d 100755 --- a/springboot-webflux-4-thymeleaf/pom.xml +++ b/springboot-webflux-4-thymeleaf/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.1.RELEASE + 2.1.3.RELEASE diff --git a/springboot-webflux-5-thymeleaf-mongodb/pom.xml b/springboot-webflux-5-thymeleaf-mongodb/pom.xml index 64c611d..d64bb72 100755 --- a/springboot-webflux-5-thymeleaf-mongodb/pom.xml +++ b/springboot-webflux-5-thymeleaf-mongodb/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.1.RELEASE + 2.1.3.RELEASE diff --git a/springboot-webflux-6-redis/pom.xml b/springboot-webflux-6-redis/pom.xml index 8f68262..4cc6dc3 100755 --- a/springboot-webflux-6-redis/pom.xml +++ b/springboot-webflux-6-redis/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.1.RELEASE + 2.1.3.RELEASE diff --git a/springboot-webflux-7-redis-cache/pom.xml b/springboot-webflux-7-redis-cache/pom.xml index ddc1fdb..3609e4d 100755 --- a/springboot-webflux-7-redis-cache/pom.xml +++ b/springboot-webflux-7-redis-cache/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.1.RELEASE + 2.1.3.RELEASE diff --git a/springboot-webflux-8-websocket/pom.xml b/springboot-webflux-8-websocket/pom.xml index c141f78..109c35a 100755 --- a/springboot-webflux-8-websocket/pom.xml +++ b/springboot-webflux-8-websocket/pom.xml @@ -11,7 +11,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.1.RELEASE + 2.1.3.RELEASE diff --git a/springboot-webflux-9-test/pom.xml b/springboot-webflux-9-test/pom.xml index 24d9a2b..1132904 100755 --- a/springboot-webflux-9-test/pom.xml +++ b/springboot-webflux-9-test/pom.xml @@ -12,7 +12,7 @@ org.springframework.boot spring-boot-starter-parent - 2.0.1.RELEASE + 2.1.3.RELEASE