Merge pull request #29 from kemitix/prepare/0.7.0

Prepare 0.7.0
This commit is contained in:
Paul Campbell 2018-03-04 20:48:30 +00:00 committed by GitHub
commit 1f24161759
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View file

@ -1,9 +1,16 @@
CHANGELOG CHANGELOG
========= =========
0.7.0
-----
*
0.6.0 0.6.0
----- -----
* Java 9 compatible
* Upgrade `assertj` to 3.9.1
* jenkins: add Coverage stage * jenkins: add Coverage stage
* jenkins: split Reporting stage into Test Results and Archiving * jenkins: split Reporting stage into Test Results and Archiving
* jenkins: remove java 9 testing from `develop` branch * jenkins: remove java 9 testing from `develop` branch

View file

@ -12,7 +12,7 @@
</parent> </parent>
<groupId>net.kemitix</groupId> <groupId>net.kemitix</groupId>
<artifactId>mon</artifactId> <artifactId>mon</artifactId>
<version>0.6.0-SNAPSHOT</version> <version>0.7.0-SNAPSHOT</version>
<properties> <properties>
<java.version>1.8</java.version> <java.version>1.8</java.version>