diff options
author | Dan Timoney <dtimoney@att.com> | 2017-04-04 10:52:42 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-04-04 10:52:53 -0400 |
commit | b694db42f29f2c30e29f2a337c06845ac7ce9618 (patch) | |
tree | 5470d6173195c381ec9f8051aa246a87481175ec | |
parent | aa3817d39817562e512127ea5e33f3a602f59f1f (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-x | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |