From 778d8a8a2c7b59cbc099e22dcc75fa85851127d5 Mon Sep 17 00:00:00 2001 From: lasanthaDLPDS Date: Fri, 6 Sep 2019 19:15:48 +0530 Subject: [PATCH] Bump product version to 3.7.0 --- README.md | 12 ++++++------ .../org.wso2.iot.core.admin.styles/pom.xml | 2 +- modules/components/pom.xml | 2 +- modules/cxf-filters/pom.xml | 2 +- modules/distribution/pom.xml | 2 +- .../src/analytics/samples/device-plugins/pom.xml | 2 +- modules/distribution/src/assembly/filter.properties | 2 +- modules/distribution/src/core/bin/carbondump.bat | 2 +- modules/distribution/src/core/release-notes.html | 10 +++++----- .../src/core/samples/device-plugins-deployer.xml | 2 +- .../org.wso2.iot.core.styles.feature/pom.xml | 2 +- modules/features/pom.xml | 2 +- modules/integration/pom.xml | 2 +- .../tests-common/integration-common/pom.xml | 2 +- modules/integration/tests-common/pom.xml | 2 +- .../integration/tests-common/web-ui-pages/pom.xml | 2 +- modules/integration/tests-integration/pom.xml | 2 +- modules/integration/tests-iot-web-ui/pom.xml | 2 +- modules/p2-profile/analytics-profile/pom.xml | 2 +- modules/p2-profile/broker-profile/pom.xml | 2 +- modules/p2-profile/iot-core-profile/pom.xml | 2 +- modules/p2-profile/pom.xml | 2 +- modules/scripts/mobile-qsg/pom.xml | 4 ++-- modules/scripts/mobile-qsg/resources/Readme.txt | 2 +- modules/scripts/pom.xml | 2 +- modules/tools/cdmf-devicetype-archetype/pom.xml | 4 ++-- modules/tools/pom.xml | 2 +- pom.xml | 2 +- 28 files changed, 39 insertions(+), 39 deletions(-) diff --git a/README.md b/README.md index 159acb2f..02b745c4 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ It also offers a complete and secure enterprise mobility management (EMM/MDM) so Entgra IoT Server comes with advanced analytics, enabling users to analyze speed, proximity, and geo-fencing information of devices including details of those in motion and stationary state. -Find the online documentation at : -https://entgra.atlassian.net/wiki/spaces/IoTS340/overview. +Find the online documentation at : +https://entgra-documentation.gitlab.io/v3.7.0 ### Key Features of Entgra IoT Server @@ -53,11 +53,11 @@ https://entgra.atlassian.net/wiki/spaces/IoTS340/overview. * Support for SCEP protocol (encryption and authenticity) ### How to Run -* Extract the downloaded entgraiot-3.6.0.zip file; this will create a folder named ‘entgraiot-3.6.0’. +* Extract the downloaded entgraiot-3.7.0.zip file; this will create a folder named ‘entgraiot-3.7.0’. * IoT Server comes with three runnable components namely broker, core, and analytics. Start these components in following order by executing the following scripts: - * entgraiot-3.6.0/bin/broker.sh [.bat] - * entgraiot-3.6.0/bin/iot-server.sh [.bat] - * entgraiot-3.6.0/bin/analytics.sh [.bat] + * entgraiot-3.7.0/bin/broker.sh [.bat] + * entgraiot-3.7.0/bin/iot-server.sh [.bat] + * entgraiot-3.7.0/bin/analytics.sh [.bat] ### How to Contribute diff --git a/modules/components/org.wso2.iot.core.admin.styles/pom.xml b/modules/components/org.wso2.iot.core.admin.styles/pom.xml index f3da967e..ddd23284 100644 --- a/modules/components/org.wso2.iot.core.admin.styles/pom.xml +++ b/modules/components/org.wso2.iot.core.admin.styles/pom.xml @@ -21,7 +21,7 @@ org.wso2.iot wso2iot-components - 3.6.0-SNAPSHOT + 3.7.0-SNAPSHOT ../pom.xml diff --git a/modules/components/pom.xml b/modules/components/pom.xml index 329ddc27..a9f16123 100644 --- a/modules/components/pom.xml +++ b/modules/components/pom.xml @@ -23,7 +23,7 @@ org.wso2.iot wso2iot-parent - 3.6.0-SNAPSHOT + 3.7.0-SNAPSHOT ../../pom.xml diff --git a/modules/cxf-filters/pom.xml b/modules/cxf-filters/pom.xml index 4f38e26f..ce1455bc 100644 --- a/modules/cxf-filters/pom.xml +++ b/modules/cxf-filters/pom.xml @@ -19,7 +19,7 @@ org.wso2.iot wso2iot-parent - 3.6.0-SNAPSHOT + 3.7.0-SNAPSHOT ../../pom.xml diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index a4640ba9..28b72cdf 100644 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -22,7 +22,7 @@ org.wso2.iot wso2iot-parent - 3.6.0-SNAPSHOT + 3.7.0-SNAPSHOT ../../pom.xml diff --git a/modules/distribution/src/analytics/samples/device-plugins/pom.xml b/modules/distribution/src/analytics/samples/device-plugins/pom.xml index 9052c483..b83c76cc 100644 --- a/modules/distribution/src/analytics/samples/device-plugins/pom.xml +++ b/modules/distribution/src/analytics/samples/device-plugins/pom.xml @@ -27,7 +27,7 @@ 4.0.0 org.wso2.iot.analytics.devicemgt-plugins analytics-devicetype-feature-installation - 3.6.0 + 3.7.0-SNAPSHOT pom Install Virtual Fire Alarm, Raspberry Pi, Arduino, Android Sense Device Types - Analytics http://wso2.org diff --git a/modules/distribution/src/assembly/filter.properties b/modules/distribution/src/assembly/filter.properties index e520f23c..82d409b0 100644 --- a/modules/distribution/src/assembly/filter.properties +++ b/modules/distribution/src/assembly/filter.properties @@ -18,7 +18,7 @@ product.name=Entgra IoT Server product.key=IoT -product.version=3.6.0 +product.version=3.7.0-SNAPSHOT product.doc.version=360 carbon.version=4.4.26 diff --git a/modules/distribution/src/core/bin/carbondump.bat b/modules/distribution/src/core/bin/carbondump.bat index 9f8515ee..a4929a84 100644 --- a/modules/distribution/src/core/bin/carbondump.bat +++ b/modules/distribution/src/core/bin/carbondump.bat @@ -193,6 +193,6 @@ goto end :invalidUsage echo Usage: carbondump.bat [-carbonHome path] [-pid of the carbon instance] -echo e.g. carbondump.bat -carbonHome C:\user\wso2carbon-3.6.0\ -pid 5151 +echo e.g. carbondump.bat -carbonHome C:\user\wso2carbon-3.7.0\ -pid 5151 :END diff --git a/modules/distribution/src/core/release-notes.html b/modules/distribution/src/core/release-notes.html index b50d732e..e6c9959c 100644 --- a/modules/distribution/src/core/release-notes.html +++ b/modules/distribution/src/core/release-notes.html @@ -8,14 +8,14 @@
-

Release Note - Entgra IoT Server Version 3.6.0

+

Release Note - Entgra IoT Server Version 3.7.0

-

We are pleased to announce Entgra IoT Server 3.6.0.

+

We are pleased to announce Entgra IoT Server 3.7.0.

-

Entgra IoT Server is the successor of WSO2 IoT server and includes capability to manage mobile devices(MDM), manage applications(MAM) and IoT devices in a single environment. It provides best of breed technologies for device manufacturers to develop connected smart products as well as anyone looking for a well established EMM solution to manage devices in their organisations. Entgra IoTs 3.6.0 pays special focus to Kiosk devices and many other EMM improvements. +

Entgra IoT Server is the successor of WSO2 IoT server and includes capability to manage mobile devices(MDM), manage applications(MAM) and IoT devices in a single environment. It provides best of breed technologies for device manufacturers to develop connected smart products as well as anyone looking for a well established EMM solution to manage devices in their organisations. Entgra IoTs 3.7.0 pays special focus to Kiosk devices and many other EMM improvements.

-

What's new in Entgra IoTS 3.6.0

+

What's new in Entgra IoTS 3.7.0