aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-04-04 10:52:42 -0400
committerDan Timoney <dtimoney@att.com>2017-04-04 10:52:53 -0400
commitb694db42f29f2c30e29f2a337c06845ac7ce9618 (patch)
tree5470d6173195c381ec9f8051aa246a87481175ec
parentaa3817d39817562e512127ea5e33f3a602f59f1f (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: I085087ac07f7379b62dce6668bc876f690597708 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 b3cce05..25a4a5d 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>