From 0bce413218560b0f5df834581f22841eb0bc7074 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Wed, 30 Aug 2017 10:28:08 -0400 Subject: Prune migrated components from sdnc/northbound Prune components that were migrated from sdnc/northbound to ccsdk by removing code and replacing with a README.md that redirects the reader to the appropriate CCSDK repo Change-Id: I317b1d0093a1dd4647feaf6b852826a2230f4879 Issue-ID: SDNC-59 Signed-off-by: Dan Timoney --- vnfapi/features/pom.xml | 2 +- vnfapi/installer/pom.xml | 2 +- vnfapi/model/pom.xml | 2 +- vnfapi/pom.xml | 4 ++-- vnfapi/provider/pom.xml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) (limited to 'vnfapi') diff --git a/vnfapi/features/pom.xml b/vnfapi/features/pom.xml index cc374bbc..e9d253aa 100644 --- a/vnfapi/features/pom.xml +++ b/vnfapi/features/pom.xml @@ -4,7 +4,7 @@ vnfapi org.openecomp.sdnc.northbound - 1.1.2-SNAPSHOT + 1.2.0-SNAPSHOT vnfapi-features diff --git a/vnfapi/installer/pom.xml b/vnfapi/installer/pom.xml index 39de4396..18b4d9ff 100755 --- a/vnfapi/installer/pom.xml +++ b/vnfapi/installer/pom.xml @@ -5,7 +5,7 @@ vnfapi org.openecomp.sdnc.northbound - 1.1.2-SNAPSHOT + 1.2.0-SNAPSHOT vnfapi-installer VNF API - Karaf Installer diff --git a/vnfapi/model/pom.xml b/vnfapi/model/pom.xml index 137a8882..b8ba006a 100644 --- a/vnfapi/model/pom.xml +++ b/vnfapi/model/pom.xml @@ -4,7 +4,7 @@ vnfapi org.openecomp.sdnc.northbound - 1.1.2-SNAPSHOT + 1.2.0-SNAPSHOT vnfapi-model bundle diff --git a/vnfapi/pom.xml b/vnfapi/pom.xml index 0bd7e487..4646492f 100644 --- a/vnfapi/pom.xml +++ b/vnfapi/pom.xml @@ -5,13 +5,13 @@ org.openecomp.sdnc.northbound sdnc-northbound - 1.1.2-SNAPSHOT + 1.2.0-SNAPSHOT pom org.openecomp.sdnc.northbound vnfapi - 1.1.2-SNAPSHOT + 1.2.0-SNAPSHOT vnfapi diff --git a/vnfapi/provider/pom.xml b/vnfapi/provider/pom.xml index 8d583ad1..bacf8138 100644 --- a/vnfapi/provider/pom.xml +++ b/vnfapi/provider/pom.xml @@ -4,7 +4,7 @@ vnfapi org.openecomp.sdnc.northbound - 1.1.2-SNAPSHOT + 1.2.0-SNAPSHOT vnfapi-provider bundle -- cgit 1.2.3-korg