correct distribution name

This commit is contained in:
Ian Luo 2019-03-18 14:23:23 +08:00
parent 9941995cfa
commit f19dd0e38f
3 changed files with 4 additions and 4 deletions

View File

@ -267,7 +267,7 @@
<version>3.1.0</version>
<executions>
<execution>
<id>bin-release</id>
<id>bin</id>
<phase>package</phase>
<goals>
<goal>single</goal>
@ -279,7 +279,7 @@
</configuration>
</execution>
<execution>
<id>source-release</id>
<id>src</id>
<phase>package</phase>
<goals>
<goal>single</goal>

View File

@ -16,7 +16,7 @@
-->
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd">
<id>bin-release</id>
<id>bin</id>
<formats>
<format>zip</format>
</formats>

View File

@ -16,7 +16,7 @@
-->
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd">
<id>source-release</id>
<id>src</id>
<formats>
<format>zip</format>
</formats>