up common core version as 3.6.4 parent version as 3.6.4
parent
055a864239
commit
a5fc136b1a
5
pom.xml
5
pom.xml
|
@ -13,7 +13,8 @@
|
|||
<description>若依微服务系统</description>
|
||||
|
||||
<properties>
|
||||
<dragon.version>3.6.3</dragon.version>
|
||||
<swagger.version>3.6.4</swagger.version>
|
||||
<dragon.version>3.6.4</dragon.version>
|
||||
<common-cor.version>3.6.4</common-cor.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
|
@ -155,7 +156,7 @@
|
|||
<dependency>
|
||||
<groupId>com.dragon</groupId>
|
||||
<artifactId>dragon-common-swagger</artifactId>
|
||||
<version>${dragon.version}</version>
|
||||
<version>${swagger.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- 安全模块 -->
|
||||
|
|
Loading…
Reference in New Issue