|
|
@ -2,13 +2,6 @@ |
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" |
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" |
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
|
|
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> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<artifactId>blade-service</artifactId> |
|
|
|
|
|
|
|
<name>${project.artifactId}</name> |
|
|
|
|
|
|
|
<version>${bladex.project.version}</version> |
|
|
|
|
|
|
|
<packaging>pom</packaging> |
|
|
|
|
|
|
|
<description>BladeX 微服务集合</description> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<parent> |
|
|
|
<parent> |
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
<groupId>org.springblade</groupId> |
|
|
@ -16,6 +9,14 @@ |
|
|
|
<version>2.0.0.RELEASE</version> |
|
|
|
<version>2.0.0.RELEASE</version> |
|
|
|
</parent> |
|
|
|
</parent> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<artifactId>blade-service</artifactId> |
|
|
|
|
|
|
|
<name>${project.artifactId}</name> |
|
|
|
|
|
|
|
<version>2.0.0.RELEASE</version> |
|
|
|
|
|
|
|
<packaging>pom</packaging> |
|
|
|
|
|
|
|
<description>BladeX 微服务集合</description> |
|
|
|
|
|
|
|
|
|
|
|
<modules> |
|
|
|
<modules> |
|
|
|
<module>blade-desk</module> |
|
|
|
<module>blade-desk</module> |
|
|
|
<module>blade-system</module> |
|
|
|
<module>blade-system</module> |
|
|
|