Bump honeycomb version to 1.18.04-SNAPSHOT
[honeycomb.git] / tools / archetype / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5     <parent>
6         <groupId>io.fd.honeycomb.common</groupId>
7         <artifactId>honeycomb-parent</artifactId>
8         <version>1.18.04-SNAPSHOT</version>
9         <relativePath>../../common/honeycomb-parent</relativePath>
10     </parent>
11
12     <groupId>io.fd.honeycomb.tools</groupId>
13     <artifactId>honeycomb-plugin-archetype</artifactId>
14     <name>${project.artifactId}</name>
15     <version>1.18.04-SNAPSHOT</version>
16     <packaging>jar</packaging>
17     <modelVersion>4.0.0</modelVersion>
18
19     <properties>
20         <sonar.skip>true</sonar.skip>
21     </properties>
22 </project>