plugin-sample: pom.xml: use project parent pom

This commit is contained in:
Paul Campbell 2017-06-09 20:01:23 +01:00
parent 674dde52ab
commit 173df1c95b

View file

@ -9,9 +9,8 @@
<parent>
<groupId>net.kemitix</groupId>
<artifactId>kemitix-checkstyle-ruleset-sample-parent</artifactId>
<artifactId>kemitix-checkstyle-ruleset-parent</artifactId>
<version>3.2.0-SNAPSHOT</version>
<relativePath>../sample-parent</relativePath>
</parent>
<artifactId>kemitix-checkstyle-ruleset-plugin-sample</artifactId>