diff options
author | Dan Timoney <dtimoney@att.com> | 2021-04-16 08:40:10 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-04-16 08:40:10 -0400 |
commit | 8413c43655f7d8ceba2af65f8753ee50dae07469 (patch) | |
tree | b440103ae95b5c8dc2c5e42b7ec3c147f4942a2f /sdnr/northbound/oofpcipoc/model/pom.xml | |
parent | 8ed4232fe625ec2430d91f35760220310f107a0c (diff) |
Use RC2 version of parent pom
Use RC2 version of parent pom in order to pick up sli fix
for SDNC-1515
Issue-ID: CCSDK-3263
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I8391036884148a38ee942f8c00df741970908a42
Diffstat (limited to 'sdnr/northbound/oofpcipoc/model/pom.xml')
-rw-r--r-- | sdnr/northbound/oofpcipoc/model/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnr/northbound/oofpcipoc/model/pom.xml b/sdnr/northbound/oofpcipoc/model/pom.xml index decd5705d..4e0b5a416 100644 --- a/sdnr/northbound/oofpcipoc/model/pom.xml +++ b/sdnr/northbound/oofpcipoc/model/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.1.2</version> + <version>2.1.3-SNAPSHOT</version> <relativePath/> </parent> |