version: set to 0.6.0
This commit is contained in:
parent
4c1e1d6082
commit
bc8f8e08ba
2 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,8 @@ CHANGELOG
|
|||
0.6.0
|
||||
-----
|
||||
|
||||
* Java 9 compatible
|
||||
* Upgrade `assertj` to 3.9.1
|
||||
* jenkins: add Coverage stage
|
||||
* jenkins: split Reporting stage into Test Results and Archiving
|
||||
* jenkins: remove java 9 testing from `develop` branch
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -12,7 +12,7 @@
|
|||
</parent>
|
||||
<groupId>net.kemitix</groupId>
|
||||
<artifactId>mon</artifactId>
|
||||
<version>0.6.0-SNAPSHOT</version>
|
||||
<version>0.6.0</version>
|
||||
|
||||
<properties>
|
||||
<java.version>1.8</java.version>
|
||||
|
|
Loading…
Reference in a new issue