From 95dcac20af9c1f59c3c0d8de7ad4d253ecb58776 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Mon, 30 Mar 2020 08:21:12 -0400 Subject: Roll to next Frankfurt snapshot and fix sonar build Roll to next Frankfurt snapshot. Also, fixed config to skip sonar for error-catalog, which has no scannable components. Sonar builds were failing because error-catalog does not have standard maven source and test directories (src/main, src/test) Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney Change-Id: Iacb76b240e71206de8306af7e2447eaa07b0d33b --- components/model-catalog/blueprint-model/pom.xml | 4 ++-- .../blueprint-model/test-blueprint/capability_cli/pom.xml | 2 +- components/model-catalog/blueprint-model/test-blueprint/pom.xml | 4 ++-- .../blueprint-model/test-blueprint/resource-audit/pom.xml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'components/model-catalog') diff --git a/components/model-catalog/blueprint-model/pom.xml b/components/model-catalog/blueprint-model/pom.xml index 7e0e3cf9d..e84ae31bb 100644 --- a/components/model-catalog/blueprint-model/pom.xml +++ b/components/model-catalog/blueprint-model/pom.xml @@ -20,13 +20,13 @@ org.onap.ccsdk.cds.blueprintsprocessor cba-parent - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT ../../../ms/blueprintsprocessor/cba-parent org.onap.ccsdk.cds.cba blueprint-model - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT pom CBA - Blueprints 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 ea76d50b9..cdc3964b7 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 @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.cba test-blueprint-model - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT capability_cli diff --git a/components/model-catalog/blueprint-model/test-blueprint/pom.xml b/components/model-catalog/blueprint-model/test-blueprint/pom.xml index 29daa768e..023ca09f3 100644 --- a/components/model-catalog/blueprint-model/test-blueprint/pom.xml +++ b/components/model-catalog/blueprint-model/test-blueprint/pom.xml @@ -20,11 +20,11 @@ org.onap.ccsdk.cds.cba blueprint-model - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT test-blueprint-model - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT pom CBA - Test Blueprints 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 5f6c49e0c..654ccb385 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 @@ -21,7 +21,7 @@ org.onap.ccsdk.cds.cba test-blueprint-model - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT org.onap.ccsdk.cds.components.cba -- cgit 1.2.3-korg