version: set to 0.6.0

This commit is contained in:
Paul Campbell 2018-03-04 19:44:31 +00:00
parent 4c1e1d6082
commit bc8f8e08ba
2 changed files with 3 additions and 1 deletions

View file

@ -4,6 +4,8 @@ CHANGELOG
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.6.0</version>
<properties> <properties>
<java.version>1.8</java.version> <java.version>1.8</java.version>