diff options
author | platania <platania@research.att.com> | 2017-03-07 17:27:22 -0500 |
---|---|---|
committer | platania <platania@research.att.com> | 2017-03-07 17:27:22 -0500 |
commit | b3fdc90daf512820dd9297729bf8e5360e6a9de2 (patch) | |
tree | 98d92d7cf9d04c6d1408084879fb32663370804f /vnfs/honeycomb_plugin/sample_plugin/parent-pom | |
parent | ac8f64edd4ba7944f94909edbdbb16802d54071c (diff) |
update HC parent POM
Change-Id: Ice5ae2c0f0b354a906690aed911ec5be7bd37a37
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/pom.xml | 10 |
1 files changed, 6 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 7d99deb3..b80f8ef3 100644 --- a/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml +++ b/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml @@ -26,7 +26,7 @@ </parent> <properties> - <!--nexusproxy>http://nexus.fd.io/content</nexusproxy--> + <nexusproxy>http://nexus.fd.io/content</nexusproxy> <start.script.template> #!/bin/sh - STATUS=100 @@ -58,10 +58,12 @@ 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> - <groupId>io.fd.honeycomb.common</groupId> - <artifactId>minimal-distribution-parent</artifactId> - <version>1.16.9</version> + <artifactId>hc-openecomp</artifactId> <packaging>pom</packaging> <!-- Generate executable shell script --> |