[POM VERSION] Root pom version fix 87/2987/1
authorDan Timoney <dtimoney@att.com>
Tue, 4 Apr 2017 14:52:42 +0000 (10:52 -0400)
committerDan Timoney <dtimoney@att.com>
Tue, 4 Apr 2017 14:52:53 +0000 (10:52 -0400)
Root pom version should be 1.0.0, not 1.0.0-SNAPSHOT.  Released version should not have SNAPSHOT dependency

Change-Id: I085087ac07f7379b62dce6668bc876f690597708
Signed-off-by: Dan Timoney <dtimoney@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index b3cce05..25a4a5d 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -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>