version: set to 0.5.0

This commit is contained in:
Paul Campbell 2018-03-02 23:43:02 +00:00
parent 1e3ffb6f2c
commit fc61092734
2 changed files with 1 additions and 2 deletions

View file

@ -9,7 +9,6 @@ CHANGELOG
* Add `BeanBuilder` experiment * Add `BeanBuilder` experiment
* Upgrade `lombok` to 1.16.20 * Upgrade `lombok` to 1.16.20
* Upgrade assertj to 3.9.1 * Upgrade assertj to 3.9.1
* jenkins: test on both java 8 and 9
0.4.0 0.4.0
----- -----

View file

@ -11,7 +11,7 @@
<relativePath/> <relativePath/>
</parent> </parent>
<artifactId>mon</artifactId> <artifactId>mon</artifactId>
<version>0.5.0-SNAPSHOT</version> <version>0.5.0</version>
<properties> <properties>
<java.version>1.8</java.version> <java.version>1.8</java.version>