[POM VERSION] Root pom version fix 89/2989/1
authorDan Timoney <dtimoney@att.com>
Tue, 4 Apr 2017 14:54:47 +0000 (10:54 -0400)
committerDan Timoney <dtimoney@att.com>
Tue, 4 Apr 2017 14:55:00 +0000 (10:55 -0400)
Root pom version should be 1.0.0, not 1.0.0-SNAPSHOT.  Released version should not have SNAPSHOT dependency

Change-Id: Ie76e0df7f88917b88287ee76fdae6602deea6185
Signed-off-by: Dan Timoney <dtimoney@att.com>
Former-commit-id: 377ab6d5cbd01a257b65fbd0991c8fe6b84a5cca

pom.xml

diff --git a/pom.xml b/pom.xml
index bc26641..b66c228 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>