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