Add parent in POM.xml

This commit is contained in:
Thibaud Gasser 2018-09-30 00:10:59 +02:00
parent ba5babce47
commit a347d04bd9
2 changed files with 12 additions and 0 deletions

View File

@ -4,6 +4,12 @@
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>
<parent>
<artifactId>swingapps</artifactId>
<groupId>fr.uha.gasser</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>

View File

@ -4,6 +4,12 @@
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>
<parent>
<artifactId>swingapps</artifactId>
<groupId>fr.uha.gasser</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<groupId>fr.uha.graphics</groupId>
<artifactId>Shapes</artifactId>
<version>1.0-SNAPSHOT</version>