diff options
Diffstat (limited to 'appc-oam/appc-oam-features')
-rw-r--r-- | appc-oam/appc-oam-features/pom.xml | 8 | ||||
-rw-r--r-- | appc-oam/appc-oam-features/src/main/resources/features.xml | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/appc-oam/appc-oam-features/pom.xml b/appc-oam/appc-oam-features/pom.xml index 689616e17..6598cd68e 100644 --- a/appc-oam/appc-oam-features/pom.xml +++ b/appc-oam/appc-oam-features/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <artifactId>appc-oam</artifactId> - <groupId>org.openecomp.appc</groupId> + <groupId>org.onap.appc</groupId> <version>1.3.0-SNAPSHOT</version> </parent> <name>appc-oam-features</name> @@ -13,13 +13,13 @@ <dependencies> <dependency> - <groupId>org.openecomp.appc</groupId> + <groupId>org.onap.appc</groupId> <artifactId>appc-oam-model</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>org.openecomp.appc</groupId> + <groupId>org.onap.appc</groupId> <artifactId>appc-oam-bundle</artifactId> <classifier>config</classifier> <type>xml</type> @@ -27,7 +27,7 @@ </dependency> <dependency> - <groupId>org.openecomp.appc</groupId> + <groupId>org.onap.appc</groupId> <artifactId>appc-oam-bundle</artifactId> <version>${project.version}</version> </dependency> 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> |