mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
refactored
This commit is contained in:
parent
2b2ce0f35b
commit
bf6b4bcb31
@ -117,11 +117,7 @@
|
|||||||
</featureArtifactDef>
|
</featureArtifactDef>
|
||||||
<!-- End of Device Management Features -->
|
<!-- End of Device Management Features -->
|
||||||
|
|
||||||
<!-- Mobile Device Management Features -->
|
|
||||||
<!--featureArtifactDef>
|
|
||||||
org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.mobile.feature:${carbon.mobile.device.mgt.version}
|
|
||||||
</featureArtifactDef-->
|
|
||||||
<!-- Mobile Device Management Features -->
|
|
||||||
|
|
||||||
<!-- Carbon Deployment Features -->
|
<!-- Carbon Deployment Features -->
|
||||||
<featureArtifactDef>
|
<featureArtifactDef>
|
||||||
@ -300,9 +296,9 @@
|
|||||||
org.apache.axis2.transport:org.apache.axis2.transport.mail.feature:${axis2-transports.wso2.version}
|
org.apache.axis2.transport:org.apache.axis2.transport.mail.feature:${axis2-transports.wso2.version}
|
||||||
</featureArtifactDef>
|
</featureArtifactDef>
|
||||||
|
|
||||||
<!--Device Cloud Features -->
|
<!--Device Cloud Features -->
|
||||||
<featureArtifactDef>
|
<featureArtifactDef>
|
||||||
org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.iot.feature:1.9.2-SNAPSHOT
|
org.wso2.carbon.device.mgt.iot:org.wso2.carbon.device.mgt.iot.feature:1.0.0-SNAPSHOT
|
||||||
</featureArtifactDef>
|
</featureArtifactDef>
|
||||||
|
|
||||||
</featureArtifacts>
|
</featureArtifacts>
|
||||||
@ -578,7 +574,7 @@
|
|||||||
</feature>
|
</feature>
|
||||||
<feature>
|
<feature>
|
||||||
<id>org.wso2.carbon.device.mgt.iot.feature.group</id>
|
<id>org.wso2.carbon.device.mgt.iot.feature.group</id>
|
||||||
<version>1.9.2-SNAPSHOT</version>
|
<version>1.0.0-SNAPSHOT</version>
|
||||||
</feature>
|
</feature>
|
||||||
</features>
|
</features>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|||||||
4
pom.xml
4
pom.xml
@ -784,8 +784,8 @@
|
|||||||
<carbon.device.mgt.version>0.9.2-SNAPSHOT</carbon.device.mgt.version>
|
<carbon.device.mgt.version>0.9.2-SNAPSHOT</carbon.device.mgt.version>
|
||||||
<carbon.device.mgt.version.range>[0.8.0, 2.0.0)</carbon.device.mgt.version.range>
|
<carbon.device.mgt.version.range>[0.8.0, 2.0.0)</carbon.device.mgt.version.range>
|
||||||
|
|
||||||
<!-- Mobile Device Management -->
|
<!-- IOT Device Management -->
|
||||||
<carbon.iot.device.mgt.version>1.9.2-SNAPSHOT</carbon.iot.device.mgt.version>
|
<carbon.iot.device.mgt.version>1.0.0-SNAPSHOT</carbon.iot.device.mgt.version>
|
||||||
<mdm.version>1.0.0-SNAPSHOT</mdm.version>
|
<mdm.version>1.0.0-SNAPSHOT</mdm.version>
|
||||||
|
|
||||||
<!-- API Management -->
|
<!-- API Management -->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user