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:
parent
5a259aa050
commit
9ce647d769
1 changed files with 2 additions and 5 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue