From 71984d1bffa966c366d47464a3acf4b440c9c7c9 Mon Sep 17 00:00:00 2001 From: platania Date: Fri, 17 Feb 2017 16:23:59 -0500 Subject: POM reorganization Change-Id: I38076a941f6038aa8d5e67e2133c48231193430b Signed-off-by: platania --- vnfs/honeycomb_plugin/sample_plugin/.DS_Store | Bin 10244 -> 8196 bytes .../sample_plugin/parent-pom/pom.xml | 5 +- vnfs/honeycomb_plugin/sample_plugin/pom.xml | 3 +- .../sample_plugin/sample-distribution/pom.xml | 3 +- .../sample_plugin/sample-plugin-api/pom.xml | 1 - .../sample_plugin/sample-plugin-impl/pom.xml | 1 - vnfs/honeycomb_plugin/sample_plugin/settings.xml | 105 --------------------- 7 files changed, 6 insertions(+), 112 deletions(-) delete mode 100644 vnfs/honeycomb_plugin/sample_plugin/settings.xml (limited to 'vnfs/honeycomb_plugin/sample_plugin') diff --git a/vnfs/honeycomb_plugin/sample_plugin/.DS_Store b/vnfs/honeycomb_plugin/sample_plugin/.DS_Store index c7a6a7ae..0c92e6f3 100644 Binary files a/vnfs/honeycomb_plugin/sample_plugin/.DS_Store and b/vnfs/honeycomb_plugin/sample_plugin/.DS_Store differ diff --git a/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml b/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml index 16cd604e..352d4476 100644 --- a/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml +++ b/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml @@ -21,8 +21,8 @@ org.openecomp.demo.vnf demo-aggregator - 1.0.0 - ../../../pom.xml + 1.0.0-SNAPSHOT + ../../../../pom.xml @@ -241,4 +241,5 @@ done --> + diff --git a/vnfs/honeycomb_plugin/sample_plugin/pom.xml b/vnfs/honeycomb_plugin/sample_plugin/pom.xml index 2da40d38..40a792b4 100755 --- a/vnfs/honeycomb_plugin/sample_plugin/pom.xml +++ b/vnfs/honeycomb_plugin/sample_plugin/pom.xml @@ -22,7 +22,7 @@ org.openecomp.demo.vnf sample-plugin-aggregator - 1.0.0 + 1.0.0-SNAPSHOT sample-plugin-aggregator pom 4.0.0 @@ -55,4 +55,5 @@ + diff --git a/vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml b/vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml index 0d8ddd77..0d7e4b17 100755 --- a/vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml +++ b/vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml @@ -18,14 +18,13 @@ org.openecomp.demo.vnf demo-aggregator 1.0.0 -../../../pom.xml +../../../../pom.xml --> 4.0.0 org.openecomp.demo.vnf sample-distribution - 1.0.0 io.fd.honeycomb.vpp.integration.distro.Main diff --git a/vnfs/honeycomb_plugin/sample_plugin/sample-plugin-api/pom.xml b/vnfs/honeycomb_plugin/sample_plugin/sample-plugin-api/pom.xml index 74506eb9..fc981026 100755 --- a/vnfs/honeycomb_plugin/sample_plugin/sample-plugin-api/pom.xml +++ b/vnfs/honeycomb_plugin/sample_plugin/sample-plugin-api/pom.xml @@ -23,7 +23,6 @@ 4.0.0 org.openecomp.demo.vnf sample-plugin-api - 1.0.0 bundle diff --git a/vnfs/honeycomb_plugin/sample_plugin/sample-plugin-impl/pom.xml b/vnfs/honeycomb_plugin/sample_plugin/sample-plugin-impl/pom.xml index 59f3c1f0..49ec1494 100755 --- a/vnfs/honeycomb_plugin/sample_plugin/sample-plugin-impl/pom.xml +++ b/vnfs/honeycomb_plugin/sample_plugin/sample-plugin-impl/pom.xml @@ -23,7 +23,6 @@ 4.0.0 org.openecomp.demo.vnf sample-plugin-impl - 1.0.0 bundle diff --git a/vnfs/honeycomb_plugin/sample_plugin/settings.xml b/vnfs/honeycomb_plugin/sample_plugin/settings.xml deleted file mode 100644 index 28acd41a..00000000 --- a/vnfs/honeycomb_plugin/sample_plugin/settings.xml +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - - fd.io-release - - - fd.io-mirror - fd.io-mirror - https://nexus.fd.io/content/groups/public/ - - true - never - - - false - - - - - - fd.io-mirror - fd.io-mirror - https://nexus.fd.io/content/repositories/public/ - - true - never - - - false - - - - - - - fd.io-snapshots - - - fd.io-snapshot - fd.io-snapshot - https://nexus.fd.io/content/repositories/fd.io.snapshot/ - - false - - - true - - - - - - fd.io-snapshot - fd.io-snapshot - https://nexus.fd.io/content/repositories/fd.io.snapshot/ - - false - - - true - - - - - - opendaylight-snapshots - - - opendaylight-snapshot - opendaylight-snapshot - https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/ - - false - - - true - - - - - - opendaylight-shapshot - opendaylight-snapshot - https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/ - - false - - - true - - - - - - - - fd.io-release - fd.io-snapshots - opendaylight-snapshots - - \ No newline at end of file -- cgit 1.2.3-korg