Use consistent Version for the Java API

Change the Java API version to be 1.0.0-SNAPSHOT to be consistent
with the other Java components

Change-Id: Ibb183b3c6088ae171099021e127c9f51e5e030dc
This commit is contained in:
Craig Bryant 2015-02-09 16:16:14 -07:00
parent 94b729d283
commit 24e357b36e
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<groupId>monasca-api</groupId>
<artifactId>monasca-api</artifactId>
<version>1.0.0</version>
<version>1.0.0-SNAPSHOT</version>
<url>http://github.com/stackforge/monasca-api</url>
<packaging>jar</packaging>