Merge pull request #80 from Shabirmean/master

Fixing wrong parent-groupId in the tools module
application-manager-new
Shabir Mohamed 9 years ago
commit f3fe4a2757

@ -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