mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
23 lines
948 B
XML
23 lines
948 B
XML
<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>iot-server-samples</artifactId>
|
|
<groupId>org.wso2.carbon.device.mgt.iot.server.sample</groupId>
|
|
<version>${carbon.iot.device.mgt.version}</version>
|
|
<relativePath>../../pom.xml</relativePath>
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<artifactId>org.wso2.carbon.device.mgt.iot.sample.arduino</artifactId>
|
|
<packaging>pom</packaging>
|
|
<version>${carbon.iot.device.mgt.version}</version>
|
|
<name>WSO2 Carbon - Arduino Sample</name>
|
|
<url>http://wso2.org</url>
|
|
<description>WSO2 Carbon - Arduino Sample</description>
|
|
|
|
<modules>
|
|
<module>org.wso2.carbon.device.mgt.iot.sample.arduino.plugin.impl</module>
|
|
<module>org.wso2.carbon.device.mgt.iot.sample.arduino.service.impl</module>
|
|
</modules>
|
|
|
|
</project> |