diff options
Diffstat (limited to 'pom.xml')
-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> |