Skip to content

Commit e915459

Browse files
committed
first binary distribution (alpha)
1 parent a0c09bf commit e915459

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<descriptors>
3131
<descriptor>src/assemble/assembly.xml</descriptor>
3232
</descriptors>
33-
<appendAssemblyId>false</appendAssemblyId>
33+
<appendAssemblyId>true</appendAssemblyId>
3434
</configuration>
3535
<executions>
3636
<execution>

src/assemble/assembly.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<assembly xmlns="http://maven.apache.org/POM/4.0.0"
22
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/assembly-1.1.0-SNAPSHOT.xsd">
4-
<id>build</id>
4+
<id>alpha</id>
55

66
<formats>
77
<format>dir</format>

0 commit comments

Comments
 (0)