mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Bump development version to 7.0.0-SNAPSHOT
This commit is contained in:
parent
2142082951
commit
abac85ef41
15
.github/stale.yml
vendored
15
.github/stale.yml
vendored
@ -1,15 +0,0 @@
|
||||
# Number of days of inactivity before an issue becomes stale
|
||||
daysUntilStale: 10
|
||||
# Don't close isssues or pulls
|
||||
daysUntilClose: false
|
||||
# Issues with these labels will never be considered stale
|
||||
exemptLabels:
|
||||
- Resolution/Postponed
|
||||
# Label to use when marking an issue as stale
|
||||
staleLabel: Resolution/Stale
|
||||
# Comment to post when marking an issue as stale. Set to `false` to disable
|
||||
markComment: >
|
||||
This issue has been automatically marked as stale because it has not had
|
||||
recent activity.
|
||||
# Comment to post when closing a stale issue. Set to `false` to disable
|
||||
closeComment: false
|
||||
@ -1,30 +0,0 @@
|
||||
image: charithag/docker-mvn-jdk8:latest
|
||||
|
||||
variables:
|
||||
MAVEN_CLI_OPTS: "-s .m2/settings.xml --batch-mode"
|
||||
MAVEN_OPTS: "-Dmaven.repo.local=.m2/repository"
|
||||
|
||||
cache:
|
||||
paths:
|
||||
- .m2/repository/
|
||||
- target/
|
||||
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- rm -rf .m2/repository/
|
||||
- mvn $MAVEN_CLI_OPTS clean install -Dmaven.test.skip=true
|
||||
|
||||
test:
|
||||
stage: test
|
||||
script:
|
||||
- mvn $MAVEN_CLI_OPTS test
|
||||
|
||||
deploy:
|
||||
stage: deploy
|
||||
script:
|
||||
- mvn $MAVEN_CLI_OPTS deploy -Dmaven.test.skip=true
|
||||
- rm -rf .m2/repository/*
|
||||
only:
|
||||
- master@entgra/carbon-device-mgt-plugins
|
||||
- kernel-4.6.x@entgra/carbon-device-mgt-plugins
|
||||
@ -1,8 +0,0 @@
|
||||
language: java
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
cache:
|
||||
directories:
|
||||
- .autoconf
|
||||
- $HOME/.m2
|
||||
script: mvn clean install
|
||||
@ -27,7 +27,7 @@
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>org.wso2.carbon.iot.geo.dashboard</artifactId>
|
||||
<name>WSO2 Carbon - IoT Geo Dashboard C-APP</name>
|
||||
<name>Entgra Device Management Plugins - IoT Geo Dashboard C-APP</name>
|
||||
<url>http://entgra.io</url>
|
||||
<description>This feature contains the IoT geo dashboard gadget</description>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>iot-analytics</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>WSO2 Carbon - IoT Analytics Scripts</name>
|
||||
<name>Entgra Device Management Plugins - IoT Analytics Scripts</name>
|
||||
<url>http://entgra.io</url>
|
||||
|
||||
<modules>
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
|
||||
<parent>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>io.entgra.device.mgt.plugins.parent</artifactId>
|
||||
<artifactId>device-mgt-plugins</artifactId>
|
||||
<version>6.0.13-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
@ -29,7 +29,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>analytics</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>WSO2 Carbon - Mobile Plugins Extensions</name>
|
||||
<name>Entgra Device Management Plugins - Mobile Plugins Extensions</name>
|
||||
<url>http://entgra.io</url>
|
||||
|
||||
<modules>
|
||||
|
||||
@ -21,15 +21,15 @@
|
||||
|
||||
<parent>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>io.entgra.device.mgt.plugins.parent</artifactId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<artifactId>device-mgt-plugins</artifactId>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>device-types</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>WSO2 Carbon - IoT Plugins</name>
|
||||
<name>Entgra Device Management Plugins - IoT Plugins</name>
|
||||
<url>http://entgra.io</url>
|
||||
|
||||
<modules>
|
||||
|
||||
@ -23,13 +23,13 @@
|
||||
<parent>
|
||||
<artifactId>virtual-fire-alarm-plugin</artifactId>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<artifactId>io.entgra.device.mgt.plugins.virtualfirealarm.agent.impl</artifactId>
|
||||
<name>WSO2 Carbon - IoT Server VirtualFireAlarm Agent</name>
|
||||
<description>WSO2 Carbon - VirtualFireAlarm Device Agent Implementation</description>
|
||||
<name>Entgra Device Management Plugins - IoT Server VirtualFireAlarm Agent</name>
|
||||
<description>Entgra Device Management Plugins - VirtualFireAlarm Device Agent Implementation</description>
|
||||
<url>http://entgra.io</url>
|
||||
|
||||
<build>
|
||||
|
||||
@ -21,15 +21,15 @@
|
||||
<parent>
|
||||
<artifactId>virtual-fire-alarm-plugin</artifactId>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>io.entgra.device.mgt.plugins.virtualfirealarm.api</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<name>WSO2 Carbon - IoT Server VirtualFireAlarm API</name>
|
||||
<description>WSO2 Carbon - Virtual FireAlarm Service Management API Implementation</description>
|
||||
<name>Entgra Device Management Plugins - IoT Server VirtualFireAlarm API</name>
|
||||
<description>Entgra Device Management Plugins - Virtual FireAlarm Service Management API Implementation</description>
|
||||
<url>http://entgra.io</url>
|
||||
|
||||
|
||||
|
||||
@ -22,14 +22,14 @@
|
||||
<parent>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>device-types</artifactId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>virtual-fire-alarm-plugin</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>WSO2 Carbon - Virtual Fire Alarm Plugin</name>
|
||||
<name>Entgra Device Management Plugins - Virtual Fire Alarm Plugin</name>
|
||||
<url>http://entgra.io</url>
|
||||
|
||||
<modules>
|
||||
|
||||
@ -20,14 +20,14 @@
|
||||
<parent>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>cdmf-transport-adapters</artifactId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>io.entgra.device.mgt.plugins.input.adapter.extension</artifactId>
|
||||
<packaging>bundle</packaging>
|
||||
<name>WSO2 Carbon - Device Mgt Input Adaptor Extensions Module</name>
|
||||
<name>Entgra Device Management Plugins - Device Mgt Input Adaptor Extensions Module</name>
|
||||
<description>Provides the back-end functionality of Input adaptor</description>
|
||||
<url>http://entgra.io</url>
|
||||
|
||||
|
||||
@ -20,14 +20,14 @@
|
||||
<parent>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>cdmf-transport-adapters</artifactId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>io.entgra.device.mgt.plugins.input.adapter.http</artifactId>
|
||||
<packaging>bundle</packaging>
|
||||
<name>WSO2 Carbon - Device Mgt Input Adaptor Module - Http</name>
|
||||
<name>Entgra Device Management Plugins - Device Mgt Input Adaptor Module - Http</name>
|
||||
<description>Provides the back-end functionality of Input adaptor</description>
|
||||
<url>http://entgra.io</url>
|
||||
|
||||
|
||||
@ -20,14 +20,14 @@
|
||||
<parent>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>cdmf-transport-adapters</artifactId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>io.entgra.device.mgt.plugins.input.adapter.mqtt</artifactId>
|
||||
<packaging>bundle</packaging>
|
||||
<name>WSO2 Carbon - Device Mgt Input Adaptor Module - MQTT</name>
|
||||
<name>Entgra Device Management Plugins - Device Mgt Input Adaptor Module - MQTT</name>
|
||||
<description>Provides the back-end functionality of Input adaptor</description>
|
||||
<url>http://entgra.io</url>
|
||||
|
||||
|
||||
@ -21,14 +21,14 @@
|
||||
<parent>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>cdmf-transport-adapters</artifactId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>io.entgra.device.mgt.plugins.input.adapter.thrift</artifactId>
|
||||
<packaging>bundle</packaging>
|
||||
<name>WSO2 Carbon - Event Input Thrift Adapter Module</name>
|
||||
<name>Entgra Device Management Plugins - Event Input Thrift Adapter Module</name>
|
||||
<description>org.wso2.carbon.event.input.adapter.thrift provides the back-end
|
||||
functionality of input wso2event adapter
|
||||
</description>
|
||||
|
||||
@ -20,14 +20,14 @@
|
||||
<parent>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>cdmf-transport-adapters</artifactId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>io.entgra.device.mgt.plugins.input.adapter.xmpp</artifactId>
|
||||
<packaging>bundle</packaging>
|
||||
<name>WSO2 Carbon - Device Mgt Input Adaptor Module - XMPP</name>
|
||||
<name>Entgra Device Management Plugins - Device Mgt Input Adaptor Module - XMPP</name>
|
||||
<description>Provides the back-end functionality of Input adaptor</description>
|
||||
<url>http://entgra.io</url>
|
||||
|
||||
|
||||
@ -20,14 +20,14 @@
|
||||
<parent>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>cdmf-transport-adapters</artifactId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>io.entgra.device.mgt.plugins.output.adapter.http</artifactId>
|
||||
|
||||
<packaging>bundle</packaging>
|
||||
<name>WSO2 Carbon - Device Management Output HTTP adapter Module</name>
|
||||
<name>Entgra Device Management Plugins - Device Management Output HTTP adapter Module</name>
|
||||
<description>
|
||||
io.entgra.device.mgt.plugins.output.adapter.http provides the back-end functionality of oauth http event adapter
|
||||
</description>
|
||||
|
||||
@ -20,14 +20,14 @@
|
||||
<parent>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>cdmf-transport-adapters</artifactId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>io.entgra.device.mgt.plugins.output.adapter.mqtt</artifactId>
|
||||
|
||||
<packaging>bundle</packaging>
|
||||
<name>WSO2 Carbon - Device Mgt Output MQTT Adaptor Module</name>
|
||||
<name>Entgra Device Management Plugins - Device Mgt Output MQTT Adaptor Module</name>
|
||||
<description>io.entgra.device.mgt.plugins.output.adapter.mqtt provides the back-end functionality of mqtt adaptor
|
||||
</description>
|
||||
<url>http://entgra.io</url>
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>cdmf-transport-adapters</artifactId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -21,14 +21,14 @@
|
||||
<parent>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>cdmf-transport-adapters</artifactId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>io.entgra.device.mgt.plugins.output.adapter.websocket</artifactId>
|
||||
<packaging>bundle</packaging>
|
||||
<name>WSO2 Carbon - Event Output UI Adapter Module</name>
|
||||
<name>Entgra Device Management Plugins - Event Output UI Adapter Module</name>
|
||||
<description>org.wso2.carbon.event.output.adapter.ui provides the back-end functionality of
|
||||
ui event adapter
|
||||
</description>
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
<parent>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>cdmf-transport-adapters</artifactId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
<artifactId>io.entgra.device.mgt.plugins.output.adapter.xmpp</artifactId>
|
||||
|
||||
<packaging>bundle</packaging>
|
||||
<name>WSO2 Carbon - Device Mgt Output XMPP Adaptor Module</name>
|
||||
<name>Entgra Device Management Plugins - Device Mgt Output XMPP Adaptor Module</name>
|
||||
<description>io.entgra.device.mgt.plugins.output.adapter.xmpp provides the back-end functionality of xmpp adaptor
|
||||
</description>
|
||||
<url>http://entgra.io</url>
|
||||
|
||||
@ -22,14 +22,14 @@
|
||||
<parent>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>extensions</artifactId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>cdmf-transport-adapters</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>WSO2 Carbon - IoT Base Plugin</name>
|
||||
<name>Entgra Device Management Plugins - IoT Base Plugin</name>
|
||||
<url>http://entgra.io</url>
|
||||
|
||||
<modules>
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
<parent>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>emqx-extensions</artifactId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
<parent>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>emqx-extensions</artifactId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>extensions</artifactId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -29,8 +29,8 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>org.wso2.carbon.andes.extensions.device.mgt.api</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<name>WSO2 Carbon - MQTT Topics Management API</name>
|
||||
<description>WSO2 Carbon - MQTT Topics Management API</description>
|
||||
<name>Entgra Device Management Plugins - MQTT Topics Management API</name>
|
||||
<description>Entgra Device Management Plugins - MQTT Topics Management API</description>
|
||||
<url>http://entgra.io</url>
|
||||
|
||||
<build>
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>org.wso2.carbon.andes.extensions.device.mgt.mqtt.authorization</artifactId>
|
||||
<packaging>bundle</packaging>
|
||||
<name>WSO2 Carbon - Component - MQTT - Authorization Manager</name>
|
||||
<name>Entgra Device Management Plugins - Component - MQTT - Authorization Manager</name>
|
||||
<description>MQTT authorization manager based on Carbon device manager</description>
|
||||
<url>http://entgra.io</url>
|
||||
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>mb-extensions</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>WSO2 Carbon - MB Extension</name>
|
||||
<name>Entgra Device Management Plugins - MB Extension</name>
|
||||
<url>http://entgra.io</url>
|
||||
|
||||
<modules>
|
||||
|
||||
@ -21,15 +21,15 @@
|
||||
|
||||
<parent>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>io.entgra.device.mgt.plugins.parent</artifactId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<artifactId>device-mgt-plugins</artifactId>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>extensions</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>WSO2 Carbon - Mobile Plugins Extensions</name>
|
||||
<name>Entgra Device Management Plugins - Mobile Plugins Extensions</name>
|
||||
<url>http://entgra.io</url>
|
||||
|
||||
<modules>
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>pull-notification-listeners</artifactId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
@ -30,8 +30,8 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>io.entgra.device.mgt.plugins.mqtt.notification.listener</artifactId>
|
||||
<packaging>bundle</packaging>
|
||||
<name>WSO2 Carbon - MQTT Pull Notification Listener Implementation</name>
|
||||
<description>WSO2 Carbon - MQTT Pull Notification Lister Implementation</description>
|
||||
<name>Entgra Device Management Plugins - MQTT Pull Notification Listener Implementation</name>
|
||||
<description>Entgra Device Management Plugins - MQTT Pull Notification Lister Implementation</description>
|
||||
<url>http://entgra.io</url>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@ -22,14 +22,14 @@
|
||||
<parent>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>extensions</artifactId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>pull-notification-listeners</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>WSO2 Carbon - Pull Notification Extension</name>
|
||||
<name>Entgra Device Management Plugins - Pull Notification Extension</name>
|
||||
<url>http://entgra.io</url>
|
||||
|
||||
<modules>
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>siddhi-extensions</artifactId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>siddhi-extensions</artifactId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -22,14 +22,14 @@
|
||||
<parent>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>extensions</artifactId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>siddhi-extensions</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>WSO2 Carbon - Siddhi Extension</name>
|
||||
<name>Entgra Device Management Plugins - Siddhi Extension</name>
|
||||
<url>http://entgra.io</url>
|
||||
|
||||
<modules>
|
||||
|
||||
@ -21,13 +21,13 @@
|
||||
<parent>
|
||||
<artifactId>android-plugin</artifactId>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>io.entgra.device.mgt.plugins.mobile.android.api</artifactId>
|
||||
<name>WSO2 Carbon - Android JAX-RS API</name>
|
||||
<name>Entgra Device Management Plugins - Android JAX-RS API</name>
|
||||
<description>Android JAX-RS API</description>
|
||||
<packaging>war</packaging>
|
||||
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
<parent>
|
||||
<artifactId>android-plugin</artifactId>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -23,13 +23,13 @@
|
||||
<parent>
|
||||
<artifactId>android-plugin</artifactId>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>io.entgra.device.mgt.plugins.mobile.android.ui</artifactId>
|
||||
<name>WSO2 Carbon - Mobile Android UI</name>
|
||||
<name>Entgra Device Management Plugins - Mobile Android UI</name>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@ -22,15 +22,15 @@
|
||||
<parent>
|
||||
<artifactId>android-plugin</artifactId>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>io.entgra.device.mgt.plugins.mobile.android</artifactId>
|
||||
<packaging>bundle</packaging>
|
||||
<name>WSO2 Carbon - Mobile Device Management Android Impl</name>
|
||||
<description>WSO2 Carbon - Mobile Device Management Android Implementation</description>
|
||||
<name>Entgra Device Management Plugins - Mobile Device Management Android Impl</name>
|
||||
<description>Entgra Device Management Plugins - Mobile Device Management Android Implementation</description>
|
||||
<url>http://entgra.io</url>
|
||||
|
||||
<build>
|
||||
|
||||
@ -22,14 +22,14 @@
|
||||
<parent>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>mobile-plugins</artifactId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>android-plugin</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>WSO2 Carbon - Mobile Plugins</name>
|
||||
<name>Entgra Device Management Plugins - Mobile Plugins</name>
|
||||
<url>http://entgra.io</url>
|
||||
|
||||
<modules>
|
||||
|
||||
@ -21,15 +21,15 @@
|
||||
|
||||
<parent>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>io.entgra.device.mgt.plugins.parent</artifactId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<artifactId>device-mgt-plugins</artifactId>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>mobile-plugins</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>WSO2 Carbon - Mobile Plugins</name>
|
||||
<name>Entgra Device Management Plugins - Mobile Plugins</name>
|
||||
<url>http://entgra.io</url>
|
||||
|
||||
<modules>
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>io.entgra.device.mgt.plugins.parent</artifactId>
|
||||
<artifactId>device-mgt-plugins</artifactId>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<version>6.0.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
@ -28,7 +28,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>test-coverage</artifactId>
|
||||
<name>WSO2 Carbon - Carbon Device Management Plugins Test Coverage Component</name>
|
||||
<name>Entgra Device Management Plugins - Carbon Device Management Plugins Test Coverage Component</name>
|
||||
|
||||
<properties>
|
||||
<target>target</target>
|
||||
|
||||
@ -23,14 +23,14 @@
|
||||
<parent>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>analytics-feature</artifactId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>io.entgra.device.mgt.plugins.analytics.feature</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>WSO2 Carbon - IoT Server Analytics Feature</name>
|
||||
<name>Entgra Device Management Plugins - IoT Server Analytics Feature</name>
|
||||
<url>http://entgra.io</url>
|
||||
<description>This feature contains the Analytics Script for the IoT Server</description>
|
||||
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>org.wso2.carbon.iot.geo.dashboard.feature</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>WSO2 Carbon - IoT Geo Dashboard Feature</name>
|
||||
<name>Entgra Device Management Plugins - IoT Geo Dashboard Feature</name>
|
||||
<url>http://entgra.io</url>
|
||||
<description>This feature contains the IoT geo dashboard gadget</description>
|
||||
|
||||
|
||||
@ -21,15 +21,15 @@
|
||||
|
||||
<parent>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>io.entgra.device.mgt.plugins.parent</artifactId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<artifactId>device-mgt-plugins</artifactId>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>analytics-feature</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>WSO2 Carbon - IoT Server IoT Analytics Feature</name>
|
||||
<name>Entgra Device Management Plugins - IoT Server IoT Analytics Feature</name>
|
||||
<url>http://entgra.io</url>
|
||||
|
||||
<modules>
|
||||
|
||||
@ -21,15 +21,15 @@
|
||||
|
||||
<parent>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>io.entgra.device.mgt.plugins.parent</artifactId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<artifactId>device-mgt-plugins</artifactId>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>device-types-feature</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>WSO2 Carbon - Device Management IoT Plugins Feature</name>
|
||||
<name>Entgra Device Management Plugins - Device Management IoT Plugins Feature</name>
|
||||
<url>http://entgra.io</url>
|
||||
|
||||
<modules>
|
||||
|
||||
@ -23,14 +23,14 @@
|
||||
<parent>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>virtual-fire-alarm-plugin-feature</artifactId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>io.entgra.device.mgt.plugins.virtualfirealarm.backend.feature</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>WSO2 Carbon - IoT Server VirtualFireAlarm Backend Feature</name>
|
||||
<name>Entgra Device Management Plugins - IoT Server VirtualFireAlarm Backend Feature</name>
|
||||
<url>http://entgra.io</url>
|
||||
<description>This feature contains the VirtualFireAlarm Device type specific backend implementations for the IoT Server
|
||||
</description>
|
||||
|
||||
@ -22,14 +22,14 @@
|
||||
<parent>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>device-types-feature</artifactId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>virtual-fire-alarm-plugin-feature</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>WSO2 Carbon - IoT Server VirtualFireAlarm Device Feature</name>
|
||||
<name>Entgra Device Management Plugins - IoT Server VirtualFireAlarm Device Feature</name>
|
||||
<url>http://entgra.io</url>
|
||||
|
||||
<modules>
|
||||
|
||||
@ -23,14 +23,14 @@
|
||||
<parent>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>extensions-feature</artifactId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>io.entgra.device.mgt.plugins.adapter.feature</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>WSO2 Carbon - Device Management Adapters Feature</name>
|
||||
<name>Entgra Device Management Plugins - Device Management Adapters Feature</name>
|
||||
<url>http://entgra.io</url>
|
||||
<description>This feature contains the adapter bundles required for IoT Server</description>
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>extensions-feature</artifactId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>extensions-feature</artifactId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -21,14 +21,14 @@
|
||||
<parent>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>extensions-feature</artifactId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>io.entgra.device.mgt.plugins.notification.listener.feature</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>WSO2 Carbon - Notification Listener</name>
|
||||
<name>Entgra Device Management Plugins - Notification Listener</name>
|
||||
<url>http://entgra.io</url>
|
||||
<description>This feature contains the core bundles required iot core listeners</description>
|
||||
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>org.wso2.carbon.andes.extensions.device.mgt.api.feature</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>WSO2 Carbon - MQTT Topics Management API Feature</name>
|
||||
<name>Entgra Device Management Plugins - MQTT Topics Management API Feature</name>
|
||||
<url>http://entgra.io</url>
|
||||
<description>This feature contains the API feature for the MQTT dashboard</description>
|
||||
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>org.wso2.carbon.andes.extensions.device.mgt.mqtt.authorization.feature</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>WSO2 Carbon - MQTT Authorization Feature</name>
|
||||
<name>Entgra Device Management Plugins - MQTT Authorization Feature</name>
|
||||
<url>http://entgra.io</url>
|
||||
<description>This feature contains the bundles required for mqtt authorization</description>
|
||||
|
||||
|
||||
@ -21,15 +21,15 @@
|
||||
|
||||
<parent>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>io.entgra.device.mgt.plugins.parent</artifactId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<artifactId>device-mgt-plugins</artifactId>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>extensions-feature</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>WSO2 Carbon - Device Management Extensions</name>
|
||||
<name>Entgra Device Management Plugins - Device Management Extensions</name>
|
||||
<url>http://entgra.io</url>
|
||||
|
||||
<modules>
|
||||
|
||||
@ -22,14 +22,14 @@
|
||||
<parent>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>android-plugin-feature</artifactId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>io.entgra.device.mgt.plugins.mobile.android.feature</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>WSO2 Carbon - Android Device Management Feature</name>
|
||||
<name>Entgra Device Management Plugins - Android Device Management Feature</name>
|
||||
<url>http://entgra.io</url>
|
||||
<description>This feature contains the core bundles required for Android Device Management
|
||||
functionality
|
||||
|
||||
@ -22,14 +22,14 @@
|
||||
<parent>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>mobile-plugins-feature</artifactId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>android-plugin-feature</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>WSO2 Carbon - Device Management Android Plugin Feature</name>
|
||||
<name>Entgra Device Management Plugins - Device Management Android Plugin Feature</name>
|
||||
<url>http://entgra.io</url>
|
||||
|
||||
<modules>
|
||||
|
||||
@ -21,15 +21,15 @@
|
||||
|
||||
<parent>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>io.entgra.device.mgt.plugins.parent</artifactId>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<artifactId>device-mgt-plugins</artifactId>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>mobile-plugins-feature</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>WSO2 Carbon - Device Management EMM Plugins Feature</name>
|
||||
<name>Entgra Device Management Plugins - Device Management EMM Plugins Feature</name>
|
||||
<url>http://entgra.io</url>
|
||||
|
||||
<modules>
|
||||
|
||||
40
pom.xml
40
pom.xml
@ -17,16 +17,17 @@
|
||||
~ under the License.
|
||||
-->
|
||||
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>io.entgra.device.mgt.plugins.parent</artifactId>
|
||||
<artifactId>device-mgt-plugins</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>6.1.1-SNAPSHOT</version>
|
||||
<name>WSO2 Carbon - Device Management Plugins Parent</name>
|
||||
<version>7.0.0-SNAPSHOT</version>
|
||||
<name>Entgra Device Management Plugins - Parent</name>
|
||||
<url>http://entgra.io</url>
|
||||
<description>WSO2 Carbon - Device Management Plugins Parent</description>
|
||||
<description>Entgra Device Management Plugins - Parent</description>
|
||||
|
||||
<parent>
|
||||
<groupId>org.wso2</groupId>
|
||||
@ -430,11 +431,11 @@
|
||||
<artifactId>io.entgra.device.mgt.plugins.output.adapter.websocket</artifactId>
|
||||
<version>${io.entgra.device.mgt.plugins.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>io.entgra.device.mgt.plugins.mqtt.notification.listener</artifactId>
|
||||
<version>${io.entgra.device.mgt.plugins.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>io.entgra.device.mgt.plugins.mqtt.notification.listener</artifactId>
|
||||
<version>${io.entgra.device.mgt.plugins.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.entgra.device.mgt.plugins</groupId>
|
||||
<artifactId>io.entgra.device.mgt.core.device.mgt.extensions.remote.session</artifactId>
|
||||
@ -845,11 +846,11 @@
|
||||
<artifactId>feign-gson</artifactId>
|
||||
<version>${io.github.openfeign.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.github.openfeign</groupId>
|
||||
<artifactId>feign-slf4j</artifactId>
|
||||
<version>${io.github.openfeign.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.github.openfeign</groupId>
|
||||
<artifactId>feign-slf4j</artifactId>
|
||||
<version>${io.github.openfeign.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- dependencies for siddhi extension -->
|
||||
<dependency>
|
||||
@ -964,11 +965,11 @@
|
||||
<properties>
|
||||
|
||||
<!-- Carbon Device Management -->
|
||||
<io.entgra.device.mgt.core.version>5.2.4-SNAPSHOT</io.entgra.device.mgt.core.version>
|
||||
<io.entgra.device.mgt.core.version.range>[5.0.0, 6.0.0)</io.entgra.device.mgt.core.version.range>
|
||||
<io.entgra.device.mgt.core.version>6.0.0-SNAPSHOT</io.entgra.device.mgt.core.version>
|
||||
<io.entgra.device.mgt.core.version.range>[6.0.0, 7.0.0)</io.entgra.device.mgt.core.version.range>
|
||||
|
||||
<!-- Carbon Device Management Plugins -->
|
||||
<io.entgra.device.mgt.plugins.version>6.1.1-SNAPSHOT</io.entgra.device.mgt.plugins.version>
|
||||
<io.entgra.device.mgt.plugins.version>7.0.0-SNAPSHOT</io.entgra.device.mgt.plugins.version>
|
||||
|
||||
<!-- Android Agent Artifact Version-->
|
||||
<android.agent.version>4.0.0</android.agent.version>
|
||||
@ -1102,7 +1103,8 @@
|
||||
|
||||
<scm>
|
||||
<url>https://repository.entgra.net/community/device-mgt-plugins.git</url>
|
||||
<developerConnection>scm:git:https://repository.entgra.net/community/device-mgt-plugins.git</developerConnection>
|
||||
<developerConnection>scm:git:https://repository.entgra.net/community/device-mgt-plugins.git
|
||||
</developerConnection>
|
||||
<connection>scm:git:https://repository.entgra.net/community/device-mgt-plugins.git</connection>
|
||||
<tag>v6.0.14</tag>
|
||||
</scm>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user