aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2024-10-25 12:32:21 -0400
committersowgro <tpoke.ferrari@gmail.com>2024-10-25 12:32:21 -0400
commit20e2c9683456ac3a1947d3878174ec64530f5ff1 (patch)
treea9b12c2350c26b4922bd55f930b13b578f029074
parentc3a6d12a9fdd10c27eb4772d546be49915842912 (diff)
downloadNPEhero-dev.tar.gz
NPEhero-dev.tar.bz2
NPEhero-dev.zip
update pomdev
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index b28bdcd..cb01b3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
<groupId>net.sowgro.npehero</groupId>
<artifactId>NPEHero</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0.3</version>
<name>NPE Hero</name>
<properties>
@@ -97,7 +97,7 @@
<jlinkZipName>NPEHero</jlinkZipName>
<jlinkImageName>app</jlinkImageName>
<noManPages>true</noManPages>
-<!-- <stripDebug>true</stripDebug>-->
+ <stripDebug>true</stripDebug>
<noHeaderFiles>true</noHeaderFiles>
<options>-Dprism.forceGPU=true</options>
<compress>0</compress>
@@ -121,7 +121,7 @@
<configuration>
<name>NPE Hero</name>
- <appVersion>2.0.1</appVersion>
+ <appVersion>${project.version}</appVersion>
<vendor>net.sowgro</vendor>
<runtimeImage>target/app</runtimeImage>
<module>net.sowgro.npehero/net.sowgro.npehero.Driver</module>