Skip to content

Commit

Permalink
Fix bad character in <finalName>
Browse files Browse the repository at this point in the history
  • Loading branch information
helpermethod committed Jun 25, 2021
1 parent f3fa500 commit 759c58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
<maven.test.skip>true</maven.test.skip>
</properties>
<build>
<finalName>connect-offset-reset-${project.version}-${os.detected.name}${os.detected.arch}</finalName>
<finalName>connect-offset-reset-${project.version}-${os.detected.name}-${os.detected.arch}</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 759c58e

Please sign in to comment.