Merge pull request #7 from kemitix/hotfix/0.2.1
Upgrade kemitix-parent to 5.1.0
This commit is contained in:
commit
e7c2c31076
2 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,11 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.2.1
|
||||
-----
|
||||
|
||||
* Upgrade `kemitix-parent` to 5.1.0
|
||||
|
||||
0.2.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</version>
|
||||
<version>0.2.1</version>
|
||||
|
||||
<name>Kemitix PMD Ruleset</name>
|
||||
<description>Kemitix PMD Ruleset for Java</description>
|
||||
|
|
Loading…
Reference in a new issue