Fixed POM files and updated package.bat.
This commit is contained in:
parent
6e19524cd9
commit
3b9519cbca
|
@ -3,4 +3,4 @@ client/target/
|
|||
core/target/
|
||||
server/target/
|
||||
server-registry/target/
|
||||
/*.iml
|
||||
*.iml
|
|
@ -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
|
|
@ -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>
|
|
@ -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>
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue