diff options
author | 2017-04-04 10:50:29 -0400 | |
---|---|---|
committer | 2017-04-04 10:50:40 -0400 | |
commit | cee865f126dbcea1fa7ce9ff4080658aa77a310d (patch) | |
tree | 6c1fc520eb4fbb5d01890af807395c0920f6f31f | |
parent | 48dde53d03552e709c253ae375d2f57b4a85fc1d (diff) |
[POM VERSION] Root pom version fix
Root pom version should be 1.0.0, not 1.0.0-SNAPSHOT. Released version should not have SNAPSHOT dependency
Change-Id: I50a18d3ab55f12754e2347feb96083d77cfe44fd
Signed-off-by: Dan Timoney <dtimoney@att.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ <parent> <groupId>org.openecomp.sdnc.core</groupId> <artifactId>root</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> |