parent
d64b4ad013
commit
468215f749
|
@ -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>
|
||||
|
|
6
pom.xml
6
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue