kemitix-parent/pom.xml

21 lines
648 B
XML
Raw Normal View History

2017-12-22 19:17:58 +00:00
<?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>net.kemitix.tiles</groupId>
<artifactId>kemitix-quality-maven-tiles</artifactId>
<version>0.1.0-SNAPSHOT</version>
<properties>
<tiles-maven-plugin.version>2.10</tiles-maven-plugin.version>
</properties>
<packaging>pom</packaging>
<modules>
<module>tiles</module>
</modules>
</project>