1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-07-16 00:22:22 +08:00

https://github.com/chatopera/cskefu/issues/384 fix by update spring boot to 1.5.22 release

This commit is contained in:
Hai Liang Wang 2020-12-11 14:12:24 +08:00
parent 2de2913982
commit 3d2a8d9cdd
2 changed files with 4 additions and 3 deletions

View File

@ -10,9 +10,10 @@
<groupId>com.chatopera.cc</groupId>
<artifactId>cc-root</artifactId>
<version>6.0.0-SNAPSHOT</version>
<relativePath/>
<!-- for Chatopera Nexus reference if file is available with latest version -->
<!-- <relativePath/> -->
<!-- for local reference if file is available with latest version -->
<!-- <relativePath>../cc-root/pom.xml</relativePath> -->
<relativePath>../root/pom.xml</relativePath>
</parent>
<build>
<finalName>contact-center</finalName>

View File

@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.10.RELEASE</version>
<version>1.5.22.RELEASE</version>
<relativePath/>
</parent>
<properties>