2014-12-05 06:35:48 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<!--
|
2016-04-18 11:09:35 +00:00
|
|
|
~ Copyright (c) 2016, 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.
|
|
|
|
|
-->
|
2014-12-05 06:35:48 +00:00
|
|
|
|
2015-02-05 07:19:46 +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-05 06:35:48 +00:00
|
|
|
|
|
|
|
|
<parent>
|
2015-02-09 08:55:57 +00:00
|
|
|
<groupId>org.wso2.carbon.devicemgt</groupId>
|
|
|
|
|
<artifactId>carbon-devicemgt</artifactId>
|
2022-01-24 04:04:17 +00:00
|
|
|
<version>5.0.1</version>
|
2014-12-05 06:35:48 +00:00
|
|
|
<relativePath>../../pom.xml</relativePath>
|
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
<artifactId>device-mgt-feature</artifactId>
|
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
<name>WSO2 Carbon - Device Management Feature</name>
|
|
|
|
|
<url>http://wso2.org</url>
|
|
|
|
|
|
|
|
|
|
<modules>
|
2017-10-06 08:08:03 +00:00
|
|
|
<module>org.wso2.carbon.device.mgt.basics.feature</module>
|
2014-12-05 06:35:48 +00:00
|
|
|
<module>org.wso2.carbon.device.mgt.server.feature</module>
|
2016-04-07 05:12:56 +00:00
|
|
|
<module>org.wso2.carbon.device.mgt.api.feature</module>
|
2016-03-27 11:59:26 +00:00
|
|
|
<module>org.wso2.carbon.device.mgt.feature</module>
|
2015-07-24 06:49:55 +00:00
|
|
|
<module>org.wso2.carbon.device.mgt.extensions.feature</module>
|
2014-12-05 06:35:48 +00:00
|
|
|
</modules>
|
|
|
|
|
|
2018-03-12 09:27:21 +00:00
|
|
|
</project>
|