修改Pom文件的版本bug

This commit is contained in:
huangsimin
2019-07-18 10:02:42 +08:00
parent 9b21c77fe4
commit 63cd4b04e8
5 changed files with 26 additions and 27 deletions

View File

@@ -5,13 +5,13 @@
<parent>
<groupId>cn.ecpark.service</groupId>
<artifactId>usergw-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.1.0-RELEASE</version>
<relativePath>../pom.xml</relativePath> <!-- lookup parent from repository -->
</parent>
<groupId>cn.ecpark.service</groupId>
<artifactId>usergw-api</artifactId>
<version>${project.parent.version}</version>
<version>0.1.0-RELEASE</version>
<packaging>jar</packaging>
<name>demo-api</name>