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/parent-pom | |
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/parent-pom')
-rw-r--r-- | vnfs/honeycomb_plugin/sample_plugin/parent-pom/.DS_Store | bin | 6148 -> 6148 bytes | |||
-rw-r--r-- | vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml | 9 |
2 files changed, 5 insertions, 4 deletions
diff --git a/vnfs/honeycomb_plugin/sample_plugin/parent-pom/.DS_Store b/vnfs/honeycomb_plugin/sample_plugin/parent-pom/.DS_Store Binary files differindex 5d56db6b..6ee7724a 100644 --- a/vnfs/honeycomb_plugin/sample_plugin/parent-pom/.DS_Store +++ b/vnfs/honeycomb_plugin/sample_plugin/parent-pom/.DS_Store diff --git a/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml b/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml index b80f8ef3..5492aeb6 100644 --- a/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml +++ b/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml @@ -14,6 +14,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + +<!-- + 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"> @@ -58,10 +63,6 @@ done <osgi.core.version>5.0.0</osgi.core.version> </properties> - <!--groupId>io.fd.honeycomb.common</groupId--> - <!--artifactId>minimal-distribution-parent</artifactId--> - <!--version>1.16.9</version--> - <modelVersion>4.0.0</modelVersion> <artifactId>hc-openecomp</artifactId> <packaging>pom</packaging> |