diff options
author | Sandeep Shah <sandeep.shah2@techmahindra.com> | 2019-04-30 09:08:56 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2019-04-30 20:20:34 +0000 |
commit | 7181af3572a788737e5f5709d43449b833a95f17 (patch) | |
tree | 8225ce10c5aed1c0d47640d303277b38f990f27d /sdnr/northbound/oofpcipoc | |
parent | d761bb69850d2fe75a28b18310843609d5b81780 (diff) |
Include SDNR OOF/PCI POC in ccsdk/features repo POM's
To support SDNR OOF PCI POC, Karaf features were developed
that need to be compiled and built as part of ccsdk/features
repo
Change-Id: I719e57e50aa02618744f5e652606f31040a2899d
Issue-ID: CCSDK-1297
Signed-off-by: SandeepLinux <sandeep.shah2@techmahindra.com>
Diffstat (limited to 'sdnr/northbound/oofpcipoc')
-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 fdb8265b2..53cfb2d06 100644 --- a/sdnr/northbound/oofpcipoc/installer/pom.xml +++ b/sdnr/northbound/oofpcipoc/installer/pom.xml @@ -14,7 +14,7 @@ <version>0.4.2-SNAPSHOT</version> <packaging>pom</packaging> - <name>ccsdk-features-sdnr-northbound :: oofpcipoc :: ${project-artifactId}</name> + <name>ccsdk-features-sdnr-northbound :: oofpcipoc :: ${project.artifactId}</name> <properties> <application.name>sdnr-oofpcipoc</application.name> |