更新 pom.xml
parent
9e42d4676a
commit
3324865570
3
pom.xml
3
pom.xml
|
|
@ -9,11 +9,14 @@
|
||||||
<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>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
<name>wePush</name>
|
<name>wePush</name>
|
||||||
<description>wePush</description>
|
<description>wePush</description>
|
||||||
|
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<java.version>17</java.version>
|
<java.version>17</java.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue