guitools/pom.xml
2024-12-17 18:54:28 +01:00

24 lines
774 B
XML

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<name>MineFork GUI tools</name>
<groupId>org.scaminc.minefork.guitools</groupId>
<artifactId>guitools</artifactId>
<version>0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.release>21</maven.compiler.release>
</properties>
<modules>
<module>guicore</module>
<module>guibaker</module>
<module>hashcalc</module>
<!--<module>guieditor</module>-->
</modules>
</project>