diff options
author | Stone, Avi (as206k) <as206k@att.com> | 2018-05-24 14:25:37 +0300 |
---|---|---|
committer | Stone, Avi (as206k) <as206k@att.com> | 2018-05-24 14:25:37 +0300 |
commit | cd0441658018dfbab0950f959c9b718ad9601f6d (patch) | |
tree | 64d521dfb17f8920e7c172a0b8796274d063731c /pom.xml | |
parent | 3e4c18770957b55e2f80da32c3a32caa908f1386 (diff) |
Fix pom
Update pom app name
Change-Id: Ie118a6441359196ca81c2d0f93ff9e12b553dc5a
Issue-ID: SDC-1313
Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,7 @@ <artifactId>dcae_dt_be_main</artifactId> <version>1.2.0-SNAPSHOT</version> <packaging>pom</packaging> + <name>dcae-d dt-be-main</name> <parent> <groupId>org.springframework.boot</groupId> @@ -26,6 +27,7 @@ <nexus.proxy>https://nexus.onap.org</nexus.proxy> <staging.profile.id>176c31dfe190a</staging.profile.id> <sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath> + <sonar.branch>${project.version}</sonar.branch> </properties> <dependencies> |