diff --git a/modules/analytics/distribution/datasource_config_change.xml b/modules/analytics/distribution/datasource_config_change.xml
new file mode 100644
index 00000000..6b8dff04
--- /dev/null
+++ b/modules/analytics/distribution/datasource_config_change.xml
@@ -0,0 +1,12 @@
+
+
+
+ //datasources-configuration/datasources
+
+
+
+
+ //datasources-configuration
+ ds_config.xml
+
+
\ No newline at end of file
diff --git a/modules/analytics/distribution/ds_config.xml b/modules/analytics/distribution/ds_config.xml
new file mode 100644
index 00000000..ae2cbae8
--- /dev/null
+++ b/modules/analytics/distribution/ds_config.xml
@@ -0,0 +1,46 @@
+
+
+
+ WSO2_CARBON_DB
+ The datasource used for registry and user manager
+
+ jdbc/WSO2CarbonDB
+
+
+
+ jdbc:h2:./repository/database/WSO2CARBON_DB;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000
+ wso2carbon
+ wso2carbon
+ org.h2.Driver
+ 50
+ 60000
+ true
+ SELECT 1
+ 30000
+ false
+
+
+
+
+ WSO2_UM_DB
+ The datasource used for registry and user manager
+
+ jdbc/WSO2UMDB
+
+
+
+ jdbc:h2:../core/repository/database/WSO2CARBON_DB;DB_CLOSE_ON_EXIT=FALSE;AUTO_SERVER=TRUE
+ wso2carbon
+ wso2carbon
+ org.h2.Driver
+ 50
+ 60000
+ true
+ SELECT 1
+ 30000
+ false
+
+
+
+
+
\ No newline at end of file
diff --git a/modules/analytics/distribution/pom.xml b/modules/analytics/distribution/pom.xml
index d11e602d..35b8c570 100644
--- a/modules/analytics/distribution/pom.xml
+++ b/modules/analytics/distribution/pom.xml
@@ -80,6 +80,31 @@
+
+ com.google.code.maven-config-processor-plugin
+ config-processor-maven-plugin
+ 2.6
+
+
+ change_datasource_config
+ package
+
+ process
+
+
+ true
+
+
+ ${basedir}/../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/datasources/master-datasources.xml
+
+ datasource_config_change.xml
+
+
+
+
+
+
+
org.apache.maven.plugins
maven-antrun-plugin
@@ -117,6 +142,7 @@
+
diff --git a/modules/analytics/distribution/src/assembly/bin.xml b/modules/analytics/distribution/src/assembly/bin.xml
index 7f0aab89..2055b087 100644
--- a/modules/analytics/distribution/src/assembly/bin.xml
+++ b/modules/analytics/distribution/src/assembly/bin.xml
@@ -40,6 +40,7 @@
**/release-notes.html
**/carbon.xml
**/axis2/axis2.xml
+ **/master-datasources.xml
**/log4j.properties
**/wso2server.sh
**/registry.xml
@@ -824,5 +825,13 @@
true
644
+
+
+ ${pom.artifactId}-${pom.version}/repository/conf/datasources
+ true
+ 644
+
diff --git a/modules/core/distribution/pom.xml b/modules/core/distribution/pom.xml
index 5b3608de..65480742 100644
--- a/modules/core/distribution/pom.xml
+++ b/modules/core/distribution/pom.xml
@@ -79,7 +79,7 @@
org.wso2.carbon
wso2carbon-core
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
zip
true
target
@@ -105,7 +105,7 @@
-
+
@@ -115,7 +115,7 @@
-
+
@@ -132,7 +132,7 @@
-
+
@@ -141,7 +141,7 @@
-
+
@@ -158,7 +158,7 @@
-
+
@@ -168,7 +168,7 @@
-
+
@@ -186,7 +186,7 @@
-
+
@@ -196,7 +196,7 @@
-
+
@@ -214,7 +214,7 @@
-
+
@@ -225,7 +225,7 @@
-
+
@@ -243,7 +243,7 @@
-
+
@@ -253,7 +253,7 @@
-
+
@@ -281,7 +281,7 @@
-
+
@@ -299,7 +299,7 @@ d
-->
-
+
log4j.logger.net.sf.ehcache=ERROR
@@ -314,7 +314,7 @@ d package
-
+
@@ -331,8 +331,8 @@ d
-
-
+
+
@@ -351,7 +351,7 @@ d prepare-package
-
+
@@ -426,7 +426,7 @@ d
- ${basedir}/../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/api-manager.xml
+ ${basedir}/../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/conf/api-manager.xml
@@ -445,7 +445,7 @@ d
- ${basedir}/../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/jaggeryapps/api-store/site/conf/site.json
+ ${basedir}/../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/deployment/server/jaggeryapps/api-store/site/conf/site.json
diff --git a/modules/core/distribution/src/assembly/bin.xml b/modules/core/distribution/src/assembly/bin.xml
index fb643fda..86a47221 100644
--- a/modules/core/distribution/src/assembly/bin.xml
+++ b/modules/core/distribution/src/assembly/bin.xml
@@ -48,7 +48,7 @@
- target/wso2carbon-core-${carbon.kernel.version}
+ target/wso2carbon-core-${carbon.kernel.version.iotcore}
${pom.artifactId}-${pom.version}
**/*.sh
@@ -120,7 +120,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/lib/runtimes
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/lib/runtimes
${pom.artifactId}-${pom.version}/lib/runtimes/
@@ -128,7 +128,7 @@
- target/wso2carbon-core-${carbon.kernel.version}
+ target/wso2carbon-core-${carbon.kernel.version.iotcore}
${pom.artifactId}-${pom.version}
**/*.sh
@@ -143,7 +143,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/multitenancy/
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/conf/multitenancy/
${pom.artifactId}-${pom.version}/repository/conf/multitenancy
@@ -157,7 +157,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/multitenancy/
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/conf/multitenancy/
${pom.artifactId}-${pom.version}/repository/conf
@@ -190,7 +190,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/modules
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/modules
${pom.artifactId}-${pom.version}/modules/
@@ -228,7 +228,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/security
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/conf/security
${pom.artifactId}-${pom.version}/repository/conf/security
@@ -254,7 +254,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/datasources
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/conf/datasources
${pom.artifactId}-${pom.version}/repository/conf/datasources
@@ -264,7 +264,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/device-types
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/conf/device-types
${pom.artifactId}-${pom.version}/repository/conf/device-types
@@ -288,7 +288,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/dbscripts/service-provider
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/dbscripts/service-provider
${pom.artifactId}-${pom.version}/dbscripts/service-provider
@@ -298,7 +298,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/dbscripts/apimgt
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/dbscripts/apimgt
${pom.artifactId}-${pom.version}/dbscripts/apimgt
*/**
@@ -306,14 +306,14 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/dbscripts/storage
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/dbscripts/storage
${pom.artifactId}-${pom.version}/dbscripts/storage
*/**
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/dbscripts/appmgt
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/dbscripts/appmgt
${pom.artifactId}-${pom.version}/dbscripts/appmgt
*/**
@@ -323,7 +323,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/dbscripts/certMgt
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/dbscripts/certMgt
${pom.artifactId}-${pom.version}/dbscripts/certMgt
@@ -332,7 +332,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/dbscripts/social
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/dbscripts/social
${pom.artifactId}-${pom.version}/dbscripts/social
*/**
@@ -356,7 +356,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/modules
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/modules
${pom.artifactId}-${pom.version}/modules/
*/**
@@ -382,7 +382,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/modules
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/modules
${pom.artifactId}-${pom.version}/modules/
@@ -400,7 +400,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/dbscripts/cdm
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/dbscripts/cdm
${pom.artifactId}-${pom.version}/dbscripts/cdm
@@ -408,13 +408,13 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/carbonapps
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/deployment/server/carbonapps
${pom.artifactId}-${pom.version}/repository/deployment/server/carbonapps
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/resources
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/resources
${pom.artifactId}-${pom.version}/repository/resources
@@ -436,7 +436,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/webapps
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/deployment/server/webapps
${pom.artifactId}-${pom.version}/repository/deployment/server/webapps
@@ -450,7 +450,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/jaggeryapps/devicemgt/
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/deployment/server/jaggeryapps/devicemgt/
${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/devicemgt
@@ -458,7 +458,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/jaggeryapps/devicemgt-cdmf/
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/deployment/server/jaggeryapps/devicemgt-cdmf/
${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/devicemgt
@@ -466,7 +466,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/jaggeryapps/uuf-template-app/
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/deployment/server/jaggeryapps/uuf-template-app/
${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/devicemgt
@@ -475,7 +475,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/webapps/
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/deployment/server/webapps/
${pom.artifactId}-${pom.version}/repository/deployment/server/webapps/
@@ -491,7 +491,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/jaggeryapps/publisher/
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/deployment/server/jaggeryapps/publisher/
${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/publisher
@@ -505,7 +505,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/jaggeryapps/store/
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/deployment/server/jaggeryapps/store/
${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/store
@@ -521,7 +521,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/jaggeryapps/api-store/
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/deployment/server/jaggeryapps/api-store/
${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/api-store
@@ -552,7 +552,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/jaggeryapps/social/
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/deployment/server/jaggeryapps/social/
${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/social
@@ -577,7 +577,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/rxts
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/rxts
${pom.artifactId}-${pom.version}/repository/resources/rxts
@@ -585,7 +585,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/identity
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/conf/identity
${pom.artifactId}-${pom.version}/repository/conf/identity
@@ -606,7 +606,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/identity/identity-providers
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/conf/identity/identity-providers
${pom.artifactId}-${pom.version}/repository/conf/identity/identity-providers
@@ -617,7 +617,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/identity/service-providers
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/conf/identity/service-providers
${pom.artifactId}-${pom.version}/repository/conf/identity/service-providers
@@ -631,7 +631,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/dbscripts/metrics/
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/dbscripts/metrics/
${pom.artifactId}-${pom.version}/dbscripts/metrics
@@ -643,7 +643,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/jaggeryapps/portal
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/deployment/server/jaggeryapps/portal
${pom.artifactId}-${pom.version}/repository/deployment/server/jaggeryapps/portal
@@ -772,14 +772,14 @@
${pom.artifactId}-${pom.version}/repository/conf/security
-
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/registry-event-broker.xml
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/conf/registry-event-broker.xml
${pom.artifactId}-${pom.version}/repository/conf/
true
@@ -810,13 +810,13 @@
644
- target/wso2carbon-core-${carbon.kernel.version}/bin/README.txt
+ target/wso2carbon-core-${carbon.kernel.version.iotcore}/bin/README.txt
${pom.artifactId}-${pom.version}/bin/
true
644
- target/wso2carbon-core-${carbon.kernel.version}/bin/version.txt
+ target/wso2carbon-core-${carbon.kernel.version.iotcore}/bin/version.txt
${pom.artifactId}-${pom.version}/bin/
true
644
@@ -824,7 +824,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/etc/logging-config.xml
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/conf/etc/logging-config.xml
${pom.artifactId}-${pom.version}/repository/conf/etc
true
@@ -839,13 +839,13 @@
644
- target/wso2carbon-core-${carbon.kernel.version}/repository/conf/README
+ target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/conf/README
${pom.artifactId}-${pom.version}/repository/conf/
true
644
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/identity/oidc-scope-config.xml
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/conf/identity/oidc-scope-config.xml
${pom.artifactId}-${pom.version}/repository/conf/identity/
true
644
@@ -885,7 +885,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/governance.xml
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/conf/governance.xml
${pom.artifactId}-${pom.version}/repository/conf
644
@@ -911,7 +911,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/tomcat/webapp-classloading.xml
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/conf/tomcat/webapp-classloading.xml
${pom.artifactId}-${pom.version}/repository/conf/tomcat
@@ -932,7 +932,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/certificate-config.xml
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/conf/certificate-config.xml
${pom.artifactId}-${pom.version}/repository/conf
true
@@ -940,31 +940,31 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/metrics.properties
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/conf/metrics.properties
${pom.artifactId}-${pom.version}/repository/conf/
false
644
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/metrics.xml
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/conf/metrics.xml
${pom.artifactId}-${pom.version}/repository/conf/
false
644
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/datasources/metrics-datasources.xml
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/conf/datasources/metrics-datasources.xml
${pom.artifactId}-${pom.version}/repository/conf/datasources/
644
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/database/WSO2METRICS_DB.h2.db
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/database/WSO2METRICS_DB.h2.db
${pom.artifactId}-${pom.version}/repository/database/
644
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/etc/tasks-config.xml
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/conf/etc/tasks-config.xml
${pom.artifactId}-${pom.version}/repository/conf/etc/
644
@@ -994,7 +994,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/etc/webapp-authenticator-config.xml
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/conf/etc/webapp-authenticator-config.xml
${pom.artifactId}-${pom.version}/repository/conf/etc
true
@@ -1013,7 +1013,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/etc/email-sender-config.xml
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/conf/etc/email-sender-config.xml
${pom.artifactId}-${pom.version}/repository/conf/etc
true
@@ -1022,7 +1022,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/tomcat/webapp-classloading-environments.xml
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/conf/tomcat/webapp-classloading-environments.xml
${pom.artifactId}-${pom.version}/repository/conf/tomcat
@@ -1031,7 +1031,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/claim-config.xml
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/conf/claim-config.xml
${pom.artifactId}-${pom.version}/repository/conf/
@@ -1041,7 +1041,7 @@
- target/wso2carbon-core-${carbon.kernel.version}/repository/database/WSO2AM_DB.h2.db
+ target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/database/WSO2AM_DB.h2.db
${pom.artifactId}-${pom.version}/repository/database
WSO2AM_DB.h2.db
@@ -1050,7 +1050,7 @@
- target/wso2carbon-core-${carbon.kernel.version}/repository/database/WSO2APPM_DB.h2.db
+ target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/database/WSO2APPM_DB.h2.db
${pom.artifactId}-${pom.version}/repository/database
WSO2APPM_DB.h2.db
@@ -1059,7 +1059,7 @@
- target/wso2carbon-core-${carbon.kernel.version}/repository/database/WSO2DM_DB.h2.db
+ target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/database/WSO2DM_DB.h2.db
${pom.artifactId}-${pom.version}/repository/database
WSO2DM_DB.h2.db
@@ -1076,7 +1076,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/axis2/axis2_client.xml
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/conf/axis2/axis2_client.xml
${pom.artifactId}-${pom.version}/repository/conf/axis2
@@ -1111,21 +1111,21 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/bin/ciphertool.sh
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/bin/ciphertool.sh
${pom.artifactId}-${pom.version}/bin
755
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/bin/ciphertool.bat
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/bin/ciphertool.bat
${pom.artifactId}-${pom.version}/bin
644
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/lib/org.wso2.ciphertool-${cipher.tool.version}.jar
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/lib/org.wso2.ciphertool-${cipher.tool.version}.jar
${pom.artifactId}-${pom.version}/lib
644
@@ -1134,7 +1134,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/output-event-adapters.xml
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/conf/output-event-adapters.xml
${pom.artifactId}-${pom.version}/repository/conf
@@ -1143,7 +1143,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/input-event-adapters.xml
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/conf/input-event-adapters.xml
${pom.artifactId}-${pom.version}/repository/conf
@@ -1152,7 +1152,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/data-bridge/data-bridge-config.xml
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/conf/data-bridge/data-bridge-config.xml
${pom.artifactId}-${pom.version}/repository/conf/data-bridge
true
644
@@ -1163,7 +1163,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/data-bridge/data-agent-config.xml
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/conf/data-bridge/data-agent-config.xml
${pom.artifactId}-${pom.version}/repository/conf/data-bridge
@@ -1183,7 +1183,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/etc/jwt.properties
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/conf/etc/jwt.properties
${pom.artifactId}-${pom.version}/repository/conf/etc
true
@@ -1191,7 +1191,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/etc/websocket-validation.xml
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/conf/etc/websocket-validation.xml
${pom.artifactId}-${pom.version}/repository/conf/etc
true
@@ -1199,7 +1199,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/etc/device-analytics-config.xml
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/conf/etc/device-analytics-config.xml
${pom.artifactId}-${pom.version}/repository/conf/etc
true
@@ -1215,7 +1215,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/social.xml
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/conf/social.xml
${pom.artifactId}-${pom.version}/repository/conf
true
644
@@ -1233,7 +1233,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/etc/remote-appmanager-config.xml
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/conf/etc/remote-appmanager-config.xml
${pom.artifactId}-${pom.version}/repository/conf/etc
true
@@ -1242,7 +1242,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/carbonapps/org_wso2_carbon_analytics_cdmf-1.0.0.car
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/deployment/server/carbonapps/org_wso2_carbon_analytics_cdmf-1.0.0.car
${pom.artifactId}-${pom.version}/repository/deployment/server/carbonapps/
644
diff --git a/modules/core/distribution/src/assembly/dist.xml b/modules/core/distribution/src/assembly/dist.xml
index 1cc58910..b3e35d24 100644
--- a/modules/core/distribution/src/assembly/dist.xml
+++ b/modules/core/distribution/src/assembly/dist.xml
@@ -25,7 +25,7 @@
- ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/components
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/components
${pom.artifactId}-${pom.version}/repository/components
**/eclipse.ini
diff --git a/modules/core/distribution/src/repository/conf/datasources/master-datasources.xml b/modules/core/distribution/src/repository/conf/datasources/master-datasources.xml
index 7bb05430..d7d5a8b1 100755
--- a/modules/core/distribution/src/repository/conf/datasources/master-datasources.xml
+++ b/modules/core/distribution/src/repository/conf/datasources/master-datasources.xml
@@ -30,7 +30,7 @@
- jdbc:h2:repository/database/WSO2CARBON_DB;DB_CLOSE_ON_EXIT=FALSE
+ jdbc:h2:repository/database/WSO2CARBON_DB;DB_CLOSE_ON_EXIT=FALSE;AUTO_SERVER=TRUE
wso2carbon
wso2carbon
org.h2.Driver
diff --git a/modules/core/distribution/src/samples/connectedcup/feature/connectedcup-feature/pom.xml b/modules/core/distribution/src/samples/connectedcup/feature/connectedcup-feature/pom.xml
index b177023e..dab42ddf 100644
--- a/modules/core/distribution/src/samples/connectedcup/feature/connectedcup-feature/pom.xml
+++ b/modules/core/distribution/src/samples/connectedcup/feature/connectedcup-feature/pom.xml
@@ -168,7 +168,7 @@
- org.wso2.carbon.core.server:${carbon.kernel.version}
+ org.wso2.carbon.core.server:${carbon.kernel.version.iotcore}
org.wso2.carbon.device.mgt.server:${carbon.device.mgt.version}
diff --git a/modules/core/distribution/src/samples/connectedcup/pom.xml b/modules/core/distribution/src/samples/connectedcup/pom.xml
index 6f6f6caf..06d8d063 100644
--- a/modules/core/distribution/src/samples/connectedcup/pom.xml
+++ b/modules/core/distribution/src/samples/connectedcup/pom.xml
@@ -65,7 +65,7 @@
org.wso2.carbon
org.wso2.carbon.logging
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.apache.log4j.wso2
@@ -143,7 +143,7 @@
org.wso2.carbon
org.wso2.carbon.ndatasource.core
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.wso2.carbon.devicemgt-plugins
@@ -208,7 +208,7 @@
org.wso2.carbon
org.wso2.carbon.utils
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.bouncycastle.wso2
@@ -363,7 +363,7 @@
- 4.4.3
+ 4.4.3
1.2.6-SNAPSHOT
diff --git a/modules/core/distribution/src/samples/connectedlap/feature/feature/pom.xml b/modules/core/distribution/src/samples/connectedlap/feature/feature/pom.xml
index cc0a9897..5b213945 100644
--- a/modules/core/distribution/src/samples/connectedlap/feature/feature/pom.xml
+++ b/modules/core/distribution/src/samples/connectedlap/feature/feature/pom.xml
@@ -207,7 +207,7 @@
- org.wso2.carbon.core.server:${carbon.kernel.version}
+ org.wso2.carbon.core.server:${carbon.kernel.version.iotcore}
org.wso2.carbon.device.mgt.server:${carbon.device.mgt.version}
diff --git a/modules/core/distribution/src/samples/connectedlap/pom.xml b/modules/core/distribution/src/samples/connectedlap/pom.xml
index 348a5d32..b56ec0b3 100644
--- a/modules/core/distribution/src/samples/connectedlap/pom.xml
+++ b/modules/core/distribution/src/samples/connectedlap/pom.xml
@@ -56,7 +56,7 @@
org.wso2.carbon
org.wso2.carbon.logging
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.apache.log4j.wso2
@@ -131,7 +131,7 @@
org.wso2.carbon
org.wso2.carbon.ndatasource.core
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.wso2.carbon.devicemgt-plugins
@@ -196,7 +196,7 @@
org.wso2.carbon
org.wso2.carbon.utils
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.bouncycastle.wso2
diff --git a/modules/core/distribution/src/samples/currentsensor/feature/feature/pom.xml b/modules/core/distribution/src/samples/currentsensor/feature/feature/pom.xml
index 7ef7c651..299e1fd6 100644
--- a/modules/core/distribution/src/samples/currentsensor/feature/feature/pom.xml
+++ b/modules/core/distribution/src/samples/currentsensor/feature/feature/pom.xml
@@ -197,7 +197,7 @@
- org.wso2.carbon.core.server:${carbon.kernel.version}
+ org.wso2.carbon.core.server:${carbon.kernel.version.iotcore}
org.wso2.carbon.device.mgt.server:${carbon.device.mgt.version}
diff --git a/modules/core/distribution/src/samples/currentsensor/pom.xml b/modules/core/distribution/src/samples/currentsensor/pom.xml
index 5124b9f7..422afae8 100644
--- a/modules/core/distribution/src/samples/currentsensor/pom.xml
+++ b/modules/core/distribution/src/samples/currentsensor/pom.xml
@@ -82,7 +82,7 @@
org.wso2.carbon
org.wso2.carbon.logging
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.apache.log4j.wso2
@@ -173,10 +173,10 @@
org.wso2.carbon
org.wso2.carbon.ndatasource.core
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
system
- ${basedir}/../../../../repository/components/plugins/org.wso2.carbon.ndatasource.core_${carbon.kernel.version}.jar
+ ${basedir}/../../../../repository/components/plugins/org.wso2.carbon.ndatasource.core_${carbon.kernel.version.iotcore}.jar
@@ -245,7 +245,7 @@
org.wso2.carbon
org.wso2.carbon.utils
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.bouncycastle.wso2
@@ -306,7 +306,7 @@
system
- ${basedir}/../../../../repository/components/plugins/org.wso2.carbon.utils_${carbon.kernel.version}.jar
+ ${basedir}/../../../../repository/components/plugins/org.wso2.carbon.utils_${carbon.kernel.version.iotcore}.jar
@@ -375,17 +375,17 @@
org.wso2.carbon
org.wso2.carbon.user.api
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
system
- ${basedir}/../../../../repository/components/plugins/org.wso2.carbon.user.api_${carbon.kernel.version}.jar
+ ${basedir}/../../../../repository/components/plugins/org.wso2.carbon.user.api_${carbon.kernel.version.iotcore}.jar
- 4.4.3
+ 4.4.3
1.2.3-SNAPSHOT
diff --git a/modules/core/distribution/src/samples/digitaldisplay/feature/feature/pom.xml b/modules/core/distribution/src/samples/digitaldisplay/feature/feature/pom.xml
index d606e7b9..699e3b0c 100644
--- a/modules/core/distribution/src/samples/digitaldisplay/feature/feature/pom.xml
+++ b/modules/core/distribution/src/samples/digitaldisplay/feature/feature/pom.xml
@@ -194,7 +194,7 @@
- org.wso2.carbon.core.server:${carbon.kernel.version}
+ org.wso2.carbon.core.server:${carbon.kernel.version.iotcore}
org.wso2.carbon.device.mgt.server:${carbon.device.mgt.version}
diff --git a/modules/core/distribution/src/samples/digitaldisplay/pom.xml b/modules/core/distribution/src/samples/digitaldisplay/pom.xml
index c7ff2152..45f48d07 100644
--- a/modules/core/distribution/src/samples/digitaldisplay/pom.xml
+++ b/modules/core/distribution/src/samples/digitaldisplay/pom.xml
@@ -81,7 +81,7 @@
org.wso2.carbon
org.wso2.carbon.logging
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.apache.log4j.wso2
@@ -183,10 +183,10 @@
org.wso2.carbon
org.wso2.carbon.ndatasource.core
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
system
- ${basedir}/../../../../repository/components/plugins/org.wso2.carbon.ndatasource.core_${carbon.kernel.version}.jar
+ ${basedir}/../../../../repository/components/plugins/org.wso2.carbon.ndatasource.core_${carbon.kernel.version.iotcore}.jar
@@ -255,7 +255,7 @@
org.wso2.carbon
org.wso2.carbon.utils
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.bouncycastle.wso2
@@ -316,7 +316,7 @@
system
- ${basedir}/../../../../repository/components/plugins/org.wso2.carbon.utils_${carbon.kernel.version}.jar
+ ${basedir}/../../../../repository/components/plugins/org.wso2.carbon.utils_${carbon.kernel.version.iotcore}.jar
@@ -385,10 +385,10 @@
org.wso2.carbon
org.wso2.carbon.user.api
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
system
- ${basedir}/../../../../repository/components/plugins/org.wso2.carbon.user.api_${carbon.kernel.version}.jar
+ ${basedir}/../../../../repository/components/plugins/org.wso2.carbon.user.api_${carbon.kernel.version.iotcore}.jar
@@ -460,7 +460,7 @@
- 4.4.3
+ 4.4.3
1.2.3-SNAPSHOT
diff --git a/modules/core/distribution/src/samples/doormanager/feature/feature/pom.xml b/modules/core/distribution/src/samples/doormanager/feature/feature/pom.xml
index fa1a60c1..a3ae93da 100644
--- a/modules/core/distribution/src/samples/doormanager/feature/feature/pom.xml
+++ b/modules/core/distribution/src/samples/doormanager/feature/feature/pom.xml
@@ -193,7 +193,7 @@
- org.wso2.carbon.core.server:${carbon.kernel.version}
+ org.wso2.carbon.core.server:${carbon.kernel.version.iotcore}
org.wso2.carbon.device.mgt.server:${carbon.device.mgt.version}
diff --git a/modules/core/distribution/src/samples/doormanager/pom.xml b/modules/core/distribution/src/samples/doormanager/pom.xml
index b46bd46a..007e4480 100644
--- a/modules/core/distribution/src/samples/doormanager/pom.xml
+++ b/modules/core/distribution/src/samples/doormanager/pom.xml
@@ -56,7 +56,7 @@
org.wso2.carbon
org.wso2.carbon.logging
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.apache.log4j.wso2
@@ -131,7 +131,7 @@
org.wso2.carbon
org.wso2.carbon.ndatasource.core
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.wso2.carbon.devicemgt-plugins
@@ -196,17 +196,17 @@
org.wso2.carbon
org.wso2.carbon.user.core
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.wso2.carbon
org.wso2.carbon.user.api
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.wso2.carbon
org.wso2.carbon.utils
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.bouncycastle.wso2
@@ -394,7 +394,7 @@
2.2.3-SNAPSHOT
4.4.8
- 4.4.3
+ 4.4.3
1.5.3
4.1
diff --git a/modules/core/distribution/src/samples/droneanalyzer/feature/feature/pom.xml b/modules/core/distribution/src/samples/droneanalyzer/feature/feature/pom.xml
index 356f0970..5d0e1293 100644
--- a/modules/core/distribution/src/samples/droneanalyzer/feature/feature/pom.xml
+++ b/modules/core/distribution/src/samples/droneanalyzer/feature/feature/pom.xml
@@ -193,7 +193,7 @@
- org.wso2.carbon.core.server:${carbon.kernel.version}
+ org.wso2.carbon.core.server:${carbon.kernel.version.iotcore}
org.wso2.carbon.device.mgt.server:${carbon.device.mgt.version}
diff --git a/modules/core/distribution/src/samples/droneanalyzer/pom.xml b/modules/core/distribution/src/samples/droneanalyzer/pom.xml
index 7187db4e..af561b75 100644
--- a/modules/core/distribution/src/samples/droneanalyzer/pom.xml
+++ b/modules/core/distribution/src/samples/droneanalyzer/pom.xml
@@ -56,7 +56,7 @@
org.wso2.carbon
org.wso2.carbon.logging
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.apache.log4j.wso2
@@ -131,7 +131,7 @@
org.wso2.carbon
org.wso2.carbon.ndatasource.core
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.wso2.carbon.devicemgt-plugins
@@ -196,7 +196,7 @@
org.wso2.carbon
org.wso2.carbon.utils
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.bouncycastle.wso2
@@ -384,7 +384,7 @@
2.2.3-SNAPSHOT
4.4.8
- 4.4.3
+ 4.4.3
1.5.3
4.1
diff --git a/modules/core/distribution/src/samples/firealarm/feature/feature/pom.xml b/modules/core/distribution/src/samples/firealarm/feature/feature/pom.xml
index 86dc13f9..4383c168 100644
--- a/modules/core/distribution/src/samples/firealarm/feature/feature/pom.xml
+++ b/modules/core/distribution/src/samples/firealarm/feature/feature/pom.xml
@@ -193,7 +193,7 @@
- org.wso2.carbon.core.server:${carbon.kernel.version}
+ org.wso2.carbon.core.server:${carbon.kernel.version.iotcore}
org.wso2.carbon.device.mgt.server:${carbon.device.mgt.version}
diff --git a/modules/core/distribution/src/samples/firealarm/pom.xml b/modules/core/distribution/src/samples/firealarm/pom.xml
index 5ebd8fae..37a7e2d2 100644
--- a/modules/core/distribution/src/samples/firealarm/pom.xml
+++ b/modules/core/distribution/src/samples/firealarm/pom.xml
@@ -56,7 +56,7 @@
org.wso2.carbon
org.wso2.carbon.logging
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.apache.log4j.wso2
@@ -131,7 +131,7 @@
org.wso2.carbon
org.wso2.carbon.ndatasource.core
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.wso2.carbon.devicemgt-plugins
@@ -196,7 +196,7 @@
org.wso2.carbon
org.wso2.carbon.utils
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.bouncycastle.wso2
@@ -384,7 +384,7 @@
2.2.3-SNAPSHOT
4.4.8
- 4.4.3
+ 4.4.3
1.5.3
4.1
diff --git a/modules/core/distribution/src/samples/geolocationTracker/feature/feature/pom.xml b/modules/core/distribution/src/samples/geolocationTracker/feature/feature/pom.xml
index 99b8ef43..e3fbfbcf 100644
--- a/modules/core/distribution/src/samples/geolocationTracker/feature/feature/pom.xml
+++ b/modules/core/distribution/src/samples/geolocationTracker/feature/feature/pom.xml
@@ -194,7 +194,7 @@
- org.wso2.carbon.core.server:${carbon.kernel.version}
+ org.wso2.carbon.core.server:${carbon.kernel.version.iotcore}
org.wso2.carbon.device.mgt.server:${carbon.device.mgt.version}
diff --git a/modules/core/distribution/src/samples/geolocationTracker/pom.xml b/modules/core/distribution/src/samples/geolocationTracker/pom.xml
index 2d8c805e..b65111c4 100644
--- a/modules/core/distribution/src/samples/geolocationTracker/pom.xml
+++ b/modules/core/distribution/src/samples/geolocationTracker/pom.xml
@@ -56,7 +56,7 @@
org.wso2.carbon
org.wso2.carbon.logging
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.apache.log4j.wso2
@@ -131,7 +131,7 @@
org.wso2.carbon
org.wso2.carbon.ndatasource.core
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.wso2.carbon.devicemgt-plugins
@@ -196,7 +196,7 @@
org.wso2.carbon
org.wso2.carbon.utils
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.bouncycastle.wso2
@@ -384,7 +384,7 @@
2.2.3-SNAPSHOT
4.4.8
- 4.4.3
+ 4.4.3
1.5.3
4.1
diff --git a/modules/core/distribution/src/samples/watertank/feature/feature/pom.xml b/modules/core/distribution/src/samples/watertank/feature/feature/pom.xml
index 349ac994..07bf986e 100644
--- a/modules/core/distribution/src/samples/watertank/feature/feature/pom.xml
+++ b/modules/core/distribution/src/samples/watertank/feature/feature/pom.xml
@@ -193,7 +193,7 @@
- org.wso2.carbon.core.server:${carbon.kernel.version}
+ org.wso2.carbon.core.server:${carbon.kernel.version.iotcore}
org.wso2.carbon.device.mgt.server:${carbon.device.mgt.version}
diff --git a/modules/core/distribution/src/samples/watertank/pom.xml b/modules/core/distribution/src/samples/watertank/pom.xml
index 67453059..2dba6c58 100644
--- a/modules/core/distribution/src/samples/watertank/pom.xml
+++ b/modules/core/distribution/src/samples/watertank/pom.xml
@@ -57,7 +57,7 @@
org.wso2.carbon
org.wso2.carbon.logging
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.apache.log4j.wso2
@@ -132,7 +132,7 @@
org.wso2.carbon
org.wso2.carbon.ndatasource.core
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.wso2.carbon.devicemgt-plugins
@@ -197,7 +197,7 @@
org.wso2.carbon
org.wso2.carbon.utils
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.bouncycastle.wso2
@@ -375,7 +375,7 @@
2.2.3-SNAPSHOT
4.4.8
- 4.4.3
+ 4.4.3
1.5.3
4.1
diff --git a/modules/core/iot-extensions/features/mb-extensions-feature/org.wso2.carbon.andes.extensions.device.mgt.mqtt.authorization.feature/pom.xml b/modules/core/iot-extensions/features/mb-extensions-feature/org.wso2.carbon.andes.extensions.device.mgt.mqtt.authorization.feature/pom.xml
index bdc7e9c9..d91612cf 100644
--- a/modules/core/iot-extensions/features/mb-extensions-feature/org.wso2.carbon.andes.extensions.device.mgt.mqtt.authorization.feature/pom.xml
+++ b/modules/core/iot-extensions/features/mb-extensions-feature/org.wso2.carbon.andes.extensions.device.mgt.mqtt.authorization.feature/pom.xml
@@ -68,7 +68,7 @@
- org.wso2.carbon.core.server:${carbon.kernel.version}
+ org.wso2.carbon.core.server:${carbon.kernel.version.iotcore}
diff --git a/modules/core/p2-profile-gen/pom.xml b/modules/core/p2-profile-gen/pom.xml
index 23016193..99e5f00c 100644
--- a/modules/core/p2-profile-gen/pom.xml
+++ b/modules/core/p2-profile-gen/pom.xml
@@ -49,7 +49,7 @@
org.wso2.carbon
wso2carbon-core
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
zip
true
target
@@ -511,13 +511,13 @@
- org.wso2.carbon:org.wso2.carbon.core.feature:${carbon.kernel.version}
+ org.wso2.carbon:org.wso2.carbon.core.feature:${carbon.kernel.version.iotcore}
- org.wso2.carbon:org.wso2.carbon.core.runtime.feature:${carbon.kernel.version}
+ org.wso2.carbon:org.wso2.carbon.core.runtime.feature:${carbon.kernel.version.iotcore}
- org.wso2.carbon:org.wso2.carbon.core.ui.feature:${carbon.kernel.version}
+ org.wso2.carbon:org.wso2.carbon.core.ui.feature:${carbon.kernel.version.iotcore}
@@ -712,7 +712,7 @@
file:${basedir}/target/p2-repo
file:${basedir}/target/p2-repo
- file:${basedir}/target/wso2carbon-core-${carbon.kernel.version}/repository/components
+ file:${basedir}/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/components
http-gateway
@@ -728,7 +728,7 @@
file:${basedir}/target/p2-repo
file:${basedir}/target/p2-repo
- file:${basedir}/target/wso2carbon-core-${carbon.kernel.version}/repository/components
+ file:${basedir}/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/components
device-key-manager
@@ -744,7 +744,7 @@
file:${basedir}/target/p2-repo
file:${basedir}/target/p2-repo
- file:${basedir}/target/wso2carbon-core-${carbon.kernel.version}/repository/components
+ file:${basedir}/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/components
devicetype-publisher
@@ -760,7 +760,7 @@
file:${basedir}/target/p2-repo
file:${basedir}/target/p2-repo
- file:${basedir}/target/wso2carbon-core-${carbon.kernel.version}/repository/components
+ file:${basedir}/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/components
devicetype-worker
@@ -776,7 +776,7 @@
file:${basedir}/target/p2-repo
file:${basedir}/target/p2-repo
- ${basedir}/target/wso2carbon-core-${carbon.kernel.version}/repository/components
+ ${basedir}/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/components
true
@@ -1277,15 +1277,15 @@
org.wso2.carbon.core.feature.group
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.wso2.carbon.core.runtime.feature.group
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.wso2.carbon.core.ui.feature.group
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
@@ -1473,7 +1473,7 @@
file:${basedir}/target/p2-repo
file:${basedir}/target/p2-repo
- ${basedir}/target/wso2carbon-core-${carbon.kernel.version}/repository/components
+ ${basedir}/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/components
true
@@ -1513,15 +1513,15 @@
org.wso2.carbon.core.common.feature.group
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.wso2.carbon.core.server.feature.group
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.wso2.carbon.core.runtime.feature.group
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.wso2.carbon.ntask.core.feature.group
@@ -1843,7 +1843,7 @@
file:${basedir}/target/p2-repo
file:${basedir}/target/p2-repo
- ${basedir}/target/wso2carbon-core-${carbon.kernel.version}/repository/components
+ ${basedir}/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/components
true
@@ -1885,7 +1885,7 @@
org.wso2.carbon.core.feature.group
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.apache.axis2.transport.mail.feature.group
@@ -1938,7 +1938,7 @@
org.wso2.carbon.core.common.feature.group
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.wso2.carbon.identity.application.mgt.server.feature.group
@@ -1946,11 +1946,11 @@
org.wso2.carbon.core.server.feature.group
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.wso2.carbon.core.runtime.feature.group
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.wso2.carbon.ntask.core.feature.group
@@ -2289,7 +2289,7 @@
file:${basedir}/target/p2-repo
file:${basedir}/target/p2-repo
- ${basedir}/target/wso2carbon-core-${carbon.kernel.version}/repository/components
+ ${basedir}/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/components
true
@@ -2424,7 +2424,7 @@
org.wso2.carbon.core.feature.group
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.apache.axis2.transport.mail.feature.group
@@ -2444,7 +2444,7 @@
org.wso2.carbon.core.common.feature.group
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.wso2.carbon.user.mgt.feature.group
@@ -2456,19 +2456,19 @@
org.wso2.carbon.core.server.feature.group
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.wso2.carbon.core.runtime.feature.group
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.wso2.carbon.core.feature.group
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.wso2.carbon.core.ui.feature.group
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.wso2.carbon.as.runtimes.cxf.feature.group
@@ -2881,7 +2881,7 @@
file:${basedir}/target/p2-repo
file:${basedir}/target/p2-repo
- ${basedir}/target/wso2carbon-core-${carbon.kernel.version}/repository/components
+ ${basedir}/target/wso2carbon-core-${carbon.kernel.version.iotcore}/repository/components
true
@@ -3007,7 +3007,7 @@
org.wso2.carbon.core.feature.group
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.apache.axis2.transport.mail.feature.group
@@ -3027,7 +3027,7 @@
org.wso2.carbon.core.common.feature.group
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.wso2.carbon.user.mgt.feature.group
@@ -3039,19 +3039,19 @@
org.wso2.carbon.core.server.feature.group
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.wso2.carbon.core.runtime.feature.group
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.wso2.carbon.core.feature.group
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.wso2.carbon.core.ui.feature.group
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.wso2.carbon.as.runtimes.cxf.feature.group
@@ -3443,7 +3443,7 @@
package
-
+
diff --git a/modules/core/tools/cdmf-devicetype-archetype/src/main/resources/archetype-resources/feature/feature/pom.xml b/modules/core/tools/cdmf-devicetype-archetype/src/main/resources/archetype-resources/feature/feature/pom.xml
index b3bcd521..775f45e7 100644
--- a/modules/core/tools/cdmf-devicetype-archetype/src/main/resources/archetype-resources/feature/feature/pom.xml
+++ b/modules/core/tools/cdmf-devicetype-archetype/src/main/resources/archetype-resources/feature/feature/pom.xml
@@ -193,7 +193,7 @@
- org.wso2.carbon.core.server:${carbon.kernel.version}
+ org.wso2.carbon.core.server:${carbon.kernel.version.iotcore}
org.wso2.carbon.device.mgt.server:${carbon.device.mgt.version}
diff --git a/modules/core/tools/cdmf-devicetype-archetype/src/main/resources/archetype-resources/pom.xml b/modules/core/tools/cdmf-devicetype-archetype/src/main/resources/archetype-resources/pom.xml
index 7bc3825d..bb8dba8c 100644
--- a/modules/core/tools/cdmf-devicetype-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/modules/core/tools/cdmf-devicetype-archetype/src/main/resources/archetype-resources/pom.xml
@@ -56,7 +56,7 @@
org.wso2.carbon
org.wso2.carbon.logging
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.apache.log4j.wso2
@@ -131,7 +131,7 @@
org.wso2.carbon
org.wso2.carbon.ndatasource.core
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.wso2.carbon.devicemgt-plugins
@@ -196,7 +196,7 @@
org.wso2.carbon
org.wso2.carbon.utils
- ${carbon.kernel.version}
+ ${carbon.kernel.version.iotcore}
org.bouncycastle.wso2
@@ -380,7 +380,7 @@
1.1.0-SNAPSHOT
1.0.6-ALPHA
- 4.4.3
+ 4.4.3
1.2.3-SNAPSHOT
1.1.0.SNAPSHOT
1.5.3
diff --git a/modules/integration/tests-common/web-ui-pages/pom.xml b/modules/integration/tests-common/web-ui-pages/pom.xml
index 818cf2a5..9d76f822 100644
--- a/modules/integration/tests-common/web-ui-pages/pom.xml
+++ b/modules/integration/tests-common/web-ui-pages/pom.xml
@@ -96,6 +96,17 @@
+
+ org.seleniumhq.selenium
+ selenium-java
+
+
+ org.seleniumhq.selenium
+ selenium-android-driver
+
+
+ compile
+
org.testng
testng
diff --git a/pom.xml b/pom.xml
index 7e1e0c70..31bc99cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1453,7 +1453,8 @@
- 4.4.11
+ 4.4.11
+ 4.4.10
[4.4.0, 4.5.0)
1.5.4