commit
2198014c48
2 changed files with 13 additions and 2 deletions
11
CHANGELOG
11
CHANGELOG
|
@ -1,6 +1,17 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.2.1
|
||||||
|
-----
|
||||||
|
|
||||||
|
* Upgrade `kemitix-parent` to 5.1.0
|
||||||
|
|
||||||
|
0.2.0
|
||||||
|
-----
|
||||||
|
|
||||||
|
* Disable `CommentSize` - didn't agree with MIT License headers
|
||||||
|
* Relaxed `AvoidDuplicateLiterals.maxDuplicateLiterals` - value is when to fail, not the max allowed
|
||||||
|
|
||||||
0.1.0
|
0.1.0
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -7,13 +7,13 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>net.kemitix</groupId>
|
<groupId>net.kemitix</groupId>
|
||||||
<artifactId>kemitix-parent</artifactId>
|
<artifactId>kemitix-parent</artifactId>
|
||||||
<version>5.0.3</version>
|
<version>5.1.0</version>
|
||||||
<relativePath/>
|
<relativePath/>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>net.kemitix</groupId>
|
<groupId>net.kemitix</groupId>
|
||||||
<artifactId>kemitix-pmd-ruleset</artifactId>
|
<artifactId>kemitix-pmd-ruleset</artifactId>
|
||||||
<version>0.2.0-SNAPSHOT</version>
|
<version>0.3.0-SNAPSHOT</version>
|
||||||
|
|
||||||
<name>Kemitix PMD Ruleset</name>
|
<name>Kemitix PMD Ruleset</name>
|
||||||
<description>Kemitix PMD Ruleset for Java</description>
|
<description>Kemitix PMD Ruleset for Java</description>
|
||||||
|
|
Loading…
Reference in a new issue