diff options
author | Lusheng <lji@research.att.com> | 2017-03-09 19:28:40 +0000 |
---|---|---|
committer | Lusheng <lji@research.att.com> | 2017-03-09 19:28:40 +0000 |
commit | 6c052cd577b1223d4439fbc40a91ed3238597458 (patch) | |
tree | 7ef383cfbe97687cb53cfd8707aed6a5599f6cc0 | |
parent | fc42a64a5e8bba12d543359983f551e025d6f3cd (diff) |
default to SNAPSHOT version
Change-Id: I831e8264cf13fec5cb9f6801e3f442af8f23fb56
Signed-off-by: Lusheng <lji@research.att.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ <groupId>org.openecomp.dcae.inventory</groupId> <artifactId>dcae-inventory</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> <properties> <dropwizard.version>0.9.2</dropwizard.version> |