You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
product-iots/modules/samples/raspberrypi/src/pom.xml

23 lines
970 B

<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.raspberrypi</artifactId>
<packaging>pom</packaging>
<version>${carbon.iot.device.mgt.version}</version>
<name>WSO2 Carbon - Raspberry pi Sample</name>
<url>http://wso2.org</url>
<description>WSO2 Carbon - Raspberry pi Sample</description>
<modules>
<module>org.wso2.carbon.device.mgt.iot.sample.raspberrypi.plugin.impl</module>
<module>org.wso2.carbon.device.mgt.iot.sample.raspberrypi.service.impl</module>
</modules>
</project>