swingapps/pom.xml
Thibaud 4712d09e9c Squashed 'imageloader/' content from commit 490d060
git-subtree-dir: imageloader
git-subtree-split: 490d060de5c15f89971082ed2c2ef89184568567
2018-09-29 17:20:47 +02:00

17 lines
582 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>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<groupId>fr.uha.gabalier</groupId>
<artifactId>swing-image-loader</artifactId>
<version>0.1</version>
</project>