Skip to content
Snippets Groups Projects
Commit b113ac76 authored by OZGCloud's avatar OZGCloud
Browse files

add minimal possible parent pom

parent 519baa7e
No related branches found
No related tags found
No related merge requests found
pom.xml 0 → 100644
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>de.itvsh.ozg</groupId>
<artifactId>pluto</artifactId>
<version>0.4.0-SNAPSHOT</version>
<name>Pluto Parent</name>
<packaging>pom</packaging>
<modules>
<module>pluto-interface</module>
<module>pluto-server</module>
</modules>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment