plugin:pom.xml: remove kemitix-parent to avoid cyclic dependency

kemitix-parent will include this plugin, so we can't have it as our parent.
This commit is contained in:
Paul Campbell 2017-01-14 16:17:04 +00:00
parent 5a259aa050
commit 9ce647d769

View file

@ -6,14 +6,11 @@
<parent> <parent>
<groupId>net.kemitix</groupId> <groupId>net.kemitix</groupId>
<artifactId>kemitix-parent</artifactId> <artifactId>kemitix-checkstyle-ruleset-parent</artifactId>
<version>2.2.0</version> <version>2.0.0-SNAPSHOT</version>
<relativePath/>
</parent> </parent>
<artifactId>kemitix-checkstyle-ruleset-maven-plugin</artifactId> <artifactId>kemitix-checkstyle-ruleset-maven-plugin</artifactId>
<version>2.0.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging> <packaging>maven-plugin</packaging>
<name>Kemitix Checkstyle Ruleset Maven Plugin</name> <name>Kemitix Checkstyle Ruleset Maven Plugin</name>
<description>Checkstyle configuration using the Kemitix Checkstyle Ruleset</description> <description>Checkstyle configuration using the Kemitix Checkstyle Ruleset</description>