pom.xml: normalise maven pom names
This commit is contained in:
parent
af507a54c2
commit
de597e0164
7 changed files with 8 additions and 8 deletions
|
@ -15,7 +15,7 @@
|
|||
<version>3.2.0-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>Kemitix Checkstyle Ruleset Builder</name>
|
||||
<name>Kemitix Checkstyle :: Ruleset :: Builder</name>
|
||||
<description>Builder for the Kemitix Checkstyle Ruleset</description>
|
||||
|
||||
<issueManagement>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<artifactId>kemitix-checkstyle-ruleset-plugin-sample</artifactId>
|
||||
<version>3.2.0-SNAPSHOT</version>
|
||||
|
||||
<name>Kemitix Checkstyle Ruleset Plugin Sample</name>
|
||||
<description>Sample usage of the Kemitix Checkstyle Ruleset Plugin</description>
|
||||
<name>Kemitix Checkstyle :: Ruleset :: Plugin :: Sample Usage</name>
|
||||
<description>Sample usage of the Kemitix Checkstyle Ruleset Maven Plugin</description>
|
||||
|
||||
</project>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
<artifactId>kemitix-checkstyle-ruleset-maven-plugin</artifactId>
|
||||
<packaging>maven-plugin</packaging>
|
||||
<name>Kemitix Checkstyle Ruleset Maven Plugin</name>
|
||||
<name>Kemitix Checkstyle :: Ruleset :: Plugin</name>
|
||||
<description>Checkstyle configuration using the Kemitix Checkstyle Ruleset</description>
|
||||
|
||||
<properties>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -9,7 +9,7 @@
|
|||
<version>3.2.0-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>Kemitix Checkstyle Ruleset (Parent)</name>
|
||||
<name>Kemitix Checkstyle :: Ruleset :: Parent</name>
|
||||
<description>Parent POM for the Kemitix Checkstyle Ruleset and it's Builder</description>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>kemitix-checkstyle-ruleset-regressions</artifactId>
|
||||
<name>Regression Tests</name>
|
||||
<name>Kemitix Checkstyle :: Ruleset :: Regression Tests</name>
|
||||
|
||||
<properties>
|
||||
<kemitix-checkstyle-ruleset-level>5-complexity</kemitix-checkstyle-ruleset-level>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<version>3.2.0-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>Kemitix Checkstyle Ruleset</name>
|
||||
<name>Kemitix Checkstyle :: Ruleset</name>
|
||||
<description>Checkstyle Ruleset for use by packages derived from kemitix-parent</description>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
<version>3.2.0-SNAPSHOT</version>
|
||||
|
||||
<name>Kemitix Checkstyle Ruleset Sample Parent</name>
|
||||
<name>Kemitix Checkstyle :: Ruleset :: Plugin :: Sample Parent</name>
|
||||
<description>Sample parent for modules that use kemitix-checkstyle-ruleset-maven-plugin</description>
|
||||
|
||||
<properties>
|
||||
|
|
Loading…
Reference in a new issue