diff options
Diffstat (limited to 'appc-oam/appc-oam-features/src/main/resources')
-rw-r--r-- | appc-oam/appc-oam-features/src/main/resources/features.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/appc-oam/appc-oam-features/src/main/resources/features.xml b/appc-oam/appc-oam-features/src/main/resources/features.xml index 23dd2430e..69bb62a50 100644 --- a/appc-oam/appc-oam-features/src/main/resources/features.xml +++ b/appc-oam/appc-oam-features/src/main/resources/features.xml @@ -32,9 +32,9 @@ <feature name='appc-oam' description="appc oam module" version='${project.version}'> <feature version="${odl.mdsal.version}">odl-mdsal-broker</feature> - <bundle>mvn:org.openecomp.appc/appc-oam-model/${project.version}</bundle> - <bundle>mvn:org.openecomp.appc/appc-oam-bundle/${project.version}</bundle> - <configfile finalname="etc/opendaylight/karaf/201-appc-oam.xml">mvn:org.openecomp.appc/appc-oam-bundle/${project.version}/xml/config</configfile> + <bundle>mvn:org.onap.appc/appc-oam-model/${project.version}</bundle> + <bundle>mvn:org.onap.appc/appc-oam-bundle/${project.version}</bundle> + <configfile finalname="etc/opendaylight/karaf/201-appc-oam.xml">mvn:org.onap.appc/appc-oam-bundle/${project.version}/xml/config</configfile> </feature> </features> |