summaryrefslogtreecommitdiffstats
path: root/tools/archetype/pom.xml
blob: 02e7d990d8f4579b79eda712b7d762a3c56f8bea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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">
    <parent>
        <artifactId>honeycomb-tools</artifactId>
        <groupId>io.fd.honeycomb.tools</groupId>
        <version>1.16.9</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <groupId>io.fd.honeycomb.tools</groupId>
    <artifactId>honeycomb-plugin-archetype</artifactId>
    <version>1.16.9</version>
    <packaging>jar</packaging>

</project>