InvUI/pom.xml

23 lines
869 B
XML
Raw Normal View History

2021-01-20 21:27:13 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
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>
2021-06-12 13:15:31 +00:00
<groupId>de.studiocode.invui</groupId>
<artifactId>InvUI-Parent</artifactId>
2021-01-20 21:27:13 +00:00
<version>0.1-SNAPSHOT</version>
2021-06-12 13:15:31 +00:00
<packaging>pom</packaging>
<modules>
<module>InventoryAccess/1_14_R1</module>
<module>InventoryAccess/1_15_R1</module>
<module>InventoryAccess/1_16_R1</module>
<module>InventoryAccess/1_16_R2</module>
<module>InventoryAccess/1_16_R3</module>
<module>InventoryAccess/1_17_R1</module>
<module>InventoryAccess/api</module>
<module>InvUI</module>
</modules>
2021-01-20 21:27:13 +00:00
</project>