2014-12-03 09:24:57 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2014-12-03 09:49:07 +00:00
|
|
|
<!--
|
|
|
|
|
~ Copyright (c) 2014, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
|
|
|
|
|
~
|
|
|
|
|
~ WSO2 Inc. licenses this file to you under the Apache License,
|
|
|
|
|
~ Version 2.0 (the "License"); you may not use this file except
|
|
|
|
|
~ in compliance with the License.
|
|
|
|
|
~ You may obtain a copy of the License at
|
|
|
|
|
~
|
|
|
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
~
|
|
|
|
|
~ Unless required by applicable law or agreed to in writing,
|
|
|
|
|
~ software distributed under the License is distributed on an
|
|
|
|
|
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
|
|
|
~ KIND, either express or implied. See the License for the
|
|
|
|
|
~ specific language governing permissions and limitations
|
|
|
|
|
~ under the License.
|
|
|
|
|
-->
|
|
|
|
|
|
2016-05-20 11:13:02 +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">
|
2014-12-03 09:24:57 +00:00
|
|
|
|
2014-12-03 09:36:50 +00:00
|
|
|
<parent>
|
2015-02-09 08:55:57 +00:00
|
|
|
<groupId>org.wso2.carbon.devicemgt</groupId>
|
|
|
|
|
<artifactId>carbon-devicemgt</artifactId>
|
2018-08-13 10:09:29 +00:00
|
|
|
<version>3.1.34-SNAPSHOT</version>
|
2014-12-03 09:24:57 +00:00
|
|
|
<relativePath>../../pom.xml</relativePath>
|
2014-12-03 09:36:50 +00:00
|
|
|
</parent>
|
2014-12-03 09:24:57 +00:00
|
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
<artifactId>device-mgt</artifactId>
|
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
<name>WSO2 Carbon - Device Management Component</name>
|
|
|
|
|
<url>http://wso2.org</url>
|
|
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
|
<module>org.wso2.carbon.device.mgt.core</module>
|
2014-12-04 04:30:37 +00:00
|
|
|
<module>org.wso2.carbon.device.mgt.common</module>
|
2015-07-24 06:37:57 +00:00
|
|
|
<module>org.wso2.carbon.device.mgt.extensions</module>
|
2016-03-25 09:16:19 +00:00
|
|
|
<module>org.wso2.carbon.device.mgt.ui</module>
|
2016-04-07 05:12:56 +00:00
|
|
|
<module>org.wso2.carbon.device.mgt.api</module>
|
2017-12-12 12:50:37 +00:00
|
|
|
<module>org.wso2.carbon.device.mgt.v09.api</module>
|
2016-03-27 07:31:26 +00:00
|
|
|
<module>org.wso2.carbon.device.mgt.analytics.data.publisher</module>
|
2016-11-04 13:42:06 +00:00
|
|
|
<module>org.wso2.carbon.device.mgt.url.printer</module>
|
2014-12-03 09:24:57 +00:00
|
|
|
</modules>
|
|
|
|
|
|
|
|
|
|
</project>
|