fix maven warning about wrong version name

This commit is contained in:
srmo 2017-12-10 18:53:50 +01:00
parent 42942990d6
commit 10a95d75b9

View File

@ -5,7 +5,7 @@
<groupId>com.github.jtendermint</groupId>
<artifactId>jabci</artifactId>
<version>SNAPSHOT</version>
<version>-SNAPSHOT</version>
<name>com.github.jtendermint:jabci</name>
<description>Java implementation for ABCI consensus protocol from tendermint.com and related tools</description>