Bump honeycomb version to 1.18.04-SNAPSHOT
[honeycomb.git] / tools / 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-tools</artifactId>
14     <name>${project.artifactId}</name>
15     <packaging>pom</packaging>
16     <version>1.18.04-SNAPSHOT</version>
17     <modelVersion>4.0.0</modelVersion>
18     <description>Aggregator for various Honeycomb tools</description>
19
20     <properties>
21         <sonar.skip>true</sonar.skip>
22     </properties>
23
24     <modules>
25         <module>archetype</module>
26     </modules>
27
28 </project>