commit
2198014c48
2 changed files with 13 additions and 2 deletions
11
CHANGELOG
11
CHANGELOG
|
@ -1,6 +1,17 @@
|
|||
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
|
||||
-----
|
||||
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -7,13 +7,13 @@
|
|||
<parent>
|
||||
<groupId>net.kemitix</groupId>
|
||||
<artifactId>kemitix-parent</artifactId>
|
||||
<version>5.0.3</version>
|
||||
<version>5.1.0</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
|
||||
<groupId>net.kemitix</groupId>
|
||||
<artifactId>kemitix-pmd-ruleset</artifactId>
|
||||
<version>0.2.0-SNAPSHOT</version>
|
||||
<version>0.3.0-SNAPSHOT</version>
|
||||
|
||||
<name>Kemitix PMD Ruleset</name>
|
||||
<description>Kemitix PMD Ruleset for Java</description>
|
||||
|
|
Loading…
Reference in a new issue