|
|
|
@ -4,18 +4,18 @@
|
|
|
|
|
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> |
|
|
|
|
<groupId>org.springblade</groupId> |
|
|
|
|
<artifactId>BladeX-Biz</artifactId> |
|
|
|
|
<version>2.0.0.RELEASE</version> |
|
|
|
|
</parent> |
|
|
|
|
|
|
|
|
|
<artifactId>blade-service</artifactId> |
|
|
|
|
<name>${project.artifactId}</name> |
|
|
|
|
<version>2.0.0.RELEASE</version> |
|
|
|
|
<packaging>pom</packaging> |
|
|
|
|
<description>BladeX 微服务集合</description> |
|
|
|
|
|
|
|
|
|
<modules> |
|
|
|
|
<module>blade-demo</module> |
|
|
|
|
</modules> |
|
|
|
|