diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index 8dab2191..a28eeb79 100644
--- a/modules/distribution/pom.xml
+++ b/modules/distribution/pom.xml
@@ -27,10 +27,10 @@
4.0.0
- wso2iot
+ entgra-iot
pom
- WSO2 IoT - Distribution
- WSO2 IoT Distribution
+ Entgra IoT - Distribution
+ Entgra IoT Distribution
diff --git a/modules/distribution/src/core/README b/modules/distribution/src/core/README
index 72baa2cf..a34b0c4a 100644
--- a/modules/distribution/src/core/README
+++ b/modules/distribution/src/core/README
@@ -20,7 +20,7 @@ Installation & Running
Running the IoT server
==================================
-1. Extract wso2iot-@product.version@.zip and go to the extracted directory/bin.
+1. Extract entgra-iot-@product.version@.zip and go to the extracted directory/bin.
2. Run iot-server.sh or iot-server.bat.
3. Point your favourite browser to https://localhost:9443/devicemgt in order to see the available device types and operations.
4. Use the following username and password to login
@@ -33,7 +33,7 @@ Running the IoT server
Running all runtimes (IoT, Analytics, Broker)
==================================================================
-1. Extract wso2iot-@product.version@.zip and go to the extracted directory/bin.
+1. Extract entgra-iot-@product.version@.zip and go to the extracted directory/bin.
2. Run broker.sh (or broker.bat), then the iot-server.sh (iot-server.bat) and finally analytics.sh (or analytics.bat).
3. Access appropriate url for the related runtime. (For example, use https://localhost:9443/devicemgt for the IoT Server runtime)
diff --git a/modules/distribution/src/core/bin/profile-creator.bat b/modules/distribution/src/core/bin/profile-creator.bat
index db9db21a..3d489084 100644
--- a/modules/distribution/src/core/bin/profile-creator.bat
+++ b/modules/distribution/src/core/bin/profile-creator.bat
@@ -19,7 +19,7 @@ REM Profile creator tool for EI
REM ---------------------------------------------------------------------------
set DIR=%~dp0
-set DISTRIBUTION=wso2iot-@product.version@
+set DISTRIBUTION=entgra-iot-@product.version@
REM get the desired profile
echo This tool will erase all the files which are not required for the selected profile
echo and provide you a light weight package for the target profile.
diff --git a/modules/distribution/src/core/bin/profile-creator.sh b/modules/distribution/src/core/bin/profile-creator.sh
index bcfc8480..575ca5cd 100644
--- a/modules/distribution/src/core/bin/profile-creator.sh
+++ b/modules/distribution/src/core/bin/profile-creator.sh
@@ -22,7 +22,7 @@
DIR="$(dirname "${BASH_SOURCE[0]}")"
-DISTRIBUTION="wso2iot-@product.version@"
+DISTRIBUTION="entgra-iot-@product.version@"
ALLPROF=0
BINDIR=$(pwd)
#get the desired profile
diff --git a/modules/integration/tests-common/integration-common/src/main/java/org/wso2/iot/integration/common/extensions/CustomTestServerManager.java b/modules/integration/tests-common/integration-common/src/main/java/org/wso2/iot/integration/common/extensions/CustomTestServerManager.java
index f641d227..4ae72945 100644
--- a/modules/integration/tests-common/integration-common/src/main/java/org/wso2/iot/integration/common/extensions/CustomTestServerManager.java
+++ b/modules/integration/tests-common/integration-common/src/main/java/org/wso2/iot/integration/common/extensions/CustomTestServerManager.java
@@ -146,7 +146,7 @@ public class CustomTestServerManager {
File[] carbonServerFiles = subFile.listFiles();
if (carbonServerFiles != null) {
for (File file : carbonServerFiles) {
- if (file.getName().startsWith("wso2iot")) {
+ if (file.getName().startsWith("entgra-iot")) {
return file.getAbsolutePath();
}
}
diff --git a/modules/integration/tests-integration/pom.xml b/modules/integration/tests-integration/pom.xml
index 78faa616..6e8e6bbd 100644
--- a/modules/integration/tests-integration/pom.xml
+++ b/modules/integration/tests-integration/pom.xml
@@ -57,7 +57,7 @@
carbon.zip
- ${basedir}/../../distribution/target/wso2iot-${project.version}.zip
+ ${basedir}/../../distribution/target/entgra-iot-${project.version}.zip
@@ -125,7 +125,7 @@
org.wso2.iot
- wso2iot
+ entgra-iot
${project.version}
zip
true
@@ -165,7 +165,7 @@
- ${basedir}/target/tobeCopied/wso2iot-${project.version}/repository/resources/security/
+ ${basedir}/target/tobeCopied/entgra-iot-${project.version}/repository/resources/security/
**/*.jks
@@ -186,7 +186,7 @@
- ${basedir}/target/tobeCopied/wso2iot-${project.version}/repository/resources/security/
+ ${basedir}/target/tobeCopied/entgra-iot-${project.version}/repository/resources/security/
**/*.jks
@@ -207,7 +207,7 @@
- ${basedir}/target/tobeCopied/wso2iot-${project.version}/repository/conf/axis2/
+ ${basedir}/target/tobeCopied/entgra-iot-${project.version}/repository/conf/axis2/
**/*.xml
@@ -228,7 +228,7 @@
- ${basedir}/target/tobeCopied/wso2iot-${project.version}/repository/deployment/client/modules
+ ${basedir}/target/tobeCopied/entgra-iot-${project.version}/repository/deployment/client/modules
**/*.mar
diff --git a/modules/integration/tests-iot-web-ui/pom.xml b/modules/integration/tests-iot-web-ui/pom.xml
index 328b01b6..825f1fb9 100644
--- a/modules/integration/tests-iot-web-ui/pom.xml
+++ b/modules/integration/tests-iot-web-ui/pom.xml
@@ -60,7 +60,7 @@
carbon.zip
- ${basedir}/../../distribution/target/wso2iot-${project.version}.zip
+ ${basedir}/../../distribution/target/entgra-iot-${project.version}.zip
@@ -115,7 +115,7 @@
org.wso2.iot
- wso2iot
+ entgra-iot
${project.version}
zip
true
@@ -155,7 +155,7 @@
- ${basedir}/target/tobeCopied/wso2iot-${project.version}/repository/resources/security/
+ ${basedir}/target/tobeCopied/entgra-iot-${project.version}/repository/resources/security/
**/*.jks
@@ -176,7 +176,7 @@
- ${basedir}/target/tobeCopied/wso2iot-${project.version}/repository/resources/security/
+ ${basedir}/target/tobeCopied/entgra-iot-${project.version}/repository/resources/security/
**/*.jks
@@ -197,7 +197,7 @@
- ${basedir}/target/tobeCopied/wso2iot-${project.version}/repository/conf/axis2/
+ ${basedir}/target/tobeCopied/entgra-iot-${project.version}/repository/conf/axis2/
**/*.xml
@@ -218,7 +218,7 @@
- ${basedir}/target/tobeCopied/wso2iot-${project.version}/repository/deployment/client/modules
+ ${basedir}/target/tobeCopied/entgra-iot-${project.version}/repository/deployment/client/modules
**/*.mar
diff --git a/pom.xml b/pom.xml
index 5193ab25..84670ed8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1528,14 +1528,14 @@
4.7.23
- 3.2.2-SNAPSHOT
+ 3.2.2
[3.1.0, 4.0.0)
${project.version}
- 4.2.2-SNAPSHOT
+ 4.2.2
6.2.201
@@ -1640,7 +1640,7 @@
1.0.1
- 1.5.2
+ 1.5.3
1.5.1