pom: fix accidental merge of SNAPSHOT into master

This commit is contained in:
Paul Campbell 2018-03-03 08:34:56 +00:00
parent 7089b6b58b
commit 4bb3819935
2 changed files with 6 additions and 1 deletions

View file

@ -1,6 +1,11 @@
CHANGELOG CHANGELOG
========= =========
0.5.1
-----
* Fix accidental merge with SNAPSHOT version in to master
0.5.0 0.5.0
----- -----

View file

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