mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
renamed content validator type name
This commit is contained in:
parent
80ecba8528
commit
12837efd6d
@ -28,7 +28,7 @@
|
||||
<property key="url">tcp://${mqtt.broker.host}:${mqtt.broker.port}</property>
|
||||
<property key="username">admin</property>
|
||||
<property key="password">admin</property>
|
||||
<property key="contentValidator">iot-mqtt</property>
|
||||
<property key="contentValidator">deviceid-topic-content-validator</property>
|
||||
<property key="cleanSession">true</property>
|
||||
</adapterConfig>]]></value>
|
||||
</add>
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
<property key="url">tcp://${mqtt.broker.host}:${mqtt.broker.port}</property>
|
||||
<property key="username">admin</property>
|
||||
<property key="password">admin</property>
|
||||
<property key="contentValidator">iot-mqtt</property>
|
||||
<property key="contentValidator">deviceid-topic-content-validator</property>
|
||||
<property key="cleanSession">true</property>
|
||||
</adapterConfig>]]></value>
|
||||
</add>
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
<eventReceiver name="connected_cup_receiver" statistics="disable" trace="disable" xmlns="http://wso2.org/carbon/eventreceiver">
|
||||
<from eventAdapterType="oauth-mqtt">
|
||||
<property name="topic">carbon.super/connectedcup/#</property>
|
||||
<property name="contentValidator">iot-mqtt</property>
|
||||
<property name="contentValidator">deviceid-topic-content-validator</property>
|
||||
<property name="contentTransformer">default</property>
|
||||
<property name="cleanSession">true</property>
|
||||
</from>
|
||||
|
||||
4
pom.xml
4
pom.xml
@ -1512,7 +1512,7 @@
|
||||
|
||||
<!-- Carbon Device Management -->
|
||||
|
||||
<carbon.device.mgt.version>2.0.69-SNAPSHOT</carbon.device.mgt.version>
|
||||
<carbon.device.mgt.version>2.0.72-SNAPSHOT</carbon.device.mgt.version>
|
||||
<carbon.device.mgt.version.range>[2.0.0, 3.0.0)</carbon.device.mgt.version.range>
|
||||
|
||||
<!-- IOT Device Management -->
|
||||
@ -1520,7 +1520,7 @@
|
||||
|
||||
<!-- Carbon Device Management Plugins-->
|
||||
|
||||
<carbon.device.mgt.plugin.version>3.0.37-SNAPSHOT</carbon.device.mgt.plugin.version>
|
||||
<carbon.device.mgt.plugin.version>3.0.39-SNAPSHOT</carbon.device.mgt.plugin.version>
|
||||
|
||||
<!-- API Management -->
|
||||
<carbon.api.mgt.version>6.1.80</carbon.api.mgt.version>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user