diff options
Diffstat (limited to 'vnfs/honeycomb_plugin/sample_plugin/parent-pom')
-rw-r--r-- | vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml b/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml index 8304b473..da9c5680 100644 --- a/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml +++ b/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml @@ -24,7 +24,7 @@ <parent> - <groupId>org.openecomp.demo.vnf</groupId> + <groupId>org.onap.demo.vnf</groupId> <artifactId>demo-aggregator</artifactId> <version>1.1.0-SNAPSHOT</version> <relativePath>../../../../pom.xml</relativePath> @@ -64,7 +64,7 @@ done </properties> <modelVersion>4.0.0</modelVersion> - <artifactId>hc-openecomp</artifactId> + <artifactId>hc-onap</artifactId> <packaging>pom</packaging> <!-- Generate executable shell script --> |