mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
1dab745cfe
@ -304,7 +304,11 @@
|
|||||||
|
|
||||||
<!--Device Cloud Features -->
|
<!--Device Cloud Features -->
|
||||||
<featureArtifactDef>
|
<featureArtifactDef>
|
||||||
org.wso2.carbon.device.mgt.iot:org.wso2.carbon.device.mgt.iot.feature:1.0.0-SNAPSHOT
|
org.wso2.carbon.device.mgt.iot:org.wso2.carbon.device.mgt.iot.feature:${carbon.iot.device.mgt.version}
|
||||||
|
</featureArtifactDef>
|
||||||
|
|
||||||
|
<featureArtifactDef>
|
||||||
|
org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.extensions.feature:${carbon.device.mgt.version}
|
||||||
</featureArtifactDef>
|
</featureArtifactDef>
|
||||||
|
|
||||||
</featureArtifacts>
|
</featureArtifacts>
|
||||||
@ -330,10 +334,10 @@
|
|||||||
<id>org.wso2.carbon.device.mgt.server.feature.group</id>
|
<id>org.wso2.carbon.device.mgt.server.feature.group</id>
|
||||||
<version>${carbon.device.mgt.version}</version>
|
<version>${carbon.device.mgt.version}</version>
|
||||||
</feature>
|
</feature>
|
||||||
<!--feature>
|
<feature>
|
||||||
<id>org.wso2.carbon.device.mgt.mobile.feature.group</id>
|
<id>org.wso2.carbon.device.mgt.extensions.feature.group</id>
|
||||||
<version>${carbon.mobile.device.mgt.version}</version>
|
<version>${carbon.device.mgt.version}</version>
|
||||||
</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>${carbon.device.mgt.version}</version>
|
<version>${carbon.device.mgt.version}</version>
|
||||||
@ -595,7 +599,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.0.0-SNAPSHOT</version>
|
<version>${carbon.iot.device.mgt.version}</version>
|
||||||
</feature>
|
</feature>
|
||||||
</features>
|
</features>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@ -797,7 +797,7 @@
|
|||||||
|
|
||||||
<!-- IOT Device Management -->
|
<!-- IOT Device Management -->
|
||||||
<carbon.iot.device.mgt.version>1.0.0-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>
|
|
||||||
|
|
||||||
<commons-json.version>3.0.0.wso2v1</commons-json.version>
|
<commons-json.version>3.0.0.wso2v1</commons-json.version>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user