Skip to content

Commit 71fd01f

Browse files
author
Yorgos Saslis
committed
Fixed assembly identifiers for generated artifacts
1 parent fe1e250 commit 71fd01f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

release/restcomm-assembly-as7/src/main/resources/descriptor_all-in-one.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0"
22
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd">
4-
<id>assembly</id>
4+
<id>all-in-one</id>
55
<formats>
66
<format>zip</format>
77
<format>tar.gz</format>

release/restcomm-assembly-as7/src/main/resources/descriptor_standalone.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0"
22
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd">
4-
<id>assembly</id>
4+
<id>standalone</id>
55
<formats>
66
<format>zip</format>
77
<format>tar.gz</format>

0 commit comments

Comments
 (0)