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 --- ms/sdclistener/application/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ms/sdclistener/application') diff --git a/ms/sdclistener/application/pom.xml b/ms/sdclistener/application/pom.xml index f65652dc4..cb6bd9203 100644 --- a/ms/sdclistener/application/pom.xml +++ b/ms/sdclistener/application/pom.xml @@ -20,12 +20,12 @@ org.onap.ccsdk.cds.sdclistener parent - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT ../parent application - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT jar SDC Listener Application @@ -56,7 +56,7 @@ org.onap.ccsdk.cds.blueprintsprocessor health-api-common - 0.7.0-SNAPSHOT + 0.7.1-SNAPSHOT org.springframework.boot -- cgit 1.2.3-korg