diff options
author | Ofir Sonsino <os0695@intl.att.com> | 2020-03-10 10:59:54 +0200 |
---|---|---|
committer | Ofir Sonsino <os0695@intl.att.com> | 2020-03-10 10:59:54 +0200 |
commit | d2d89aa434727865cb51e46e2bd091487d34ad21 (patch) | |
tree | 00347b218c86a30d2331f208bda3b4005ef898a2 | |
parent | 291505bd54969f199023720335c04fb3b1087b12 (diff) |
Fix project name shows in Sonar
Change-Id: Ic6f7338821032317567614052b17ac6680b501b6
Issue-ID: SDC-2740
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ <groupId>org.onap.sdc.dcae-d.ci</groupId> <artifactId>dcae-ci-tests</artifactId> <version>1.3.1-SNAPSHOT</version> - <name>dcae-d ci tests</name> + <name>sdc-dcae-d ci tests</name> <packaging>jar</packaging> <description>Tests for DCAE Designer </description> |