diff --git a/modules/distribution/product/src/main/startup-scripts/diagnostics.sh b/modules/distribution/product/src/main/startup-scripts/diagnostics.sh old mode 100644 new mode 100755 diff --git a/modules/p2-profile/product/pom.xml b/modules/p2-profile/product/pom.xml index 3ebb16298f..6f317f84d2 100644 --- a/modules/p2-profile/product/pom.xml +++ b/modules/p2-profile/product/pom.xml @@ -280,10 +280,7 @@ org.wso2.carbon.commons:org.wso2.carbon.deployment.synchronizer.feature:${carbon.commons.version} - - org.wso2.carbon.registry:org.wso2.carbon.registry.community.features.server.feature:${carbon.registry.version} - - + @@ -333,9 +330,6 @@ org.wso2.carbon.governance:org.wso2.carbon.governance.metadata.feature:${carbon.governance.version} - - org.wso2.carbon.governance:org.wso2.carbon.governance.lifecycle.management.server.feature:${carbon.governance.version} - @@ -1107,10 +1101,6 @@ org.wso2.carbon.registry.associations.dependencies.feature.group ${carbon.registry.version} - - org.wso2.carbon.registry.community.features.feature.group - ${carbon.registry.version} - org.wso2.carbon.identity.provider.server.feature.group ${carbon.identity-inbound-auth-openid.version} @@ -1153,10 +1143,7 @@ org.wso2.carbon.deployment.synchronizer.feature.group ${carbon.commons.version} - - org.wso2.carbon.registry.community.features.server.feature.group - ${carbon.registry.version} - + org.wso2.carbon.websocket.feature.group ${carbon.mediation.version} @@ -1209,12 +1196,7 @@ ${carbon.governance.version} - - org.wso2.carbon.governance.lifecycle.management.server.feature.group - ${carbon.governance.version} - - org.wso2.carbon.user.mgt.feature.group @@ -1779,10 +1761,7 @@ org.wso2.carbon.registry.associations.dependencies.feature.group ${carbon.registry.version} - - org.wso2.carbon.registry.community.features.feature.group - ${carbon.registry.version} - + org.wso2.carbon.identity.provider.server.feature.group ${carbon.identity-inbound-auth-openid.version} @@ -1825,10 +1804,7 @@ org.wso2.carbon.deployment.synchronizer.feature.group ${carbon.commons.version} - - org.wso2.carbon.registry.community.features.server.feature.group - ${carbon.registry.version} - + org.wso2.carbon.registry.ws.feature.group @@ -1855,11 +1831,6 @@ ${carbon.governance.version} - - org.wso2.carbon.governance.lifecycle.management.server.feature.group - ${carbon.governance.version} - - @@ -2331,7 +2302,7 @@ org.wso2.carbon.security.mgt.feature.group ${carbon.identity.version} - + org.wso2.carbon.registry.core.feature.group ${carbon.registry.version} @@ -2386,10 +2357,7 @@ org.wso2.carbon.identity.provider.server.feature.group ${carbon.identity-inbound-auth-openid.version} - - org.wso2.carbon.registry.community.features.feature.group - ${carbon.registry.version} - + org.wso2.carbon.identity.oauth.feature.group ${carbon.identity-inbound-auth-oauth.version} @@ -2411,10 +2379,7 @@ org.wso2.carbon.deployment.synchronizer.feature.group ${carbon.commons.version} - - org.wso2.carbon.registry.community.features.server.feature.group - ${carbon.registry.version} - + org.wso2.carbon.registry.ws.feature.group ${carbon.registry.version} @@ -2427,10 +2392,6 @@ org.wso2.carbon.governance.metadata.feature.group ${carbon.governance.version} - - org.wso2.carbon.governance.lifecycle.management.server.feature.group - ${carbon.governance.version} - org.wso2.carbon.user.mgt.feature.group ${carbon.identity.version} @@ -2899,10 +2860,6 @@ org.wso2.carbon.registry.associations.dependencies.feature.group ${carbon.registry.version} - - org.wso2.carbon.registry.community.features.feature.group - ${carbon.registry.version} - org.wso2.carbon.identity.provider.server.feature.group ${carbon.identity-inbound-auth-openid.version} @@ -2941,10 +2898,7 @@ org.wso2.carbon.deployment.synchronizer.feature.group ${carbon.commons.version} - - org.wso2.carbon.registry.community.features.server.feature.group - ${carbon.registry.version} - + org.wso2.carbon.registry.ws.feature.group ${carbon.registry.version} @@ -2990,10 +2944,7 @@ org.wso2.carbon.governance.metadata.feature.group ${carbon.governance.version} - - org.wso2.carbon.governance.lifecycle.management.server.feature.group - ${carbon.governance.version} - + org.wso2.carbon.identity.tenant.resource.manager ${carbon.identity.governance.version} @@ -3406,10 +3357,6 @@ org.wso2.carbon.registry.associations.dependencies.feature.group ${carbon.registry.version} - - org.wso2.carbon.registry.community.features.feature.group - ${carbon.registry.version} - org.wso2.carbon.identity.provider.server.feature.group ${carbon.identity-inbound-auth-openid.version} @@ -3448,10 +3395,7 @@ org.wso2.carbon.deployment.synchronizer.feature.group ${carbon.commons.version} - - org.wso2.carbon.registry.community.features.server.feature.group - ${carbon.registry.version} - + org.wso2.carbon.registry.ws.feature.group ${carbon.registry.version} @@ -3496,10 +3440,7 @@ org.wso2.carbon.governance.metadata.feature.group ${carbon.governance.version} - - org.wso2.carbon.governance.lifecycle.management.server.feature.group - ${carbon.governance.version} - + org.wso2.carbon.user.mgt.feature.group ${carbon.identity.version} @@ -3962,10 +3903,6 @@ org.wso2.carbon.registry.associations.dependencies.feature.group ${carbon.registry.version} - - org.wso2.carbon.registry.community.features.feature.group - ${carbon.registry.version} - org.wso2.carbon.identity.oauth.feature.group ${carbon.identity-inbound-auth-oauth.version} @@ -3983,10 +3920,7 @@ org.wso2.carbon.deployment.synchronizer.feature.group ${carbon.commons.version} - - org.wso2.carbon.registry.community.features.server.feature.group - ${carbon.registry.version} - + org.wso2.carbon.registry.ws.feature.group ${carbon.registry.version} @@ -3999,10 +3933,6 @@ org.wso2.carbon.governance.metadata.feature.group ${carbon.governance.version} - - org.wso2.carbon.governance.lifecycle.management.server.feature.group - ${carbon.governance.version} - org.wso2.carbon.user.mgt.feature.group ${carbon.identity.version} diff --git a/pom.xml b/pom.xml index 32ba8fae21..2228176adc 100644 --- a/pom.xml +++ b/pom.xml @@ -1282,12 +1282,12 @@ 9.1.29 - 9.29.77 + 9.29.80 [9.0.0, 10.0.0) - 4.8.30 + 4.8.31 [4.7.0, 5.0.0)