aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/honeycomb_plugin
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2017-08-01 15:06:44 -0400
committerMarco Platania <platania@research.att.com>2017-08-01 15:06:44 -0400
commit1f18e460ca08b54a47993ddcce7934012c85f60a (patch)
tree8f4f11a8d0e70118957f2a49070c44b8bbe7d491 /vnfs/honeycomb_plugin
parent54d70de40c1a7ac88c06ea61292f3a4721d8e2f6 (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')
-rw-r--r--vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml4
-rwxr-xr-xvnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml4
2 files changed, 4 insertions, 4 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 -->
diff --git a/vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml b/vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml
index e582fa21..39038433 100755
--- a/vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml
+++ b/vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml
@@ -8,8 +8,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
- <groupId>org.openecomp.demo.vnf</groupId>
- <artifactId>hc-openecomp</artifactId>
+ <groupId>org.onap.demo.vnf</groupId>
+ <artifactId>hc-onap</artifactId>
<version>1.1.0-SNAPSHOT</version>
<relativePath>../parent-pom/pom.xml</relativePath>
</parent>