修改Pom文件的版本bug
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user