修改版本号,新增2.1sql升级文件

This commit is contained in:
hupeng
2020-03-23 18:55:31 +08:00
parent f55683d6e4
commit ab46809e45
10 changed files with 38 additions and 20 deletions

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>yshop</artifactId>
<groupId>co.yixiang</groupId>
<version>2.0</version>
<version>2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@ -16,7 +16,7 @@
<dependency>
<groupId>co.yixiang</groupId>
<artifactId>yshop-common</artifactId>
<version>2.0</version>
<version>2.1</version>
</dependency>
</dependencies>
</project>