Fix warnings and artifactID name 17/55417/1
authorPamela Dragosh <pdragosh@research.att.com>
Tue, 26 Jun 2018 14:26:58 +0000 (10:26 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Tue, 26 Jun 2018 14:27:43 +0000 (10:27 -0400)
The extra version tag generates an eclipse warning.
Changing the artifactID so that it prepends the policy-

Issue-ID: POLICY-846
Change-Id: Ifa9d71e3b975a5e9790ea8c487b0aa51caf8bd8a
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index b93c8ab..3215ea8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -30,8 +30,7 @@
        </parent>
 
        <groupId>org.onap.policy.xacml-pdp</groupId>
-       <artifactId>xacml-pdp</artifactId>
-       <version>2.0.0-SNAPSHOT</version>
+       <artifactId>policy-xacml-pdp</artifactId>
 
        <packaging>pom</packaging>