🐛 升级依赖
This commit is contained in:
parent
5de1dfff2e
commit
b411620c25
|
|
@ -4,18 +4,18 @@
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<artifactId>blade-service</artifactId>
|
|
||||||
<name>${project.artifactId}</name>
|
|
||||||
<version>2.0.0</version>
|
|
||||||
<packaging>pom</packaging>
|
|
||||||
<description>SpringBlade 微服务集合</description>
|
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springblade</groupId>
|
<groupId>org.springblade</groupId>
|
||||||
<artifactId>SpringBlade</artifactId>
|
<artifactId>SpringBlade</artifactId>
|
||||||
<version>2.0.0</version>
|
<version>2.0.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
<artifactId>blade-service</artifactId>
|
||||||
|
<name>${project.artifactId}</name>
|
||||||
|
<version>2.0.0</version>
|
||||||
|
<packaging>pom</packaging>
|
||||||
|
<description>SpringBlade 微服务集合</description>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>blade-desk</module>
|
<module>blade-desk</module>
|
||||||
<module>blade-log</module>
|
<module>blade-log</module>
|
||||||
|
|
|
||||||
4
pom.xml
4
pom.xml
|
|
@ -9,7 +9,7 @@
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<blade.tool.version>2.0.4</blade.tool.version>
|
<blade.tool.version>2.0.5</blade.tool.version>
|
||||||
<blade.project.version>2.0.0</blade.project.version>
|
<blade.project.version>2.0.0</blade.project.version>
|
||||||
|
|
||||||
<java.version>1.8</java.version>
|
<java.version>1.8</java.version>
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
<spring.boot.version>2.0.8.RELEASE</spring.boot.version>
|
<spring.boot.version>2.0.8.RELEASE</spring.boot.version>
|
||||||
<spring.cloud.version>Finchley.SR2</spring.cloud.version>
|
<spring.cloud.version>Finchley.SR2</spring.cloud.version>
|
||||||
<spring.platform.version>Cairo-RELEASE</spring.platform.version>
|
<spring.platform.version>Cairo-SR7</spring.platform.version>
|
||||||
|
|
||||||
<!-- 推荐使用Harbor -->
|
<!-- 推荐使用Harbor -->
|
||||||
<docker.registry.url>192.168.186.129</docker.registry.url>
|
<docker.registry.url>192.168.186.129</docker.registry.url>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user