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
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.2.1
|
||||||
|
-----
|
||||||
|
|
||||||
|
* Upgrade `kemitix-parent` to 5.1.0
|
||||||
|
|
||||||
0.2.0
|
0.2.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</version>
|
<version>0.2.1</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