diff options
author | Dan Timoney <dtimoney@att.com> | 2020-03-30 08:21:12 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-03-30 09:59:24 -0400 |
commit | 95dcac20af9c1f59c3c0d8de7ad4d253ecb58776 (patch) | |
tree | 23192bfbc8e45862818f771f939f9bd3c992b654 /cds-ui/pom.xml | |
parent | 0e5af945fc7283c9feb2e1326eb50e33e949ffe7 (diff) |
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 <dtimoney@att.com>
Change-Id: Iacb76b240e71206de8306af7e2447eaa07b0d33b
Diffstat (limited to 'cds-ui/pom.xml')
-rw-r--r-- | cds-ui/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cds-ui/pom.xml b/cds-ui/pom.xml index 4a9f0fdad..fd505b4a4 100644 --- a/cds-ui/pom.xml +++ b/cds-ui/pom.xml @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.ccsdk.cds</groupId> <artifactId>ui</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>0.7.1-SNAPSHOT</version> <packaging>pom</packaging> <name>CDS UI Parent</name> |