Updated module names

This commit is contained in:
lieght
2025-09-24 15:57:01 +02:00
parent da777f5300
commit 80f0b9e957
5 changed files with 10 additions and 8 deletions

4
.idea/compiler.xml generated
View File

@@ -6,8 +6,10 @@
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
<module name="pism" />
<module name="pism_framework" />
<module name="pis" />
<module name="pism_game" />
<module name="pism_app" />
</profile>
</annotationProcessing>
</component>

View File

@@ -2,8 +2,8 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.toop</groupId>
<artifactId>pism</artifactId>
<version>1.0-SNAPSHOT</version>
<artifactId>pism_app</artifactId>
<version>0.1</version>
<properties>
<main-class>org.toop.app.Main</main-class>

View File

@@ -2,8 +2,8 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.toop</groupId>
<artifactId>pism</artifactId>
<version>1.0-SNAPSHOT</version>
<artifactId>pism_framework</artifactId>
<version>0.1</version>
<!-- https://mvnrepository.com/artifact/io.netty/netty-all -->
<dependencies>

View File

@@ -2,6 +2,6 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.toop</groupId>
<artifactId>pism</artifactId>
<version>1.0-SNAPSHOT</version>
<artifactId>pism_game</artifactId>
<version>0.1</version>
</project>

View File

@@ -6,7 +6,7 @@
<groupId>org.toop</groupId>
<artifactId>pism</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.1</version>
<properties>
<maven.compiler.source>25</maven.compiler.source>