diff options
author | Marco Platania <platania@research.att.com> | 2017-08-01 15:06:44 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-08-01 15:06:44 -0400 |
commit | 1f18e460ca08b54a47993ddcce7934012c85f60a (patch) | |
tree | 8f4f11a8d0e70118957f2a49070c44b8bbe7d491 /vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml | |
parent | 54d70de40c1a7ac88c06ea61292f3a4721d8e2f6 (diff) |
Move poms/scripts from OpenECOMP to ONAP
Change-Id: I733aa812860e5126ffbf1242780006a611e0a694
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml')
-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 --> |