Fixed POM files and updated package.bat.

This commit is contained in:
Andrew Lalis 2021-06-30 19:28:01 +02:00
parent 6e19524cd9
commit 3b9519cbca
7 changed files with 9 additions and 9 deletions

2
.gitignore vendored
View File

@ -3,4 +3,4 @@ client/target/
core/target/
server/target/
server-registry/target/
/*.iml
*.iml

View File

@ -3,7 +3,7 @@ jpackage^
--type exe^
--name "Ace-of-Shades"^
--description "Top-down 2D shooter game inspired by Ace of Spades."^
--module-path "aos-client-4.0.jar;../../core/target/aos-core-4.0.jar"^
--module-path "aos-client-5.0.jar;../../core/target/aos-core-5.0.jar"^
--module aos_client/nl.andrewlalis.aos_client.launcher.Launcher^
--win-shortcut^
--win-dir-chooser

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>ace-of-shades</artifactId>
<groupId>nl.andrewlalis</groupId>
<version>4.0</version>
<version>5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@ -49,7 +49,7 @@
<dependency>
<groupId>nl.andrewlalis</groupId>
<artifactId>aos-core</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
</dependencies>
</project>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>ace-of-shades</artifactId>
<groupId>nl.andrewlalis</groupId>
<version>4.0</version>
<version>5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -7,7 +7,7 @@
<groupId>nl.andrewlalis</groupId>
<artifactId>ace-of-shades</artifactId>
<packaging>pom</packaging>
<version>4.0</version>
<version>5.0</version>
<modules>
<module>server</module>
<module>client</module>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>ace-of-shades</artifactId>
<groupId>nl.andrewlalis</groupId>
<version>4.0</version>
<version>5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>ace-of-shades</artifactId>
<groupId>nl.andrewlalis</groupId>
<version>4.0</version>
<version>5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@ -49,7 +49,7 @@
<dependency>
<groupId>nl.andrewlalis</groupId>
<artifactId>aos-core</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
</dependencies>
</project>