REM:
1. 更新产品名称
2. 打包文件增加版本号
This commit is contained in:
HuangXin 2021-01-25 11:09:26 +08:00
parent d64b4ad013
commit 468215f749
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
<id>assembly</id>
<id>${project.version}</id>
<formats>
<format>tgz</format>
</formats>

View File

@ -17,9 +17,9 @@
<relativePath/>
</parent>
<groupId>com.dispose</groupId>
<artifactId>phoenix_ddos_handle</artifactId>
<artifactId>dispose_platform</artifactId>
<version>2.0.5</version>
<name>phoenix_ddos_handle</name>
<name>dispose_platform</name>
<description>Dispose Platform</description>
<dependencies>
<dependency>
@ -219,7 +219,7 @@
</dependencies>
<build>
<finalName>phoenix_ddos_handle</finalName>
<finalName>dispose_platform</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>