mirror of https://gitee.com/stylefeng/roses
【7.0.4】更新pom版本
parent
d3b8d8838a
commit
d5cf6a78df
|
@ -21,14 +21,14 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
<groupId>cn.stylefeng.roses</groupId>
|
||||||
<artifactId>validator-api</artifactId>
|
<artifactId>validator-api</artifactId>
|
||||||
<version>7.0.4</version>
|
<version>${roses.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!--config模块的api-->
|
<!--config模块的api-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
<groupId>cn.stylefeng.roses</groupId>
|
||||||
<artifactId>config-api</artifactId>
|
<artifactId>config-api</artifactId>
|
||||||
<version>7.0.4</version>
|
<version>${roses.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!--资源扫描器的api-->
|
<!--资源扫描器的api-->
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
<groupId>cn.stylefeng.roses</groupId>
|
||||||
<artifactId>scanner-api</artifactId>
|
<artifactId>scanner-api</artifactId>
|
||||||
<version>7.0.4</version>
|
<version>${roses.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!--auth模块的api-->
|
<!--auth模块的api-->
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
<groupId>cn.stylefeng.roses</groupId>
|
||||||
<artifactId>auth-api</artifactId>
|
<artifactId>auth-api</artifactId>
|
||||||
<version>7.0.4</version>
|
<version>${roses.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!--字典的api-->
|
<!--字典的api-->
|
||||||
|
@ -52,7 +52,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.stylefeng.roses</groupId>
|
<groupId>cn.stylefeng.roses</groupId>
|
||||||
<artifactId>dict-api</artifactId>
|
<artifactId>dict-api</artifactId>
|
||||||
<version>7.0.3</version>
|
<version>${roses.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!--web-->
|
<!--web-->
|
||||||
|
|
Loading…
Reference in New Issue