aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-04-04 10:43:44 -0400
committerDan Timoney <dtimoney@att.com>2017-04-04 10:44:25 -0400
commit49364923fc3f95a81e0c2d84f18c7534659540c9 (patch)
tree36fa3f8622a3342e1de6d1d5ddf0ed350fe6a412
parentb4c4e6a7fff760aa1c4f1d463ba872bd970b4778 (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: I40f173217bac55d16254703c993db2d4d053c774 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 2835154..e75f997 100755
--- 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>