Compare commits

..

No commits in common. 'bd066cd62e0e0c5f931eef98c20593bd17fdf2fb' and '95b06e7514a59256b261d1b526fe85f490d31b66' have entirely different histories.

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

@ -22,7 +22,7 @@
<parent>
<groupId>io.entgra.community.iots</groupId>
<artifactId>io.entgra.community.iots.parent</artifactId>
<version>5.2.3-SNAPSHOT</version>
<version>5.2.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

@ -22,7 +22,7 @@
<parent>
<groupId>io.entgra.community.iots</groupId>
<artifactId>io.entgra.community.iots.parent</artifactId>
<version>5.2.3-SNAPSHOT</version>
<version>5.2.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

@ -21,7 +21,7 @@
<parent>
<groupId>io.entgra.community.iots</groupId>
<artifactId>io.entgra.community.iots.parent</artifactId>
<version>5.2.3-SNAPSHOT</version>
<version>5.2.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@ -329,12 +329,6 @@
<featureArtifactDef>
io.entgra.device.mgt.core:io.entgra.device.mgt.core.server.heart.beat.feature:${io.entgra.device.mgt.core.version}
</featureArtifactDef>
<featureArtifactDef>
io.entgra.device.mgt.core:io.entgra.device.mgt.core.device.mgt.extensions.device.organization.api.feature:${io.entgra.device.mgt.core.version}
</featureArtifactDef>
<featureArtifactDef>
io.entgra.device.mgt.core:io.entgra.device.mgt.core.device.mgt.extensions.device.organization.feature:${io.entgra.device.mgt.core.version}
</featureArtifactDef>
<!-- End of Device Management Features -->
<!-- Grafana Management Features -->
@ -508,14 +502,6 @@
<id>io.entgra.device.mgt.core.device.mgt.extensions.push.notification.provider.xmpp.feature.group</id>
<version>${io.entgra.device.mgt.core.version}</version>
</feature>
<feature>
<id>io.entgra.device.mgt.core.device.mgt.extensions.device.organization.api.feature.group</id>
<version>${io.entgra.device.mgt.core.version}</version>
</feature>
<feature>
<id>io.entgra.device.mgt.core.device.mgt.extensions.device.organization.feature.group</id>
<version>${io.entgra.device.mgt.core.version}</version>
</feature>
<!--Heartbeat Mgt-->
<feature>

@ -22,7 +22,7 @@
<parent>
<groupId>io.entgra.community.iots</groupId>
<artifactId>io.entgra.community.iots.parent</artifactId>
<version>5.2.3-SNAPSHOT</version>
<version>5.2.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

@ -23,7 +23,7 @@
<groupId>io.entgra.community.iots</groupId>
<artifactId>io.entgra.community.iots.parent</artifactId>
<packaging>pom</packaging>
<version>5.2.3-SNAPSHOT</version>
<version>5.2.2-SNAPSHOT</version>
<name>Entgra Community Product - Parent</name>
<url>http://entgra.io</url>
<description>Entgra Community Product</description>
@ -323,14 +323,14 @@
<entgra-iot-community>entgra-iots-community-${project.version}</entgra-iot-community>
<!-- Carbon Device Management-->
<io.entgra.device.mgt.core.version>5.0.32-SNAPSHOT</io.entgra.device.mgt.core.version>
<io.entgra.device.mgt.core.version>5.0.26-SNAPSHOT</io.entgra.device.mgt.core.version>
<carbon.p2.plugin.version>5.1.2</carbon.p2.plugin.version>
<!--Orbit versions-->
<orbit.h2.engine.version>1.4.199.wso2v1</orbit.h2.engine.version>
<io.entgra.device.mgt.plugins.version>6.0.23-SNAPSHOT</io.entgra.device.mgt.plugins.version>
<io.entgra.device.mgt.plugins.version>6.0.17-SNAPSHOT</io.entgra.device.mgt.plugins.version>
<!--Testing-->
<google.gson.version>2.8.5</google.gson.version>

Loading…
Cancel
Save