mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
Merge branch 'newAPPM' into 'application-manager-new'
Merge with upstream master See merge request entgra/product-iots!16
This commit is contained in:
commit
60f3fc6d37
@ -21,7 +21,7 @@
|
||||
<parent>
|
||||
<groupId>org.wso2.iot</groupId>
|
||||
<artifactId>wso2iot-components</artifactId>
|
||||
<version>3.5.1-SNAPSHOT</version>
|
||||
<version>3.6.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<groupId>org.wso2.iot</groupId>
|
||||
<artifactId>wso2iot-parent</artifactId>
|
||||
<version>3.5.1-SNAPSHOT</version>
|
||||
<version>3.6.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
<parent>
|
||||
<groupId>org.wso2.iot</groupId>
|
||||
<artifactId>wso2iot-parent</artifactId>
|
||||
<version>3.5.1-SNAPSHOT</version>
|
||||
<version>3.6.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>org.wso2.iot</groupId>
|
||||
<artifactId>wso2iot-parent</artifactId>
|
||||
<version>3.5.1-SNAPSHOT</version>
|
||||
<version>3.6.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
<!--
|
||||
Product Name
|
||||
-->
|
||||
<Name>${product.name}</Name>
|
||||
<Name>Entgra IoT Analytics</Name>
|
||||
|
||||
<!--
|
||||
machine readable unique key to identify each product
|
||||
|
||||
@ -18,8 +18,8 @@
|
||||
|
||||
product.name=Entgra IoT Server
|
||||
product.key=IoT
|
||||
product.version=3.4.0
|
||||
product.doc.version=340
|
||||
product.version=3.6.0
|
||||
product.doc.version=360
|
||||
|
||||
carbon.version=4.4.26
|
||||
default.server.role=IoTServer
|
||||
|
||||
@ -26,17 +26,17 @@
|
||||
<!--
|
||||
Product Name
|
||||
-->
|
||||
<Name>WSO2 Message Broker</Name>
|
||||
<Name>Entgra IoT Message Broker</Name>
|
||||
|
||||
<!--
|
||||
machine readable unique key to identify each product
|
||||
-->
|
||||
<ServerKey>MB</ServerKey>
|
||||
<ServerKey>${product.key}</ServerKey>
|
||||
|
||||
<!--
|
||||
Product Version
|
||||
-->
|
||||
<Version>3.4.0</Version>
|
||||
<Version>${product.version}</Version>
|
||||
|
||||
<!--
|
||||
Host name or IP address of the machine hosting this server
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>org.wso2.iot</groupId>
|
||||
<artifactId>wso2iot-features</artifactId>
|
||||
<version>3.5.1-SNAPSHOT</version>
|
||||
<version>3.6.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<groupId>org.wso2.iot</groupId>
|
||||
<artifactId>wso2iot-parent</artifactId>
|
||||
<version>3.5.1-SNAPSHOT</version>
|
||||
<version>3.6.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
<parent>
|
||||
<groupId>org.wso2.iot</groupId>
|
||||
<artifactId>wso2iot-parent</artifactId>
|
||||
<version>3.5.1-SNAPSHOT</version>
|
||||
<version>3.6.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>org.wso2.iot</groupId>
|
||||
<artifactId>tests-common</artifactId>
|
||||
<version>3.5.1-SNAPSHOT</version>
|
||||
<version>3.6.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -57,7 +57,7 @@ public class CarbonServerManagerExtension {
|
||||
private int portOffset = 0;
|
||||
private static final String SERVER_SHUTDOWN_MESSAGE = "Halting JVM";
|
||||
private static final String SERVER_STARTUP_MESSAGE = "Mgt Console URL";
|
||||
private static final long DEFAULT_START_STOP_WAIT_MS = 400000L;
|
||||
private static final long DEFAULT_START_STOP_WAIT_MS = 900000L;
|
||||
private static final String CMD_ARG = "cmdArg";
|
||||
private static int defaultHttpPort = Integer.parseInt("9763");
|
||||
private static int defaultHttpsPort = Integer.parseInt("9443");
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
<parent>
|
||||
<groupId>org.wso2.iot</groupId>
|
||||
<artifactId>wso2iot-integration</artifactId>
|
||||
<version>3.5.1-SNAPSHOT</version>
|
||||
<version>3.6.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>org.wso2.iot</groupId>
|
||||
<artifactId>tests-common</artifactId>
|
||||
<version>3.5.1-SNAPSHOT</version>
|
||||
<version>3.6.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
<parent>
|
||||
<groupId>org.wso2.iot</groupId>
|
||||
<artifactId>wso2iot-integration</artifactId>
|
||||
<version>3.5.1-SNAPSHOT</version>
|
||||
<version>3.6.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
<parent>
|
||||
<groupId>org.wso2.iot</groupId>
|
||||
<artifactId>wso2iot-integration</artifactId>
|
||||
<version>3.5.1-SNAPSHOT</version>
|
||||
<version>3.6.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -0,0 +1,3 @@
|
||||
ALTER TABLE DM_ENROLMENT ALTER COLUMN OWNER VARCHAR (255) NOT NULL;
|
||||
|
||||
ALTER TABLE DM_GROUP ALTER COLUMN OWNER VARCHAR (255) DEFAULT NULL;
|
||||
@ -0,0 +1,5 @@
|
||||
ALTER TABLE `DM_ENROLMENT`
|
||||
CHANGE COLUMN `OWNER` `OWNER` VARCHAR(255) NOT NULL;
|
||||
|
||||
ALTER TABLE `DM_GROUP`
|
||||
CHANGE COLUMN `OWNER` `OWNER` VARCHAR(255) NULL DEFAULT NULL;
|
||||
@ -0,0 +1,3 @@
|
||||
ALTER TABLE dm_enrolment ALTER COLUMN owner TYPE character varying(255);
|
||||
|
||||
ALTER TABLE dm_group ALTER COLUMN owner TYPE character varying(255);
|
||||
@ -21,7 +21,7 @@
|
||||
<parent>
|
||||
<groupId>org.wso2.iot</groupId>
|
||||
<artifactId>wso2iot-p2-profile</artifactId>
|
||||
<version>3.5.1-SNAPSHOT</version>
|
||||
<version>3.6.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
<parent>
|
||||
<groupId>org.wso2.iot</groupId>
|
||||
<artifactId>wso2iot-p2-profile</artifactId>
|
||||
<version>3.5.1-SNAPSHOT</version>
|
||||
<version>3.6.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
<parent>
|
||||
<groupId>org.wso2.iot</groupId>
|
||||
<artifactId>wso2iot-p2-profile</artifactId>
|
||||
<version>3.5.1-SNAPSHOT</version>
|
||||
<version>3.6.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
<parent>
|
||||
<groupId>org.wso2.iot</groupId>
|
||||
<artifactId>wso2iot-parent</artifactId>
|
||||
<version>3.5.1-SNAPSHOT</version>
|
||||
<version>3.6.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -21,13 +21,13 @@
|
||||
<parent>
|
||||
<groupId>org.wso2.iot</groupId>
|
||||
<artifactId>wso2iot-scripts</artifactId>
|
||||
<version>3.5.1-SNAPSHOT</version>
|
||||
<version>3.6.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>mobile-qsg</artifactId>
|
||||
<version>3.5.1-SNAPSHOT</version>
|
||||
<version>3.6.0-SNAPSHOT</version>
|
||||
<name>WSO2 IoT - QSG Script</name>
|
||||
<description>This includes the tools for IoTs Quick Start Guide</description>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
<parent>
|
||||
<groupId>org.wso2.iot</groupId>
|
||||
<artifactId>wso2iot-parent</artifactId>
|
||||
<version>3.5.1-SNAPSHOT</version>
|
||||
<version>3.6.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
@ -20,13 +20,13 @@
|
||||
<parent>
|
||||
<groupId>org.wso2.iot</groupId>
|
||||
<artifactId>wso2iot-tools</artifactId>
|
||||
<version>3.5.1-SNAPSHOT</version>
|
||||
<version>3.6.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>iot-devicetype-archetype</artifactId>
|
||||
<version>3.5.1-SNAPSHOT</version>
|
||||
<version>3.6.0-SNAPSHOT</version>
|
||||
<name>WSO2 IoT - Device Type Archetype</name>
|
||||
<description>WSO2 IoT Device Type Archetype</description>
|
||||
<packaging>maven-archetype</packaging>
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
<parent>
|
||||
<groupId>org.wso2.iot</groupId>
|
||||
<artifactId>wso2iot-parent</artifactId>
|
||||
<version>3.5.1-SNAPSHOT</version>
|
||||
<version>3.6.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
|
||||
6
pom.xml
6
pom.xml
@ -23,7 +23,7 @@
|
||||
<groupId>org.wso2.iot</groupId>
|
||||
<artifactId>wso2iot-parent</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>3.5.1-SNAPSHOT</version>
|
||||
<version>3.6.0-SNAPSHOT</version>
|
||||
<name>WSO2 IoT - Parent</name>
|
||||
<url>http://wso2.org</url>
|
||||
<description>WSO2 IoT Server</description>
|
||||
@ -1528,14 +1528,14 @@
|
||||
<carbon.governance.version>4.7.23</carbon.governance.version>
|
||||
|
||||
<!-- Carbon Device Management-->
|
||||
<carbon.device.mgt.version>3.2.5-SNAPSHOT</carbon.device.mgt.version>
|
||||
<carbon.device.mgt.version>3.2.7-SNAPSHOT</carbon.device.mgt.version>
|
||||
<carbon.device.mgt.version.range>[3.1.0, 4.0.0)</carbon.device.mgt.version.range>
|
||||
|
||||
<!-- IOT Device Management -->
|
||||
<product.iot.version>${project.version}</product.iot.version>
|
||||
|
||||
<!-- Carbon Device Management Plugins-->
|
||||
<carbon.device.mgt.plugin.version>4.2.5-SNAPSHOT</carbon.device.mgt.plugin.version>
|
||||
<carbon.device.mgt.plugin.version>4.2.7-SNAPSHOT</carbon.device.mgt.plugin.version>
|
||||
|
||||
<!-- API Management -->
|
||||
<carbon.api.mgt.version>6.2.201</carbon.api.mgt.version>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user