Merge branch release/0.8.0 into develop
Allow the build directory to be overridden Upgrade maven-compiler-plugin to 3.5.1 Clean up Jacoco configuration Exclude Integration Tests from Jacoco (classes ending in *IT) Signed-off-by: Paul Campbell <pcampbell@kemitix.net>
This commit is contained in:
commit
2c88b1a14a
2 changed files with 9 additions and 1 deletions
|
@ -1,6 +1,14 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.8.0
|
||||
------
|
||||
|
||||
* Allow the build directory to be overridden
|
||||
* Upgrade maven-compiler-plugin to 3.5.1
|
||||
* Clean up Jacoco configuration
|
||||
* Exclude Integration Tests from Jacoco (classes ending in *IT)
|
||||
|
||||
0.7.1
|
||||
------
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
|||
|
||||
<groupId>net.kemitix</groupId>
|
||||
<artifactId>kemitix-parent</artifactId>
|
||||
<version>0.8.0-SNAPSHOT</version>
|
||||
<version>0.9.0-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>Kemitix Parent</name>
|
||||
|
|
Loading…
Reference in a new issue