diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-11-13 10:49:18 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-11-13 10:59:16 -0500 |
commit | b511df0e89d86427067463ec40dbeff58b08639b (patch) | |
tree | 87f0a486a7b1e92e2320e8d0581d5003cd02a15b /sdnr/northbound/oofpcipoc/installer/pom.xml | |
parent | 479b6c2f2ef248a805537762d2b461ff1a4c6ef5 (diff) |
Use 1.5.0 parent pom
Use released 1.5.0 version of parent pom
Change-Id: Ie4cf2559a486f0e98e4955ffadfc5ca138e9b833
Issue-ID: CCSDK-1920
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'sdnr/northbound/oofpcipoc/installer/pom.xml')
-rw-r--r-- | sdnr/northbound/oofpcipoc/installer/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnr/northbound/oofpcipoc/installer/pom.xml b/sdnr/northbound/oofpcipoc/installer/pom.xml index 281912fb3..105f07e15 100644 --- a/sdnr/northbound/oofpcipoc/installer/pom.xml +++ b/sdnr/northbound/oofpcipoc/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.0</version> <relativePath/> </parent> |