diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-02-23 06:44:23 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-02-23 06:44:33 -0500 |
commit | 3bcaf899bc1768d658bbe1012ba7a443517fba60 (patch) | |
tree | 06eb107a487e24d3fcd690f6e4770691d7950ae8 /ECOMP-PDP/pom.xml | |
parent | 5bb60833867c08f63a44d06f57d0537d8c49a0b2 (diff) |
fix pom.xml warning duplicate groupId versionId
Change-Id: I605882d95b8cb61c0689a63ccf1b774f8dbae0d8
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'ECOMP-PDP/pom.xml')
-rw-r--r-- | ECOMP-PDP/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ECOMP-PDP/pom.xml b/ECOMP-PDP/pom.xml index 79139b098..942941ec2 100644 --- a/ECOMP-PDP/pom.xml +++ b/ECOMP-PDP/pom.xml @@ -24,7 +24,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> - <groupId>org.openecomp.policy.engine</groupId> + <artifactId>ECOMP-PDP</artifactId> <description>ECOMP-PDP</description> <packaging>jar</packaging> |