summaryrefslogtreecommitdiffstats
path: root/python-dcae-policy/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'python-dcae-policy/pom.xml')
-rw-r--r--python-dcae-policy/pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/python-dcae-policy/pom.xml b/python-dcae-policy/pom.xml
index e5b30c8..1d02fcd 100644
--- a/python-dcae-policy/pom.xml
+++ b/python-dcae-policy/pom.xml
@@ -21,19 +21,18 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.onap.dcaegen2</groupId>
+ <groupId>org.onap.dcaegen2.utils</groupId>
<artifactId>utils</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.dcaegen2.utils</groupId>
<artifactId>python-dcae-policy</artifactId>
- <name>python-dcae-policy</name>
+ <name>dcaegen2-utils-python-dcae-policy</name>
<version>1.0.0-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <sonar.skip>true</sonar.skip>
<sonar.sources>.</sonar.sources>
<!-- customize the SONARQUBE URL -->
<!-- sonar.host.url>http://localhost:9000</sonar.host.url -->