更新 pom.xml

master
wangsiyuan 2023-12-05 10:58:58 +08:00
parent 3f88319d7f
commit bebd76654d
1 changed files with 3 additions and 1 deletions

View File

@ -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>