1.0.13 升级base

This commit is contained in:
yexuejc 2018-08-17 11:42:22 +08:00
parent 87f87dbaef
commit 333e1f8a3c
4 changed files with 15 additions and 3 deletions

1
.gitignore vendored
View File

@ -11,6 +11,7 @@ target/
### IntelliJ IDEA ###
.idea
.mvn
*.iws
*.iml
*.ipr

View File

@ -1,6 +1,17 @@
yexuejc-springboot 更新内容
-------------------
#### version 1.0.13
**time2018-8-17 11:41:18** <br/>
**branch** master <br/>
**关联工程:** <br/>
```
springboot-base:1.1.7
```
**update** <br/>
1. 升级base
#
#### version 1.0.12
**time2018-6-19 22:18:03** <br/>
**branch** master <br/>

View File

@ -5,7 +5,7 @@
<groupId>com.yexuejc.springboot</groupId>
<artifactId>yexuejc-springboot-parent</artifactId>
<version>1.0.12</version>
<version>1.0.13</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
@ -20,7 +20,7 @@
</parent>
<properties>
<yexuejc.base.version>1.1.6</yexuejc.base.version>
<yexuejc.base.version>1.1.7</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>

View File

@ -9,7 +9,7 @@
<parent>
<groupId>com.yexuejc.springboot</groupId>
<artifactId>yexuejc-springboot-parent</artifactId>
<version>1.0.12</version>
<version>1.0.13</version>
<!-- 本地打包:使用相对关联路径 -->
<!--<relativePath>../../yexuejc</relativePath>-->
</parent>