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" /> <sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" /> <sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" /> <outputRelativeToContentRoot value="true" />
<module name="pism" /> <module name="pism_framework" />
<module name="pis" /> <module name="pis" />
<module name="pism_game" />
<module name="pism_app" />
</profile> </profile>
</annotationProcessing> </annotationProcessing>
</component> </component>

View File

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

View File

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

View File

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

View File

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