Simplify groupId and artifactId under net.kemitix.checkstyle

This commit is contained in:
Paul Campbell 2018-01-16 17:38:36 +00:00
parent 5b5c0673a0
commit 1770e5aff1
4 changed files with 5 additions and 4 deletions

View file

@ -12,7 +12,7 @@
</parent>
<groupId>net.kemitix.checkstyle</groupId>
<artifactId>ruleset-builder</artifactId>
<artifactId>builder</artifactId>
<packaging>jar</packaging>
<version>3.4.1</version>

View file

@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.kemitix.checkstyle</groupId>
<artifactId>ruleset-root</artifactId>
<artifactId>root</artifactId>
<version>3.4.1</version>
<packaging>pom</packaging>

View file

@ -11,7 +11,7 @@
</parent>
<groupId>net.kemitix.checkstyle</groupId>
<artifactId>ruleset-regressions</artifactId>
<artifactId>regressions</artifactId>
<version>3.4.1</version>
<properties>

View file

@ -11,7 +11,8 @@
<relativePath/>
</parent>
<artifactId>kemitix-checkstyle-ruleset</artifactId>
<groupId>net.kemitix.checkstyle</groupId>
<artifactId>ruleset</artifactId>
<version>3.4.1</version>
<packaging>jar</packaging>