mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
23 lines
872 B
XML
23 lines
872 B
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<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">
|
||
|
|
<parent>
|
||
|
|
<artifactId>carbon-devicemgt</artifactId>
|
||
|
|
<groupId>org.wso2.carbon.devicemgt</groupId>
|
||
|
|
<version>5.0.25-SNAPSHOT</version>
|
||
|
|
<relativePath>../../pom.xml</relativePath>
|
||
|
|
</parent>
|
||
|
|
|
||
|
|
<modelVersion>4.0.0</modelVersion>
|
||
|
|
<artifactId>tenant-mgt</artifactId>
|
||
|
|
<packaging>pom</packaging>
|
||
|
|
<name>Entgra IoT - Tenant Management Component</name>
|
||
|
|
<description>Entgra IoT - Tenant Management Component</description>
|
||
|
|
|
||
|
|
<modules>
|
||
|
|
<module>io.entgra.tenant.mgt.core</module>
|
||
|
|
<module>io.entgra.tenant.mgt.common</module>
|
||
|
|
</modules>
|
||
|
|
|
||
|
|
</project>
|