diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index 9f197af0..c7828d37 100644
--- a/modules/distribution/pom.xml
+++ b/modules/distribution/pom.xml
@@ -322,6 +322,37 @@
+
+
+ create-social-db-schema
+ package
+
+ run
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
3-extract-docs-from-components
package
diff --git a/modules/distribution/src/assembly/bin.xml b/modules/distribution/src/assembly/bin.xml
index 3e415d78..3f73b0ad 100644
--- a/modules/distribution/src/assembly/bin.xml
+++ b/modules/distribution/src/assembly/bin.xml
@@ -90,6 +90,8 @@
**/plugins/org.wso2.carbon.endpoint.ui*
**/plugins/org.wso2.carbon.inbound.ui*
**/plugins/org.wso2.carbon.rest.api.ui*
+
+ **/asm-all_4.1.0.wso2v1.jar
@@ -283,6 +285,17 @@
+
+
+
+ ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/dbscripts/social
+
+ ${pom.artifactId}-${pom.version}/dbscripts/social
+
+ */**
+
+
+
@@ -1027,9 +1040,7 @@
-
-
-
+
${pom.artifactId}-${pom.version}/repository/conf/data-bridge
true
644
diff --git a/modules/distribution/src/repository/conf/data-bridge/data-bridge-config.xml b/modules/distribution/src/repository/conf/data-bridge/data-bridge-config.xml
deleted file mode 100755
index 5ca16221..00000000
--- a/modules/distribution/src/repository/conf/data-bridge/data-bridge-config.xml
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
-
- org.wso2.carbon.databridge.streamdefn.cassandra.datastore.CassandraStreamDefinitionStore
-
-
- 10
- 10000
- 30000
- EVENT_KS
-
-
-
-
- 7611
- 7711
-
-
-
-
-
diff --git a/modules/distribution/src/repository/conf/datasources/master-datasources.xml b/modules/distribution/src/repository/conf/datasources/master-datasources.xml
index 838a6959..1627f55f 100755
--- a/modules/distribution/src/repository/conf/datasources/master-datasources.xml
+++ b/modules/distribution/src/repository/conf/datasources/master-datasources.xml
@@ -64,6 +64,27 @@
+
+ WSO2_SOCIAL_DB
+ The datasource used for Store social database
+
+ jdbc/WSO2_SOCIAL_DB
+
+
+
+ jdbc:h2:repository/database/WSO2_SOCIAL_DB;DB_CLOSE_ON_EXIT=FALSE
+ wso2carbon
+ wso2carbon
+ org.h2.Driver
+ 50
+ 60000
+ true
+ SELECT 1
+ 30000
+
+
+
+
diff --git a/modules/distribution/src/repository/conf/identity.xml b/modules/distribution/src/repository/conf/identity.xml
index a1fb3786..0a1b4b55 100644
--- a/modules/distribution/src/repository/conf/identity.xml
+++ b/modules/distribution/src/repository/conf/identity.xml
@@ -106,9 +106,7 @@
true
-
- org.wso2.carbon.identity.oauth.tokenprocessor.PlainTextPersistenceProcessor
-
+ org.wso2.carbon.identity.oauth.tokenprocessor.PlainTextPersistenceProcessor
token
-
- org.wso2.carbon.identity.oauth2.authz.handlers.TokenResponseTypeHandler
-
+ org.wso2.carbon.identity.oauth2.authz.handlers.TokenResponseTypeHandler
code
-
- org.wso2.carbon.identity.oauth2.authz.handlers.CodeResponseTypeHandler
-
+ org.wso2.carbon.identity.oauth2.authz.handlers.CodeResponseTypeHandler
authorization_code
-
- org.wso2.carbon.identity.oauth2.token.handlers.grant.AuthorizationCodeGrantHandler
-
+ org.wso2.carbon.identity.oauth2.token.handlers.grant.AuthorizationCodeGrantHandler
password
-
- org.wso2.carbon.identity.oauth2.token.handlers.grant.PasswordGrantHandler
-
+ org.wso2.carbon.identity.oauth2.token.handlers.grant.PasswordGrantHandler
refresh_token
-
- org.wso2.carbon.identity.oauth2.token.handlers.grant.RefreshGrantHandler
-
+ org.wso2.carbon.identity.oauth2.token.handlers.grant.RefreshGrantHandler
client_credentials
-
- org.wso2.carbon.identity.oauth2.token.handlers.grant.ClientCredentialsGrantHandler
-
+ org.wso2.carbon.identity.oauth2.token.handlers.grant.ClientCredentialsGrantHandler
urn:ietf:params:oauth:grant-type:saml2-bearer
-
- org.wso2.carbon.identity.oauth2.token.handlers.grant.saml.SAML2BearerGrantHandler
-
+ org.wso2.carbon.identity.oauth2.token.handlers.grant.saml.SAML2BearerGrantHandler
iwa:ntlm
-
- org.wso2.carbon.identity.oauth2.token.handlers.grant.iwa.ntlm.NTLMAuthenticationGrantHandler
-
+ org.wso2.carbon.identity.oauth2.token.handlers.grant.iwa.ntlm.NTLMAuthenticationGrantHandler
diff --git a/modules/distribution/src/repository/resources/styles/images/logo.png b/modules/distribution/src/repository/resources/styles/images/logo.png
index 77c6fb5e..deb024cd 100644
Binary files a/modules/distribution/src/repository/resources/styles/images/logo.png and b/modules/distribution/src/repository/resources/styles/images/logo.png differ
diff --git a/modules/integration/tests-ui-integration/src/test/resources/axis2config/axis2_client.xml b/modules/integration/tests-ui-integration/src/test/resources/axis2config/axis2_client.xml
index 88281cb8..a8b584d0 100644
--- a/modules/integration/tests-ui-integration/src/test/resources/axis2config/axis2_client.xml
+++ b/modules/integration/tests-ui-integration/src/test/resources/axis2config/axis2_client.xml
@@ -1,19 +1,17 @@
@@ -297,6 +295,6 @@
-
+
diff --git a/modules/iotserver-ui/src/main/resources/web/styles/images/logo.png b/modules/iotserver-ui/src/main/resources/web/styles/images/logo.png
index 77c6fb5e..deb024cd 100644
Binary files a/modules/iotserver-ui/src/main/resources/web/styles/images/logo.png and b/modules/iotserver-ui/src/main/resources/web/styles/images/logo.png differ
diff --git a/modules/p2-profile-gen/pom.xml b/modules/p2-profile-gen/pom.xml
index 8b2bfe74..dd40eec0 100644
--- a/modules/p2-profile-gen/pom.xml
+++ b/modules/p2-profile-gen/pom.xml
@@ -159,6 +159,9 @@
org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.device.mgt.mobile.windows.feature:${carbon.mobile.device.mgt.version}
+
+ org.wso2.carbon.devicemgt-plugins:org.wso2.mdm.mdmmgt.server.feature:${carbon.mobile.device.mgt.version}
+
@@ -474,9 +477,9 @@
org.wso2.carbon.appmgt:org.wso2.carbon.appmgt.store.feature:${appmgt.feature.version}
-
-
-
+
+ org.wso2.carbon.store:org.wso2.carbon.social.feature:${carbon.store.version}
+
@@ -788,12 +791,12 @@
${uuf.version}
-
+
org.wso2.iot.styles.feature.group
${carbon.iot.device.mgt.version}
-
+
@@ -808,18 +811,6 @@
org.wso2.carbon.device.mgt.extensions.feature.group
${carbon.device.mgt.version}
-
- org.wso2.carbon.device.mgt.mobile.feature.group
- ${carbon.mobile.device.mgt.version}
-
-
- org.wso2.carbon.device.mgt.mobile.android.feature.group
- ${carbon.mobile.device.mgt.version}
-
-
- org.wso2.carbon.device.mgt.mobile.windows.feature.group
- ${carbon.mobile.device.mgt.version}
-
org.wso2.carbon.policy.mgt.server.feature.group
${carbon.device.mgt.version}
@@ -858,6 +849,23 @@
+
+ org.wso2.carbon.device.mgt.mobile.feature.group
+ ${carbon.mobile.device.mgt.version}
+
+
+ org.wso2.carbon.device.mgt.mobile.android.feature.group
+ ${carbon.mobile.device.mgt.version}
+
+
+ org.wso2.carbon.device.mgt.mobile.windows.feature.group
+ ${carbon.mobile.device.mgt.version}
+
+
+ org.wso2.mdm.mdmmgt.server.feature.group
+ ${carbon.mobile.device.mgt.version}
+
+
org.wso2.carbon.device.mgt.iot.feature.group
${carbon.mobile.device.mgt.version}
@@ -1261,10 +1269,10 @@
-
-
-
-
+
+ org.wso2.carbon.social.feature.group
+ ${carbon.store.version}
+
diff --git a/pom.xml b/pom.xml
index 4f147aab..9d77eb37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1062,8 +1062,8 @@
4.4.11
-
- 5.0.5
+
+ 5.0.6
7.0.59.wso2v1
@@ -1079,7 +1079,6 @@
1.0.4
- 5.0.6
1.0.0-wso2v3
1.0.0
2.0.9