diff options
author | Alex Shatov <alexs@att.com> | 2018-03-27 11:30:40 -0400 |
---|---|---|
committer | Alex Shatov <alexs@att.com> | 2018-03-27 11:30:40 -0400 |
commit | 522eeede9c6c4e52acb8576bf91e933753a5b8c9 (patch) | |
tree | e8e68f0aca145043d22af07b630294acc77c9cdf | |
parent | ef6beaad0aff2a99c6af065d25a60d8054ead39b (diff) |
remove -SNAPSHOT from oparent version
- to prevent LF nexus removing the build due to snapshot
Change-Id: I68717eb0e14e93624116c25c0e354fd668830ed0
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-206
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> </parent> <!--- CHANGE THE FOLLOWING 3 OBJECTS for your own repo --> <groupId>org.onap.dcaegen2.platform</groupId> |