Skip to content

Commit

Permalink
update: pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirAli-AZ committed Nov 17, 2022
1 parent 6baa275 commit 71c4b71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
17 changes: 0 additions & 17 deletions .idea/artifacts/PeriodicTable_jar.xml

This file was deleted.

6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ir.shahriari</groupId>
<artifactId>PeriodicTable</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-ALPHA</version>
<name>PeriodicTable</name>

<properties>
Expand Down Expand Up @@ -84,8 +84,8 @@
<mainClass>ir.shahriari.periodictable/ir.shahriari.periodictable.Main
</mainClass>
<launcher>app</launcher>
<jlinkZipName>app</jlinkZipName>
<jlinkImageName>app</jlinkImageName>
<jlinkZipName>PeriodicTable-${project.version}</jlinkZipName>
<jlinkImageName>PeriodicTable-${project.version}</jlinkImageName>
<noManPages>true</noManPages>
<stripDebug>true</stripDebug>
<noHeaderFiles>true</noHeaderFiles>
Expand Down

0 comments on commit 71c4b71

Please sign in to comment.