diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-05-25 08:17:28 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-05-25 08:17:36 -0400 |
commit | d01b3fabba07c18198907ad06aebd125969146af (patch) | |
tree | 21ef7175d9c0c0032aed60e7df02726d04a19c0f /pom.xml | |
parent | 67037d090dd491e58df7ee55c8826cfe2d5077e4 (diff) |
Rename Policy Modesl to policy-models
ONAP sonar requires this naming convention.
Issue-ID: POLICY-805
Change-Id: I4d40fff79696ef4eeae0af0081862ce726e4c202
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -31,7 +31,7 @@ <artifactId>policy-models</artifactId> <version>2.0.0-SNAPSHOT</version> <packaging>pom</packaging> - <name>Policy Models</name> + <name>policy-models</name> <description>This repo will hold model code agnostic to PDP engines</description> <distributionManagement> @@ -40,4 +40,4 @@ <url>dav:${onap.nexus.url}${sitePath}</url> </site> </distributionManagement> -</project>
\ No newline at end of file +</project> |