Fixing wrong parent-groupId in the tools module

application-manager-new
Shabirmean 9 years ago
parent 38d67629d0
commit 390bda1b3a

@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.iot</groupId>
<artifactId>wso2cdm-tools</artifactId>
<artifactId>wso2cdmf-tools</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

@ -26,8 +26,8 @@
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.wso2.iot</groupId>
<artifactId>wso2cdmf-tools</artifactId>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>

Loading…
Cancel
Save