mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
Changes due to the move of cdmf capp to device-mgt-plugins.
This commit is contained in:
parent
ecade231f2
commit
7f2a5deb23
@ -1387,9 +1387,9 @@
|
||||
<!-- Adding IoT Analytics Dashboard and gadget CApps -->
|
||||
<file>
|
||||
<source>
|
||||
../p2-profile/iot-core-profile/target/wso2carbon-core-${carbon.kernel.version}/wso2/resources/devicetypes/device_management/org_wso2_carbon_analytics_cdmf-1.0.0.car
|
||||
../p2-profile/iot-core-profile/target/wso2carbon-core-${carbon.kernel.version}/wso2/resources/devicetypes/org_wso2_carbon_device_mgt_cdmf_analytics-1.0.0.car
|
||||
</source>
|
||||
<outputDirectory>${pom.artifactId}-${pom.version}/repository/resources/devicetypes/device_management/
|
||||
<outputDirectory>${pom.artifactId}-${pom.version}/repository/resources/devicetypes/
|
||||
</outputDirectory>
|
||||
<fileMode>644</fileMode>
|
||||
</file>
|
||||
@ -1750,7 +1750,7 @@
|
||||
|
||||
<file>
|
||||
<source>
|
||||
../p2-profile/analytics-profile/target/wso2carbon-core-${carbon.kernel.version}/wso2/resources/devicetypes/device_management/org_wso2_carbon_analytics_cdmf-1.0.0.car
|
||||
../p2-profile/analytics-profile/target/wso2carbon-core-${carbon.kernel.version}/wso2/resources/devicetypes/org_wso2_carbon_device_mgt_cdmf_analytics-1.0.0.car
|
||||
</source>
|
||||
<outputDirectory>${pom.artifactId}-${pom.version}/wso2/analytics/repository/deployment/server/carbonapps/
|
||||
</outputDirectory>
|
||||
|
||||
@ -116,7 +116,7 @@
|
||||
<!-- END - Analytics features -->
|
||||
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.analytics.cdmf:org.wso2.carbon.analytics.cdmf.feature:${cdmf.analytics.version}
|
||||
org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.cdmf.analytics.feature:${carbon.device.mgt.plugin.version}
|
||||
</featureArtifactDef>
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.analytics-common:org.wso2.carbon.analytics.gadget.template.feature:${carbon.analytics.common.version}
|
||||
@ -489,10 +489,6 @@
|
||||
<id>org.wso2.carbon.dashboard.deployment.feature.group</id>
|
||||
<version>${carbon.dashboard.version}</version>
|
||||
</feature>
|
||||
<feature>
|
||||
<id>org.wso2.carbon.analytics.cdmf.feature.group</id>
|
||||
<version>${cdmf.analytics.version}</version>
|
||||
</feature>
|
||||
<feature>
|
||||
<id>org.wso2.carbon.analytics.messageconsole.feature.group</id>
|
||||
<version>${carbon.analytics.das.version}</version>
|
||||
@ -813,8 +809,8 @@
|
||||
|
||||
<!-- IoT Analytics Features -->
|
||||
<feature>
|
||||
<id>org.wso2.carbon.analytics.cdmf.feature.group</id>
|
||||
<version>${cdmf.analytics.version}</version>
|
||||
<id>org.wso2.carbon.device.mgt.cdmf.analytics.feature.group</id>
|
||||
<version>${carbon.device.mgt.plugin.version}</version>
|
||||
</feature>
|
||||
<feature>
|
||||
<id>org.wso2.carbon.analytics.gadget.template.feature.group</id>
|
||||
|
||||
@ -480,7 +480,7 @@
|
||||
<!-- End of Dashboards Features -->
|
||||
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.analytics.cdmf:org.wso2.carbon.analytics.cdmf.feature:${cdmf.analytics.version}
|
||||
org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.cdmf.analytics.feature:${carbon.device.mgt.plugin.version}
|
||||
</featureArtifactDef>
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.iot.device.statistics.dashboard.feature:${carbon.device.mgt.plugin.version}
|
||||
@ -730,9 +730,6 @@
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.devicemgt:org.wso2.carbon.device.mgt.analytics.dashboard.feature:${carbon.device.mgt.version}
|
||||
</featureArtifactDef>
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.analytics.cdmf:org.wso2.carbon.analytics.cdmf.feature:${cdmf.analytics.version}
|
||||
</featureArtifactDef>
|
||||
</featureArtifacts>
|
||||
</configuration>
|
||||
</execution>
|
||||
@ -1588,8 +1585,8 @@
|
||||
<version>${carbon.device.mgt.version}</version>
|
||||
</feature>
|
||||
<feature>
|
||||
<id>org.wso2.carbon.analytics.cdmf.feature.group</id>
|
||||
<version>${cdmf.analytics.version}</version>
|
||||
<id>org.wso2.carbon.device.mgt.cdmf.analytics.feature.group</id>
|
||||
<version>${carbon.device.mgt.plugin.version}</version>
|
||||
</feature>
|
||||
</features>
|
||||
</configuration>
|
||||
|
||||
5
pom.xml
5
pom.xml
@ -1521,7 +1521,7 @@
|
||||
|
||||
<!-- Carbon Device Management Plugins-->
|
||||
|
||||
<carbon.device.mgt.plugin.version>3.0.15</carbon.device.mgt.plugin.version>
|
||||
<carbon.device.mgt.plugin.version>3.0.17-SNAPSHOT</carbon.device.mgt.plugin.version>
|
||||
|
||||
<!-- API Management -->
|
||||
<carbon.api.mgt.version>6.1.80</carbon.api.mgt.version>
|
||||
@ -1659,9 +1659,6 @@
|
||||
<!--mqtt version-->
|
||||
<eclipse.paho.version>1.0.2</eclipse.paho.version>
|
||||
|
||||
<!-- CDMF Analytics -->
|
||||
<cdmf.analytics.version>1.0.4-SNAPSHOT</cdmf.analytics.version>
|
||||
|
||||
<apache.httpmime.version>4.2.5</apache.httpmime.version>
|
||||
<apache.httpclient.version>4.5.2</apache.httpclient.version>
|
||||
</properties>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user