fix:待发布版本

Signed-off-by: mingsoft <killfen@126.com>
This commit is contained in:
msgroup 2022-12-15 16:37:57 +08:00 committed by mingsoft
parent 78f96cf113
commit b5071afe05
2 changed files with 4 additions and 16 deletions

File diff suppressed because one or more lines are too long

View File

@ -44,24 +44,24 @@
<dependency> <dependency>
<groupId>net.mingsoft</groupId> <groupId>net.mingsoft</groupId>
<artifactId>ms-base</artifactId> <artifactId>ms-base</artifactId>
<version>2.1.15</version> <version>2.1.16</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.mingsoft</groupId> <groupId>net.mingsoft</groupId>
<artifactId>ms-basic</artifactId> <artifactId>ms-basic</artifactId>
<version>2.1.15</version> <version>2.1.16</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.mingsoft</groupId> <groupId>net.mingsoft</groupId>
<artifactId>ms-mdiy</artifactId> <artifactId>ms-mdiy</artifactId>
<version>2.1.15.1</version> <version>2.1.16</version>
</dependency> </dependency>
<!--store入口依赖源码不开发如果不需要MStore可以直接去掉依赖--> <!--store入口依赖源码不开发如果不需要MStore可以直接去掉依赖-->
<dependency> <dependency>
<groupId>net.mingsoft</groupId> <groupId>net.mingsoft</groupId>
<artifactId>store-client</artifactId> <artifactId>store-client</artifactId>
<version>2.1.15</version> <version>2.1.16</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.github.oshi</groupId> <groupId>com.github.oshi</groupId>