parent
9ee4a09057
commit
a71c74fe12
@ -0,0 +1,23 @@
|
||||
<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.android.sense</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>${carbon.iot.device.mgt.version}</version>
|
||||
<name>WSO2 Carbon - Android Sense Sample</name>
|
||||
<url>http://wso2.org</url>
|
||||
<description>WSO2 Carbon - Android Sense Sample</description>
|
||||
|
||||
<modules>
|
||||
<module>org.wso2.carbon.device.mgt.iot.sample.android.sense.plugin.impl</module>
|
||||
<module>org.wso2.carbon.device.mgt.iot.sample.android.sense.service.impl</module>
|
||||
</modules>
|
||||
|
||||
</project>
|
@ -0,0 +1,23 @@
|
||||
<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>
|
@ -0,0 +1,23 @@
|
||||
<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.digitaldisplay</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>${carbon.iot.device.mgt.version}</version>
|
||||
<name>WSO2 Carbon - Digitaldisplay Sample</name>
|
||||
<url>http://wso2.org</url>
|
||||
<description>WSO2 Carbon - Digital display Sample</description>
|
||||
|
||||
<modules>
|
||||
<module>org.wso2.carbon.device.mgt.iot.sample.digitaldisplay.plugin.impl</module>
|
||||
<module>org.wso2.carbon.device.mgt.iot.sample.digitaldisplay.service.impl</module>
|
||||
</modules>
|
||||
|
||||
</project>
|
@ -0,0 +1,23 @@
|
||||
<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.firealarm</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>${carbon.iot.device.mgt.version}</version>
|
||||
<name>WSO2 Carbon - Firealarm Sample</name>
|
||||
<url>http://wso2.org</url>
|
||||
<description>WSO2 Carbon - IoT Server Sample</description>
|
||||
|
||||
<modules>
|
||||
<module>org.wso2.carbon.device.mgt.iot.sample.firealarm.plugin.impl</module>
|
||||
<module>org.wso2.carbon.device.mgt.iot.sample.firealarm.service.impl</module>
|
||||
</modules>
|
||||
|
||||
</project>
|
@ -0,0 +1,23 @@
|
||||
<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>
|
@ -0,0 +1,23 @@
|
||||
<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.sensebot</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>${carbon.iot.device.mgt.version}</version>
|
||||
<name>WSO2 Carbon - Sensebot Sample</name>
|
||||
<url>http://wso2.org</url>
|
||||
<description>WSO2 Carbon - Sensebot Sample</description>
|
||||
|
||||
<modules>
|
||||
<module>org.wso2.carbon.device.mgt.iot.sample.sensebot.plugin.impl</module>
|
||||
<module>org.wso2.carbon.device.mgt.iot.sample.sensebot.service.impl</module>
|
||||
</modules>
|
||||
|
||||
</project>
|
Loading…
Reference in new issue