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:
Paul Campbell 2016-02-17 14:30:55 +00:00
commit 2c88b1a14a
2 changed files with 9 additions and 1 deletions

View file

@ -1,6 +1,14 @@
CHANGELOG 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 0.7.1
------ ------

View file

@ -4,7 +4,7 @@
<groupId>net.kemitix</groupId> <groupId>net.kemitix</groupId>
<artifactId>kemitix-parent</artifactId> <artifactId>kemitix-parent</artifactId>
<version>0.8.0-SNAPSHOT</version> <version>0.9.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Kemitix Parent</name> <name>Kemitix Parent</name>