Update pom.xml
parent
15b1f9324e
commit
89f92b2e15
4
pom.xml
4
pom.xml
|
|
@ -6,13 +6,13 @@
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-starter-parent</artifactId>
|
<artifactId>spring-boot-starter-parent</artifactId>
|
||||||
<version>3.1.6</version>
|
<version>3.1.6</version>
|
||||||
<relativePath/> <!-- lookup parent from repository -->
|
<relativePath/>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<!-- 打包文件名版本信息 -->
|
<!-- 打包文件名版本信息 -->
|
||||||
<groupId>com.kimgo</groupId>
|
<groupId>com.kimgo</groupId>
|
||||||
<artifactId>wePush</artifactId>
|
<artifactId>wePush</artifactId>
|
||||||
<version>1.2.3</version>
|
<version>1.2.4</version>
|
||||||
<name>wePush</name>
|
<name>wePush</name>
|
||||||
<description>Add log.</description>
|
<description>Add log.</description>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue