updated cdm versions

This commit is contained in:
Amalka Subasinghe 2021-06-08 12:43:48 +05:30
parent 14037f4f88
commit 1426eb4283
4 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@
<parent>
<groupId>io.entgra.community</groupId>
<artifactId>entgra-iot-distribution</artifactId>
<artifactId>distribution</artifactId>
<version>5.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -21,7 +21,7 @@
<parent>
<groupId>io.entgra.community</groupId>
<artifactId>entgra-iot-distribution</artifactId>
<artifactId>distribution</artifactId>
<version>5.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

View File

@ -27,7 +27,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>entgra-iot-distribution</artifactId>
<artifactId>distribution</artifactId>
<packaging>pom</packaging>
<name>Entgra IoT - Distribution Module</name>
<description>Entgra IoT Distribution Module</description>

View File

@ -105,14 +105,14 @@
<entgra-iot-community>entgra-iot-community-${project.version}</entgra-iot-community>
<!-- Carbon Device Management-->
<carbon.device.mgt.version>4.1.16-SNAPSHOT</carbon.device.mgt.version>
<carbon.device.mgt.version>5.0.0-SNAPSHOT</carbon.device.mgt.version>
<carbon.p2.plugin.version>5.1.2</carbon.p2.plugin.version>
<!--Orbit versions-->
<orbit.h2.engine.version>1.2.140.wso2v3</orbit.h2.engine.version>
<carbon.device.mgt.plugin.version>5.0.16-SNAPSHOT</carbon.device.mgt.plugin.version>
<carbon.device.mgt.plugin.version>6.0.0-SNAPSHOT</carbon.device.mgt.plugin.version>
</properties>