2.0.6 升级依赖

This commit is contained in:
yexuejc 2019-04-02 21:09:18 +08:00
parent 51f099d81b
commit 0e1fd35a85
3 changed files with 22 additions and 7 deletions

View File

@ -1,6 +1,20 @@
yexuejc-springboot 更新内容
-------------------
#### version 2.0.6
**time2019年4月2日21:08:453** <br/>
**branch** master <br/>
**关联工程:** <br/>
```
springboot-base:1.3.9
spring-boot-starter-parent:2.0.5.RELEASE
```
**update** <br/>
1. 升级依赖
#
#### version 2.0.5
**time2018-12-1 12:27:10** <br/>
**branch** master <br/>

View File

@ -5,7 +5,7 @@
<groupId>com.yexuejc.springboot</groupId>
<artifactId>yexuejc-springboot-parent</artifactId>
<version>2.0.5</version>
<version>2.0.6</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
@ -16,11 +16,12 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.5.RELEASE</version>
<!-- <relativePath/> lookup parent from repository -->
<!--<relativePath/>-->
<!--lookup parent from repository-->
</parent>
<properties>
<yexuejc.base.version>1.2.4</yexuejc.base.version>
<yexuejc.base.version>1.3.9</yexuejc.base.version>
<repos.yexuejc.url>https://nexus.yexuejc.club/repository/</repos.yexuejc.url>
<repos.aliyun.url>http://maven.aliyun.com/nexus/content/groups/public</repos.aliyun.url>
@ -69,7 +70,7 @@
<!--<version>${yexuejc.base.version}</version>-->
<!--</dependency>-->
<dependency>
<groupId>com.yexuejc.base</groupId>
<groupId>top.yexuejc</groupId>
<artifactId>yexuejc-base</artifactId>
<version>${yexuejc.base.version}</version>
</dependency>

View File

@ -9,9 +9,9 @@
<parent>
<groupId>com.yexuejc.springboot</groupId>
<artifactId>yexuejc-springboot-parent</artifactId>
<version>2.0.5</version>
<version>2.0.6</version>
<!-- 本地打包:使用相对关联路径 -->
<!--<relativePath>../../yexuejc</relativePath>-->
<!--<relativePath>../</relativePath>-->
</parent>
<name>${project.artifactId}</name>
@ -23,7 +23,7 @@
<dependencies>
<!--基础包-->
<dependency>
<groupId>com.yexuejc.base</groupId>
<groupId>top.yexuejc</groupId>
<artifactId>yexuejc-base</artifactId>
</dependency>
<!--<dependency>-->