diff options
Diffstat (limited to 'appc-dispatcher/appc-command-executor/appc-command-executor-features/src')
-rw-r--r-- | appc-dispatcher/appc-command-executor/appc-command-executor-features/src/main/resources/features.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/appc-dispatcher/appc-command-executor/appc-command-executor-features/src/main/resources/features.xml b/appc-dispatcher/appc-command-executor/appc-command-executor-features/src/main/resources/features.xml index fefff52ec..fc1ec092e 100644 --- a/appc-dispatcher/appc-command-executor/appc-command-executor-features/src/main/resources/features.xml +++ b/appc-dispatcher/appc-command-executor/appc-command-executor-features/src/main/resources/features.xml @@ -29,9 +29,9 @@ xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0"> <feature name='appc-command-executor' description="application executor" version='${project.version}'> - <bundle>mvn:org.openecomp.appc/execution-queue-management-lib/${project.version}</bundle> - <bundle>mvn:org.openecomp.appc/appc-command-executor-api/${project.version}</bundle> - <bundle>mvn:org.openecomp.appc/appc-command-executor-core/${project.version}</bundle> + <bundle>mvn:org.onap.appc/execution-queue-management-lib/${project.version}</bundle> + <bundle>mvn:org.onap.appc/appc-command-executor-api/${project.version}</bundle> + <bundle>mvn:org.onap.appc/appc-command-executor-core/${project.version}</bundle> </feature> </features> |