Merge pull request #6 from kemitix/prepare/0.3.0

Prepare 0.3.0
This commit is contained in:
Paul Campbell 2018-03-07 20:34:07 +00:00 committed by GitHub
commit 2198014c48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 2 deletions

View file

@ -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
-----

View file

@ -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>