更新 pom.xml
parent
3f88319d7f
commit
bebd76654d
4
pom.xml
4
pom.xml
|
|
@ -8,9 +8,10 @@
|
||||||
<version>3.1.6</version>
|
<version>3.1.6</version>
|
||||||
<relativePath/> <!-- lookup parent from repository -->
|
<relativePath/> <!-- lookup parent from repository -->
|
||||||
</parent>
|
</parent>
|
||||||
|
<!-- 打包文件名版本信息 -->
|
||||||
<groupId>com.kimgo</groupId>
|
<groupId>com.kimgo</groupId>
|
||||||
<artifactId>wePush</artifactId>
|
<artifactId>wePush</artifactId>
|
||||||
<version>0.0.1-SNAPSHOT</version>
|
<version>1.0.0</version>
|
||||||
<name>wePush</name>
|
<name>wePush</name>
|
||||||
<description>wePush</description>
|
<description>wePush</description>
|
||||||
<properties>
|
<properties>
|
||||||
|
|
@ -62,6 +63,7 @@
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
<finalName>wePushApp-${project.version}</finalName>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue