aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-05-25 06:49:25 -0400
committerPamela Dragosh <pdragosh@research.att.com>2018-05-25 06:49:30 -0400
commit690ee4470a7d3787f3cc8a38acc091a683aafed4 (patch)
tree81feb588cc8c59d761e1e91db1980d5681dc32e6
parent76b34057b72b1704360c959ddc718778729a92bc (diff)
Rename Policy Core to policy-core
ONAP prefers this naming convention for sonar results to be stored. Issue-ID: POLICY-845 Change-Id: Ib8dadf023b63e80beb56a95987ce997295391f44 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 973edd4..12604bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
<artifactId>policy-core</artifactId>
<packaging>pom</packaging>
<version>2.0.0-SNAPSHOT</version>
- <name>Policy Core</name>
+ <name>policy-core</name>
<description>Core code shared among all policy repos</description>
<distributionManagement>
@@ -41,4 +41,4 @@
</site>
</distributionManagement>
-</project> \ No newline at end of file
+</project>