summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-06-26 10:26:58 -0400
committerPamela Dragosh <pdragosh@research.att.com>2018-06-26 10:27:43 -0400
commit048390e7c4af8bf40095bddf2c9b76bc95445b19 (patch)
tree7bfec4e9eebc06a90cf0b6a850ba672f56546668 /pom.xml
parentd39c5e50ac236eeb261eb04353fbc3de0c893245 (diff)
Fix warnings and artifactID name
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>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index b93c8ab1..3215ea8b 100644
--- 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>