swingapps/shapes/pom.xml
Thibaud 8e81af87b1 [Shapes] Add shapes application
Merge commit '9bd4e3a87ca931af87c4d88b09f25fa1090eed38' as 'shapes'
2018-09-29 23:58:01 +02:00

12 lines
429 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<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>
<groupId>fr.uha.graphics</groupId>
<artifactId>Shapes</artifactId>
<version>1.0-SNAPSHOT</version>
</project>