guitools/pom.xml

24 lines
774 B
XML
Raw Normal View History

2024-12-17 13:06:17 +01:00
<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>
2024-12-17 18:54:28 +01:00
<module>hashcalc</module>
2024-12-17 13:06:17 +01:00
<!--<module>guieditor</module>-->
</modules>
</project>