diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-10-16 09:03:41 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-10-16 09:03:41 -0400 |
commit | 2fdf2a83cb70faa26050602694c070c629a0d294 (patch) | |
tree | 661452b4aa6a5bde3b915513ac873d6a3e48b24d /installation/admportal/pom.xml | |
parent | 3eb49f0db5febee4425b8e533732be40b4f31975 (diff) |
Prepare for release build
Prepare sdnc/oam for release build by removing -STAGING tag
and using released version of parent poms.
Change-Id: I3de986702da21a91a6613a386c5491481bdb21b6
Issue-ID: SDNC-480
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Former-commit-id: a8eac265ec597473bc63894b2485decd11e49d4c
Diffstat (limited to 'installation/admportal/pom.xml')
-rw-r--r-- | installation/admportal/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installation/admportal/pom.xml b/installation/admportal/pom.xml index c6ac9fd1..5a8e3c68 100644 --- a/installation/admportal/pom.xml +++ b/installation/admportal/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</version> </parent> <modelVersion>4.0.0</modelVersion> |