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

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

diff --git a/pom.xml b/pom.xml
index 7b2807c..c1067d1 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
        <parent>
                <groupId>org.openecomp.sdnc.core</groupId>
                <artifactId>root</artifactId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.0</version>
                <relativePath>rootpom/pom.xml</relativePath>
        </parent>