|
|
@@ -5,13 +5,13 @@
|
|
|
<parent>
|
|
|
<artifactId>BladeX</artifactId>
|
|
|
<groupId>org.springblade</groupId>
|
|
|
- <version>2.8.0.SNAPSHOT</version>
|
|
|
+ <version>2.8.0.RELEASE</version>
|
|
|
</parent>
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
<artifactId>blade-service-api</artifactId>
|
|
|
<name>${project.artifactId}</name>
|
|
|
- <version>2.8.0.SNAPSHOT</version>
|
|
|
+ <version>2.8.0.RELEASE</version>
|
|
|
<packaging>pom</packaging>
|
|
|
<description>BladeX 微服务API集合</description>
|
|
|
|