mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
Merge pull request #1422 from ruwany/master
Bumping apimgt,andes,bussiness-messaging versions
This commit is contained in:
commit
3eab9ad1d1
@ -332,6 +332,7 @@ do
|
|||||||
-Diot.apimpublisher.https.port="9443" \
|
-Diot.apimpublisher.https.port="9443" \
|
||||||
-Diot.apimstore.host="localhost" \
|
-Diot.apimstore.host="localhost" \
|
||||||
-Diot.apimstore.https.port="9443" \
|
-Diot.apimstore.https.port="9443" \
|
||||||
|
-Dmqtt.broker.https.port="9446" \
|
||||||
org.wso2.carbon.bootstrap.Bootstrap $*
|
org.wso2.carbon.bootstrap.Bootstrap $*
|
||||||
status=$?
|
status=$?
|
||||||
done
|
done
|
||||||
|
|||||||
@ -335,6 +335,7 @@ do
|
|||||||
-Diot.apimpublisher.https.port="9443" \
|
-Diot.apimpublisher.https.port="9443" \
|
||||||
-Diot.apimstore.host="localhost" \
|
-Diot.apimstore.host="localhost" \
|
||||||
-Diot.apimstore.https.port="9443" \
|
-Diot.apimstore.https.port="9443" \
|
||||||
|
-Dmqtt.broker.https.port="9446" \
|
||||||
$NODE_PARAMS \
|
$NODE_PARAMS \
|
||||||
org.wso2.carbon.bootstrap.Bootstrap $*
|
org.wso2.carbon.bootstrap.Bootstrap $*
|
||||||
status=$?
|
status=$?
|
||||||
|
|||||||
@ -335,6 +335,7 @@ do
|
|||||||
-Diot.apimpublisher.https.port="9443" \
|
-Diot.apimpublisher.https.port="9443" \
|
||||||
-Diot.apimstore.host="localhost" \
|
-Diot.apimstore.host="localhost" \
|
||||||
-Diot.apimstore.https.port="9443" \
|
-Diot.apimstore.https.port="9443" \
|
||||||
|
-Dmqtt.broker.https.port="9446" \
|
||||||
$NODE_PARAMS \
|
$NODE_PARAMS \
|
||||||
org.wso2.carbon.bootstrap.Bootstrap $*
|
org.wso2.carbon.bootstrap.Bootstrap $*
|
||||||
status=$?
|
status=$?
|
||||||
|
|||||||
@ -335,6 +335,7 @@ do
|
|||||||
-Diot.apimpublisher.https.port="9443" \
|
-Diot.apimpublisher.https.port="9443" \
|
||||||
-Diot.apimstore.host="localhost" \
|
-Diot.apimstore.host="localhost" \
|
||||||
-Diot.apimstore.https.port="9443" \
|
-Diot.apimstore.https.port="9443" \
|
||||||
|
-Dmqtt.broker.https.port="9446" \
|
||||||
$NODE_PARAMS \
|
$NODE_PARAMS \
|
||||||
org.wso2.carbon.bootstrap.Bootstrap $*
|
org.wso2.carbon.bootstrap.Bootstrap $*
|
||||||
status=$?
|
status=$?
|
||||||
|
|||||||
@ -755,6 +755,11 @@
|
|||||||
org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.iot.geo.dashboard.feature:${carbon.device.mgt.plugin.version}
|
org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.iot.geo.dashboard.feature:${carbon.device.mgt.plugin.version}
|
||||||
</featureArtifactDef>
|
</featureArtifactDef>
|
||||||
<!-- End of Geo Dashboard feature -->
|
<!-- End of Geo Dashboard feature -->
|
||||||
|
|
||||||
|
<!--MQTT Dashboard-->
|
||||||
|
<featureArtifactDef>
|
||||||
|
org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.andes.extensions.device.mgt.api.feature:${carbon.device.mgt.plugin.version}
|
||||||
|
</featureArtifactDef>
|
||||||
</featureArtifacts>
|
</featureArtifacts>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
@ -1633,6 +1638,11 @@
|
|||||||
</feature>
|
</feature>
|
||||||
<!-- End of Geo Dashboard Feature -->
|
<!-- End of Geo Dashboard Feature -->
|
||||||
</features>
|
</features>
|
||||||
|
<!--MQTT Dashboard Feature-->
|
||||||
|
<feature>
|
||||||
|
<id>org.wso2.carbon.andes.extensions.device.mgt.api.feature.group</id>
|
||||||
|
<version>${carbon.device.mgt.plugin.version}</version>
|
||||||
|
</feature>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
|
||||||
@ -2517,6 +2527,11 @@
|
|||||||
<version>${carbon.device.mgt.plugin.version}</version>
|
<version>${carbon.device.mgt.plugin.version}</version>
|
||||||
</feature>
|
</feature>
|
||||||
<!-- End of Geo Dashboard Feature -->
|
<!-- End of Geo Dashboard Feature -->
|
||||||
|
<!--MQTT Dashboard Feature-->
|
||||||
|
<feature>
|
||||||
|
<id>org.wso2.carbon.andes.extensions.device.mgt.api.feature.group</id>
|
||||||
|
<version>${carbon.device.mgt.plugin.version}</version>
|
||||||
|
</feature>
|
||||||
</features>
|
</features>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
@ -3147,6 +3162,11 @@
|
|||||||
<version>${carbon.device.mgt.plugin.version}</version>
|
<version>${carbon.device.mgt.plugin.version}</version>
|
||||||
</feature>
|
</feature>
|
||||||
<!-- End of Geo Dashboard Feature -->
|
<!-- End of Geo Dashboard Feature -->
|
||||||
|
<!--MQTT Dashboard Feature-->
|
||||||
|
<feature>
|
||||||
|
<id>org.wso2.carbon.andes.extensions.device.mgt.api.feature.group</id>
|
||||||
|
<version>${carbon.device.mgt.plugin.version}</version>
|
||||||
|
</feature>
|
||||||
</features>
|
</features>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
|||||||
6
pom.xml
6
pom.xml
@ -1517,17 +1517,17 @@
|
|||||||
<carbon.governance.version>4.7.8</carbon.governance.version>
|
<carbon.governance.version>4.7.8</carbon.governance.version>
|
||||||
|
|
||||||
<!-- Carbon Device Management -->
|
<!-- Carbon Device Management -->
|
||||||
<carbon.device.mgt.version>3.0.106</carbon.device.mgt.version>
|
<carbon.device.mgt.version>3.0.112</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.80</carbon.device.mgt.plugin.version>
|
<carbon.device.mgt.plugin.version>4.0.82</carbon.device.mgt.plugin.version>
|
||||||
|
|
||||||
<!-- API Management -->
|
<!-- API Management -->
|
||||||
<carbon.api.mgt.version>6.1.95</carbon.api.mgt.version>
|
<carbon.api.mgt.version>6.1.109</carbon.api.mgt.version>
|
||||||
<carbon.api.mgt.version.range>(6.0.0,7.0.0]</carbon.api.mgt.version.range>
|
<carbon.api.mgt.version.range>(6.0.0,7.0.0]</carbon.api.mgt.version.range>
|
||||||
|
|
||||||
<!-- Carbon Mediation -->
|
<!-- Carbon Mediation -->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user