aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-04-04 10:31:10 -0400
committerDan Timoney <dtimoney@att.com>2017-04-04 10:31:23 -0400
commitb018a28b0fd8b8bbc50cdaa912706f1ec69cb04f (patch)
treec22e71669929839d6f415b2ecb522f7a6318f79b
parentd7c55a120c35b3159e634b5e984d86290303f2bd (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: Ib3f35611f04820022190a5dee4e9791182509a51 Signed-off-by: Dan Timoney <dtimoney@att.com>
-rwxr-xr-xpom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 7b2807c..c1067d1 100755
--- 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>