Merge pull request #1077 from rasika/master

Fixing https://github.com/wso2/product-iots/issues/1066: moving scrip…
This commit is contained in:
Madhawa Perera 2017-06-29 11:58:11 +05:30 committed by GitHub
commit 442afdaf8a
2 changed files with 3 additions and 3 deletions

View File

@ -949,7 +949,7 @@
<!-- GPL Siddhi Extension Script for Geo Fencing --> <!-- GPL Siddhi Extension Script for Geo Fencing -->
<fileSet> <fileSet>
<directory>../p2-profile/analytics-profile/target/wso2carbon-core-${carbon.kernel.version}/scripts</directory> <directory>../p2-profile/analytics-profile/target/wso2carbon-core-${carbon.kernel.version}/scripts</directory>
<outputDirectory>${pom.artifactId}-${pom.version}/scripts</outputDirectory> <outputDirectory>${pom.artifactId}-${pom.version}/wso2/analytics/scripts</outputDirectory>
</fileSet> </fileSet>
<!-- ********************************* End of Analytics Profile ********************************* --> <!-- ********************************* End of Analytics Profile ********************************* -->

View File

@ -1517,14 +1517,14 @@
<carbon.governance.version>4.7.0</carbon.governance.version> <carbon.governance.version>4.7.0</carbon.governance.version>
<!-- Carbon Device Management --> <!-- Carbon Device Management -->
<carbon.device.mgt.version>3.0.10</carbon.device.mgt.version> <carbon.device.mgt.version>3.0.13</carbon.device.mgt.version>
<carbon.device.mgt.version.range>[3.0.0, 4.0.0)</carbon.device.mgt.version.range> <carbon.device.mgt.version.range>[3.0.0, 4.0.0)</carbon.device.mgt.version.range>
<!-- IOT Device Management --> <!-- IOT Device Management -->
<product.iot.version>${project.version}</product.iot.version> <product.iot.version>${project.version}</product.iot.version>
<!-- Carbon Device Management Plugins--> <!-- Carbon Device Management Plugins-->
<carbon.device.mgt.plugin.version>4.0.8</carbon.device.mgt.plugin.version> <carbon.device.mgt.plugin.version>4.0.13</carbon.device.mgt.plugin.version>
<!-- API Management --> <!-- API Management -->
<carbon.api.mgt.version>6.1.94</carbon.api.mgt.version> <carbon.api.mgt.version>6.1.94</carbon.api.mgt.version>