kemitix-parent/tiles/compiler/pom.xml

17 lines
610 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">
2017-12-22 20:11:03 +00:00
<parent>
2017-12-22 20:15:11 +00:00
<artifactId>tiles-parent</artifactId>
2017-12-22 20:11:03 +00:00
<groupId>net.kemitix.tiles</groupId>
<version>0.1.0-SNAPSHOT</version>
2017-12-22 20:15:11 +00:00
<relativePath>../tiles-parent/pom.xml</relativePath>
2017-12-22 20:11:03 +00:00
</parent>
2017-12-22 19:17:58 +00:00
<modelVersion>4.0.0</modelVersion>
2017-12-22 20:11:03 +00:00
<artifactId>compiler-tile</artifactId>
2017-12-22 20:15:11 +00:00
<packaging>tile</packaging>
2017-12-22 19:17:58 +00:00
</project>