diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-10-25 12:32:21 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-10-25 12:32:21 -0400 |
commit | 20e2c9683456ac3a1947d3878174ec64530f5ff1 (patch) | |
tree | a9b12c2350c26b4922bd55f930b13b578f029074 | |
parent | c3a6d12a9fdd10c27eb4772d546be49915842912 (diff) | |
download | NPEhero-dev.tar.gz NPEhero-dev.tar.bz2 NPEhero-dev.zip |
update pomdev
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |