Skip to content

Commit

Permalink
Change zip name suffix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
durasj committed Apr 18, 2021
1 parent bb7e080 commit e6c943f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<modelVersion>4.0.0</modelVersion>

<groupId>com.octosign</groupId>
<groupId>com.octosign.whitelabel</groupId>
<artifactId>whitelabel</artifactId>
<version>0.1.0-SNAPSHOT</version>
<packaging>jar</packaging>
Expand Down Expand Up @@ -227,6 +227,8 @@
<descriptors>
<descriptor>src/assembly/bin.xml</descriptor>
</descriptors>
<finalName>${artifactId}-${version}-${os.name}</finalName>
<appendAssemblyId>false</appendAssemblyId>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit e6c943f

Please sign in to comment.