summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 56ab8af6..b40beb84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
<module>dmi-stub</module>
</modules>
- <groupId>${dmi.groupId}</groupId>
+ <groupId>org.onap.cps.ncmp-dmi-plugin</groupId>
<artifactId>ncmp-dmi-plugin</artifactId>
<version>1.6.0-SNAPSHOT</version>
<name>ncmp-dmi-plugin</name>
@@ -53,7 +53,6 @@
<!-- Project Versioning and Timestamp -->
<cps.groupId>org.onap.cps</cps.groupId>
<cps.version>3.5.5</cps.version>
- <dmi.groupId>org.onap.cps.ncmp-dmi-plugin</dmi.groupId>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
<!-- Code Quality and Dependency Management -->
@@ -100,7 +99,7 @@
</artifactItem>
</artifactItems>
</configuration>
- <inherited>false</inherited>
+ <inherited>true</inherited>
</execution>
</executions>
</plugin>