Upgrade dependency versions

temp
Pahansith Gunathilake 3 years ago
parent 9f4eed702b
commit 81a3b95b09

@ -99,7 +99,7 @@
<dependency>
<groupId>io.entgra.community</groupId>
<artifactId>entgra-iot-core</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
@ -109,9 +109,9 @@
<wso2am>wso2am-4.0.0</wso2am>
<wso2am-download-url>https://github.com/wso2/product-apim/releases/download/v4.0.0/${wso2am}.zip</wso2am-download-url>
<entgra-iot-core>entgra-iot-core-5.0.0-SNAPSHOT</entgra-iot-core>
<entgra-iot-community>entgra-iot-community-5.0.0-SNAPSHOT</entgra-iot-community>
<entgra-emm-community>entgra-emm-community-5.0.0-SNAPSHOT</entgra-emm-community>
<entgra-iot-core>entgra-iot-core-${project.version}</entgra-iot-core>
<entgra-iot-community>entgra-iot-community-${project.version}</entgra-iot-community>
<entgra-emm-community>entgra-emm-community-${project.version}</entgra-emm-community>
<!-- Carbon Device Management-->
<carbon.device.mgt.version>5.0.0</carbon.device.mgt.version>

Loading…
Cancel
Save