diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2018-09-07 10:06:06 -0400 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2018-09-07 10:26:09 -0400 |
commit | 1f06d61152c1664e413200bc54e03e5828abcb2f (patch) | |
tree | fdaf09438ef1470d73d517298f2fad80d8edcef9 /blueprints-processor/installer/pom.xml | |
parent | ac1650b87348b4b01080ae210062c48da355496c (diff) |
SDN Controller Blueprints Processor Features
Fixing Installer POM File to update features repo to org.onap.ccsdk.features/ccsdk-features
Change-Id: I53a0b507326f926837a87f00e51cf116fdadfe4c
Issue-ID: CCSDK-505
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Diffstat (limited to 'blueprints-processor/installer/pom.xml')
-rw-r--r-- | blueprints-processor/installer/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blueprints-processor/installer/pom.xml b/blueprints-processor/installer/pom.xml index f8a053e1d..ef39b412d 100644 --- a/blueprints-processor/installer/pom.xml +++ b/blueprints-processor/installer/pom.xml @@ -33,7 +33,7 @@ <properties>
<application.name>blueprints-processor</application.name>
<features.boot>blueprints-processor-features</features.boot>
- <features.repositories>mvn:org.onap.ccsdk.config/blueprints-processor-features/${project.version}/xml/features</features.repositories>
+ <features.repositories>mvn:org.onap.ccsdk.features/ccsdk-features/blueprints-processor-features/${project.version}/xml/features</features.repositories>
<include.transitive.dependencies>false</include.transitive.dependencies>
</properties>
|