From e3d8d2137199efaa5454dd0c73fe3fa9b9fe61ab Mon Sep 17 00:00:00 2001 From: yexuejc <940526mf> Date: Sat, 25 Aug 2018 14:31:44 +0800 Subject: [PATCH] 1.0.14 --- README.md | 2 +- UPDATE.md | 12 +++++++++ pom.xml | 45 +++++++++++++++++---------------- yexuejc-springboot-base/pom.xml | 2 +- 4 files changed, 37 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index d554a6f..1908000 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ parent:版本封装
base:功能封装 #### 最新版本 ->yexuejc.springboot.version=1.0.13
+>yexuejc.springboot.version=1.0.14
>yexuejc.base.version=1.1.7 pom.xml diff --git a/UPDATE.md b/UPDATE.md index 8162dad..01d014a 100644 --- a/UPDATE.md +++ b/UPDATE.md @@ -1,6 +1,18 @@ yexuejc-springboot 更新内容 ------------------- +#### version :1.0.14 +**time:2018-8-25 14:31:05**
+**branch:** master
+**关联工程:**
+``` +springboot-base:1.1.7 +spring-boot-starter-parent:1.5.15.RELEASE +``` +**update:**
+1. 升级依赖 +# + #### version :1.0.13 **time:2018-8-17 11:41:18**
**branch:** master
diff --git a/pom.xml b/pom.xml index 5f7289b..78958f8 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.yexuejc.springboot yexuejc-springboot-parent - 1.0.13 + 1.0.14 pom ${project.artifactId} @@ -15,7 +15,7 @@ org.springframework.boot spring-boot-starter-parent - 1.5.12.RELEASE + 1.5.15.RELEASE @@ -29,39 +29,40 @@ true 1.8 - 1.1.0.Final - 2.2.2 - 1.2.0 - 3.4.2 + 2.0.1.Final + 2.2.8 + 1.3.2 + 3.4.6 - 0.7.0 - 1.1.46 - 1.10 + 0.9.1 + 1.2.49 + 1.11 - 2.1.7 - 2.1.6 - 2.8.1 - 1.0.0 - 1.1.8 + 4.0.8 + 3.0.0 + 3.1.0 + 1.1.0 + 1.1.8.6 - 20171023143759 + 3.3.49.ALL 0.0.4 - 9.4.1212 + 42.2.4 + 3.0.9.RELEASE - 2.2.2 + 2.3.0 3.0.2.RELEASE - - com.github.yexuejc - yexuejc-base - ${yexuejc.base.version} - + + + + + com.yexuejc.base yexuejc-base diff --git a/yexuejc-springboot-base/pom.xml b/yexuejc-springboot-base/pom.xml index d47436a..e8d5e8c 100644 --- a/yexuejc-springboot-base/pom.xml +++ b/yexuejc-springboot-base/pom.xml @@ -9,7 +9,7 @@ com.yexuejc.springboot yexuejc-springboot-parent - 1.0.13 + 1.0.14