Merge pull request #26 from kemitix/1.4.0-SNAPSHOT
Prepare 1.4.0-SNAPSHOT
This commit is contained in:
commit
343d41ea3b
2 changed files with 13 additions and 1 deletions
12
CHANGELOG
12
CHANGELOG
|
@ -1,6 +1,18 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
1.3.0
|
||||
------
|
||||
|
||||
* Upgrade checkstyle to 7.0
|
||||
* Upgrade maven-source-plugin to 3.0.1
|
||||
* Upgrade sevntucheckstyle to 1.21.0
|
||||
* Upgrade maven-javadoc-plugin to 2.10.4
|
||||
* Upgrade jacoco-maven-plugin to 0.7.7
|
||||
* checkstyle.xml: Remove rules from that aren't compatible with code style or with lombok
|
||||
* checkstyle.xml: Add sevntu's new UniformEnumValueCheck to checkstyle template
|
||||
* .gitignore: apply a common standard gitignore to use as template
|
||||
|
||||
1.2.0
|
||||
------
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
|||
|
||||
<groupId>net.kemitix</groupId>
|
||||
<artifactId>kemitix-parent</artifactId>
|
||||
<version>1.3.0-SNAPSHOT</version>
|
||||
<version>1.4.0-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>Kemitix Parent</name>
|
||||
|
|
Loading…
Reference in a new issue