diff options
author | Dan Timoney <dtimoney@att.com> | 2020-03-04 09:43:47 -0500 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-03-04 17:04:11 -0500 |
commit | 04e519c3f9ab8ac745b9c6b8b67100090c91f8e1 (patch) | |
tree | e7c01629054324c4fc1cb9a8c01ab232e30594c9 /sdnr/northbound/oofpcipoc/provider | |
parent | 298e36213bae8e9c972928d09f7cf58d23bba991 (diff) |
Use released 1.5.2 CCSDK parent
Use released Frankfurt M4 version of CCSDK parent poms
Change-Id: I05de5b17ca00463c0d5e772d4995870df5ff0fc1
Issue-ID: CCSDK-2152
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'sdnr/northbound/oofpcipoc/provider')
-rw-r--r-- | sdnr/northbound/oofpcipoc/provider/pom.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sdnr/northbound/oofpcipoc/provider/pom.xml b/sdnr/northbound/oofpcipoc/provider/pom.xml index 823e107cc..81182e6a2 100644 --- a/sdnr/northbound/oofpcipoc/provider/pom.xml +++ b/sdnr/northbound/oofpcipoc/provider/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.5.2-SNAPSHOT</version> + <version>1.5.2</version> <relativePath/> </parent> @@ -53,7 +53,6 @@ </dependency> </dependencies> </dependencyManagement> - <dependencies> <dependency> <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> @@ -132,6 +131,4 @@ </dependency> </dependencies> - - </project> |