aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Shatov <alexs@att.com>2018-03-27 11:30:40 -0400
committerAlex Shatov <alexs@att.com>2018-03-27 11:30:40 -0400
commit522eeede9c6c4e52acb8576bf91e933753a5b8c9 (patch)
treee8e68f0aca145043d22af07b630294acc77c9cdf
parentef6beaad0aff2a99c6af065d25a60d8054ead39b (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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 3b27781..e3096ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>