|
|
@ -20,15 +20,15 @@
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
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">
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<parent>
|
|
|
|
<parent>
|
|
|
|
<groupId>org.wso2.cdmserver</groupId>
|
|
|
|
<groupId>org.wso2.mdmserver</groupId>
|
|
|
|
<artifactId>wso2cdmserver-product</artifactId>
|
|
|
|
<artifactId>wso2mdmserver-product</artifactId>
|
|
|
|
<version>2.0.0-SNAPSHOT</version>
|
|
|
|
<version>2.0.0-SNAPSHOT</version>
|
|
|
|
<relativePath>../../pom.xml</relativePath>
|
|
|
|
<relativePath>../../pom.xml</relativePath>
|
|
|
|
</parent>
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>wso2cdm-profile-gen</artifactId>
|
|
|
|
<artifactId>wso2mdm-profile-gen</artifactId>
|
|
|
|
<name>WSO2 Connected Device Manager (CDM) - P2 Profile Gen</name>
|
|
|
|
<name>WSO2 Mobile Device Manager (MDM) - P2 Profile Gen</name>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<build>
|
|
|
@ -104,13 +104,13 @@
|
|
|
|
org.wso2.carbon:org.wso2.carbon.ndatasource.feature:${carbon.platform.version}
|
|
|
|
org.wso2.carbon:org.wso2.carbon.ndatasource.feature:${carbon.platform.version}
|
|
|
|
</featureArtifactDef>-->
|
|
|
|
</featureArtifactDef>-->
|
|
|
|
<featureArtifactDef>
|
|
|
|
<featureArtifactDef>
|
|
|
|
org.wso2.carbon:org.wso2.carbon.device.mgt.server.feature:${project.version}
|
|
|
|
org.wso2.carbon:org.wso2.carbon.device.mgt.server.feature:${cdm.core.version}
|
|
|
|
</featureArtifactDef>
|
|
|
|
</featureArtifactDef>
|
|
|
|
<featureArtifactDef>
|
|
|
|
<featureArtifactDef>
|
|
|
|
org.wso2.carbon:org.wso2.carbon.device.mgt.mobile.feature:${project.version}
|
|
|
|
org.wso2.carbon:org.wso2.carbon.device.mgt.mobile.feature:${project.version}
|
|
|
|
</featureArtifactDef>
|
|
|
|
</featureArtifactDef>
|
|
|
|
<featureArtifactDef>
|
|
|
|
<featureArtifactDef>
|
|
|
|
org.wso2.carbon:org.wso2.carbon.policy.mgt.server.feature:${project.version}
|
|
|
|
org.wso2.carbon:org.wso2.carbon.policy.mgt.server.feature:${cdm.core.version}
|
|
|
|
</featureArtifactDef>
|
|
|
|
</featureArtifactDef>
|
|
|
|
<featureArtifactDef>
|
|
|
|
<featureArtifactDef>
|
|
|
|
org.wso2.carbon:org.wso2.carbon.webapp.mgt.feature:${carbon.platform.version}
|
|
|
|
org.wso2.carbon:org.wso2.carbon.webapp.mgt.feature:${carbon.platform.version}
|
|
|
@ -251,7 +251,7 @@
|
|
|
|
</feature>
|
|
|
|
</feature>
|
|
|
|
<feature>
|
|
|
|
<feature>
|
|
|
|
<id>org.wso2.carbon.device.mgt.server.feature.group</id>
|
|
|
|
<id>org.wso2.carbon.device.mgt.server.feature.group</id>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<version>${cdm.core.version}</version>
|
|
|
|
</feature>
|
|
|
|
</feature>
|
|
|
|
<feature>
|
|
|
|
<feature>
|
|
|
|
<id>org.wso2.carbon.device.mgt.mobile.feature.group</id>
|
|
|
|
<id>org.wso2.carbon.device.mgt.mobile.feature.group</id>
|
|
|
@ -259,7 +259,7 @@
|
|
|
|
</feature>
|
|
|
|
</feature>
|
|
|
|
<feature>
|
|
|
|
<feature>
|
|
|
|
<id>org.wso2.carbon.policy.mgt.server.feature.group</id>
|
|
|
|
<id>org.wso2.carbon.policy.mgt.server.feature.group</id>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<version>${cdm.core.version}</version>
|
|
|
|
</feature>
|
|
|
|
</feature>
|
|
|
|
<feature>
|
|
|
|
<feature>
|
|
|
|
<id>org.wso2.carbon.webapp.mgt.feature.group</id>
|
|
|
|
<id>org.wso2.carbon.webapp.mgt.feature.group</id>
|
|
|
|