2021-02-16 13:28:00 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2021-02-22 02:16:53 +00:00
|
|
|
<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">
|
2021-02-16 13:28:00 +00:00
|
|
|
<parent>
|
|
|
|
|
<artifactId>carbon-devicemgt</artifactId>
|
2023-05-10 06:23:11 +00:00
|
|
|
<groupId>io.entgra.device.mgt.core</groupId>
|
2023-04-26 03:50:38 +00:00
|
|
|
<version>5.0.26-SNAPSHOT</version>
|
2021-02-16 13:28:00 +00:00
|
|
|
<relativePath>../../pom.xml</relativePath>
|
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
<artifactId>transport-mgt</artifactId>
|
|
|
|
|
<packaging>pom</packaging>
|
2021-02-17 05:50:02 +00:00
|
|
|
<name>Entgra - Transport Management Component</name>
|
2021-02-16 13:28:00 +00:00
|
|
|
<url>http://entgra.io</url>
|
|
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
|
<module>sms-handler</module>
|
2021-02-16 13:42:57 +00:00
|
|
|
<module>email-sender</module>
|
2021-02-16 13:28:00 +00:00
|
|
|
</modules>
|
|
|
|
|
|
|
|
|
|
</project>
|