Skip to content

Commit 3064f26

Browse files
committed
Changed classifier of distribution assembly to dist
"dist" seems to be a better classifier than "bin".
1 parent 779bd50 commit 3064f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/assembly/assembly.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
44

5-
<id>bin</id>
5+
<id>dist</id>
66

77
<formats>
88
<format>tar.gz</format>

0 commit comments

Comments
 (0)