diff options
author | platania <platania@research.att.com> | 2017-03-08 12:15:27 -0500 |
---|---|---|
committer | platania <platania@research.att.com> | 2017-03-08 12:15:27 -0500 |
commit | fdd04d3f77f3833c03725bf7dae3f282bf44c048 (patch) | |
tree | daecf76f7afe713ff722b9cd78eec8ec6fdac42e /vnfs/honeycomb_plugin/sample_plugin/sample-distribution | |
parent | c70bd5b22ea51a7618f27bddde5fbcce5bada96b (diff) |
Update POM structure for staging
Change-Id: I8c1db25c8518ae85e04eed9d3b38169791cb8e9a
Signed-off-by: platania <platania@research.att.com>
Diffstat (limited to 'vnfs/honeycomb_plugin/sample_plugin/sample-distribution')
-rwxr-xr-x | vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml b/vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml index 4b1fedb9..da25cc7e 100755 --- a/vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml +++ b/vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml @@ -1,11 +1,11 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> -<!--parent> -<groupId>io.fd.honeycomb.common</groupId> - <artifactId>minimal-distribution-parent</artifactId> - <version>1.16.9</version> -</parent--> +<!-- + Modifications copyright © 2017 AT&T Intellectual Property +--> + +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + 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> |