diff options
author | platania <platania@research.att.com> | 2017-03-07 16:43:52 -0500 |
---|---|---|
committer | platania <platania@research.att.com> | 2017-03-07 16:43:52 -0500 |
commit | ac8f64edd4ba7944f94909edbdbb16802d54071c (patch) | |
tree | 31176c700abc28726b42bd2213d6127662e0b84c /vnfs/honeycomb_plugin/sample_plugin/sample-distribution | |
parent | cca0c50add665f449d8c14b7f78544c931aa3110 (diff) |
update deploy info
Change-Id: I388b3d00204e20c7c461f42574f47b7c2045dd66
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 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml b/vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml index 1c6b5d2e..b37a19dd 100755 --- a/vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml +++ b/vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml @@ -87,4 +87,17 @@ </dependency> </dependencies> + <distributionManagement> + <repository> + <id>ecomp-releases</id> + <name>Demo Release Repository</name> + <url> https://nexus.openecomp.org/content/repositories/releases/</url> + </repository> + <snapshotRepository> + <id>ecomp-snapshots</id> + <name>Demo Snapshot Repository</name> + <url> https://nexus.openecomp.org/content/repositories/snapshots/</url> + </snapshotRepository> + </distributionManagement> + </project> |