From 8edec22767a6fdb055af92ef815e374987ed8d22 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 7 Apr 2020 11:51:20 -0400 Subject: Roll to next Guilin snapshot Roll to next Guilin snapshot release Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney Change-Id: I1a5ea68da8821ffe28ac84e60177af05e26b3585 --- .../test-blueprint/capability_cli/pom.xml | 3 +- .../test-blueprint/capability_cli/pom.xml-n | 62 +++++++++++++++++++++ .../blueprint-model/test-blueprint/pom.xml | 5 +- .../blueprint-model/test-blueprint/pom.xml-n | 41 ++++++++++++++ .../test-blueprint/resource-audit/pom.xml | 3 +- .../test-blueprint/resource-audit/pom.xml-n | 63 ++++++++++++++++++++++ 6 files changed, 173 insertions(+), 4 deletions(-) create mode 100644 components/model-catalog/blueprint-model/test-blueprint/capability_cli/pom.xml-n create mode 100644 components/model-catalog/blueprint-model/test-blueprint/pom.xml-n create mode 100644 components/model-catalog/blueprint-model/test-blueprint/resource-audit/pom.xml-n (limited to 'components/model-catalog/blueprint-model/test-blueprint') diff --git a/components/model-catalog/blueprint-model/test-blueprint/capability_cli/pom.xml b/components/model-catalog/blueprint-model/test-blueprint/capability_cli/pom.xml index cdc3964b7..f2f51964b 100644 --- a/components/model-catalog/blueprint-model/test-blueprint/capability_cli/pom.xml +++ b/components/model-catalog/blueprint-model/test-blueprint/capability_cli/pom.xml @@ -15,13 +15,14 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + 4.0.0 org.onap.ccsdk.cds.cba test-blueprint-model - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT capability_cli diff --git a/components/model-catalog/blueprint-model/test-blueprint/capability_cli/pom.xml-n b/components/model-catalog/blueprint-model/test-blueprint/capability_cli/pom.xml-n new file mode 100644 index 000000000..2c957c79a --- /dev/null +++ b/components/model-catalog/blueprint-model/test-blueprint/capability_cli/pom.xml-n @@ -0,0 +1,62 @@ + + + + 4.0.0 + + + org.onap.ccsdk.cds.cba + test-blueprint-model + 1.0.0-SNAPSHOT + + + capability_cli + + CBA - Test Capability CLI + CBA - Test Capability CLI + + + + org.onap.ccsdk.cds.blueprintsprocessor.functions + cli-executor + + + + + + + maven-assembly-plugin + 3.1.0 + + + cba + package + + single + + + false + + Distribution/cba_zip.xml + + + + + + + + diff --git a/components/model-catalog/blueprint-model/test-blueprint/pom.xml b/components/model-catalog/blueprint-model/test-blueprint/pom.xml index 023ca09f3..8367d6b4b 100644 --- a/components/model-catalog/blueprint-model/test-blueprint/pom.xml +++ b/components/model-catalog/blueprint-model/test-blueprint/pom.xml @@ -14,17 +14,18 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + 4.0.0 org.onap.ccsdk.cds.cba blueprint-model - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT test-blueprint-model - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT pom CBA - Test Blueprints diff --git a/components/model-catalog/blueprint-model/test-blueprint/pom.xml-n b/components/model-catalog/blueprint-model/test-blueprint/pom.xml-n new file mode 100644 index 000000000..dda4b2419 --- /dev/null +++ b/components/model-catalog/blueprint-model/test-blueprint/pom.xml-n @@ -0,0 +1,41 @@ + + + + 4.0.0 + + + org.onap.ccsdk.cds.cba + blueprint-model + 1.0.0-SNAPSHOT + + + test-blueprint-model + 1.0.0-SNAPSHOT + pom + + CBA - Test Blueprints + CBA - Test Blueprints + + + capability_cli + resource-audit + + + + true + + diff --git a/components/model-catalog/blueprint-model/test-blueprint/resource-audit/pom.xml b/components/model-catalog/blueprint-model/test-blueprint/resource-audit/pom.xml index 654ccb385..21d9b8df5 100644 --- a/components/model-catalog/blueprint-model/test-blueprint/resource-audit/pom.xml +++ b/components/model-catalog/blueprint-model/test-blueprint/resource-audit/pom.xml @@ -15,13 +15,14 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + 4.0.0 org.onap.ccsdk.cds.cba test-blueprint-model - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT org.onap.ccsdk.cds.components.cba diff --git a/components/model-catalog/blueprint-model/test-blueprint/resource-audit/pom.xml-n b/components/model-catalog/blueprint-model/test-blueprint/resource-audit/pom.xml-n new file mode 100644 index 000000000..8bd9cdf60 --- /dev/null +++ b/components/model-catalog/blueprint-model/test-blueprint/resource-audit/pom.xml-n @@ -0,0 +1,63 @@ + + + + 4.0.0 + + + org.onap.ccsdk.cds.cba + test-blueprint-model + 1.0.0-SNAPSHOT + + + org.onap.ccsdk.cds.components.cba + resource-audit + + CBA - Test Resource Audit + CBA - Test Resource Audit + + + + org.onap.ccsdk.cds.blueprintsprocessor.functions + resource-resolution + + + + + + + maven-assembly-plugin + 3.1.0 + + + cba + package + + single + + + false + + Distribution/cba_zip.xml + + + + + + + + -- cgit 1.2.3-korg