mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
Update component versions
Updating the component versions and fixing bugs
This commit is contained in:
parent
d8363a5378
commit
be16e40a5c
@ -1291,6 +1291,11 @@
|
||||
<fileMode>644</fileMode>
|
||||
</file>
|
||||
|
||||
<file>
|
||||
<source>../p2-profile/iot-core-profile/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/security/balana-config.xml</source>
|
||||
<outputDirectory>${pom.artifactId}-${pom.version}/conf/security/</outputDirectory>
|
||||
</file>
|
||||
|
||||
<file>
|
||||
<source>src/core/LICENSE.txt</source>
|
||||
<outputDirectory>${pom.artifactId}-${pom.version}</outputDirectory>
|
||||
@ -1549,13 +1554,13 @@
|
||||
<fileMode>755</fileMode>
|
||||
</file>
|
||||
|
||||
<file>
|
||||
<source>target/webapp-temp/client-registration#v0.11.war</source>
|
||||
<outputDirectory>
|
||||
${pom.artifactId}-${pom.version}/repository/deployment/server/webapps
|
||||
</outputDirectory>
|
||||
<fileMode>755</fileMode>
|
||||
</file>
|
||||
<!--<file>-->
|
||||
<!--<source>target/webapp-temp/client-registration#v0.11.war</source>-->
|
||||
<!--<outputDirectory>-->
|
||||
<!--${pom.artifactId}-${pom.version}/repository/deployment/server/webapps-->
|
||||
<!--</outputDirectory>-->
|
||||
<!--<fileMode>755</fileMode>-->
|
||||
<!--</file>-->
|
||||
<file>
|
||||
<source>target/webapp-temp/api#identity#entitlement.war</source>
|
||||
<outputDirectory>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?pde version="3.5"?>
|
||||
|
||||
<product name="Carbon Product" uid="carbon.product.id" id="carbon.product" application="carbon.application" version="4.4.17" useFeatures="true" includeLaunchers="true">
|
||||
<product name="Carbon Product" uid="carbon.product.id" id="carbon.product" application="carbon.application" version="4.4.24" useFeatures="true" includeLaunchers="true">
|
||||
|
||||
<configIni use="default">
|
||||
</configIni>
|
||||
@ -13,7 +13,7 @@
|
||||
</plugins>
|
||||
|
||||
<features>
|
||||
<feature id="org.wso2.carbon.core.runtime" version="4.4.17"/>
|
||||
<feature id="org.wso2.carbon.core.runtime" version="4.4.24"/>
|
||||
</features>
|
||||
|
||||
<configurations>
|
||||
|
||||
@ -185,6 +185,7 @@
|
||||
</featureArtifactDef>
|
||||
<!-- ************** END - User Management ********* -->
|
||||
|
||||
|
||||
<!-- ************** START - Deployment Synchronizer ********* -->
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.commons:org.wso2.carbon.deployment.synchronizer.feature:${carbon.commons.version}
|
||||
@ -276,6 +277,9 @@
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.data:org.wso2.carbon.datasource.reader.cassandra.server.feature:${carbon.data.version}
|
||||
</featureArtifactDef>
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.data:org.wso2.carbon.datasource.reader.mongo.server.feature:${carbon.data.version}
|
||||
</featureArtifactDef>
|
||||
<!-- END - Data source related -->
|
||||
|
||||
<!-- ************** START - EVENT PROCESSING FEATURES *********** -->
|
||||
@ -294,6 +298,9 @@
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.event-processing:org.wso2.carbon.event.flow.feature:${carbon.event-processing.version}
|
||||
</featureArtifactDef>
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.event-processing:org.wso2.carbon.event.processor.server.feature:${carbon.event-processing.version}
|
||||
</featureArtifactDef>
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.analytics-common:org.wso2.carbon.event.statistics.feature:${carbon.analytics.common.version}
|
||||
</featureArtifactDef>
|
||||
@ -588,6 +595,17 @@
|
||||
</feature>
|
||||
<!-- ************** END - User Management ********* -->
|
||||
|
||||
<!--Identity governance-->
|
||||
<!--<feature>-->
|
||||
<!--<id>org.wso2.carbon.identity.governance.server.feature.group</id>-->
|
||||
<!--<version>${carbon.identity.governance.version}</version>-->
|
||||
<!--</feature>-->
|
||||
<!--<feature>-->
|
||||
<!--<id>org.wso2.carbon.identity.captcha.server.feature.group</id>-->
|
||||
<!--<version>${carbon.identity.governance.version}</version>-->
|
||||
<!--</feature>-->
|
||||
<!--Identity governance ends-->
|
||||
|
||||
<!-- ************** START - Deployment Synchronizer ********* -->
|
||||
<feature>
|
||||
<id>org.wso2.carbon.deployment.synchronizer.feature.group</id>
|
||||
@ -699,6 +717,13 @@
|
||||
<id>org.wso2.carbon.datasource.reader.cassandra.server.feature.group</id>
|
||||
<version>${carbon.data.version}</version>
|
||||
</feature>
|
||||
|
||||
<feature>
|
||||
<id>org.wso2.carbon.datasource.reader.mongo.server.feature.group</id>
|
||||
<version>${carbon.data.version}</version>
|
||||
</feature>
|
||||
|
||||
|
||||
<!-- END - Data source related -->
|
||||
|
||||
<!-- ************** START - EVENT PROCESSING FEATURES ************ -->
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?pde version="3.5"?>
|
||||
|
||||
<product name="Carbon Product" uid="carbon.product.id" id="carbon.product" application="carbon.application" version="4.4.17" useFeatures="true" includeLaunchers="true">
|
||||
<product name="Carbon Product" uid="carbon.product.id" id="carbon.product" application="carbon.application" version="4.4.24" useFeatures="true" includeLaunchers="true">
|
||||
|
||||
<configIni use="default">
|
||||
</configIni>
|
||||
@ -13,7 +13,7 @@
|
||||
</plugins>
|
||||
|
||||
<features>
|
||||
<feature id="org.wso2.carbon.core.runtime" version="4.4.17"/>
|
||||
<feature id="org.wso2.carbon.core.runtime" version="4.4.24"/>
|
||||
</features>
|
||||
|
||||
<configurations>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
<?pde version="3.5"?>
|
||||
|
||||
<product name="Carbon Product" uid="carbon.product.id" id="carbon.product" application="carbon.application"
|
||||
version="4.4.17" useFeatures="true" includeLaunchers="true">
|
||||
version="4.4.24" useFeatures="true" includeLaunchers="true">
|
||||
|
||||
<configIni use="default">
|
||||
</configIni>
|
||||
@ -14,7 +14,7 @@ version="4.4.17" useFeatures="true" includeLaunchers="true">
|
||||
</plugins>
|
||||
|
||||
<features>
|
||||
<feature id="org.wso2.carbon.core.runtime" version="4.4.17"/>
|
||||
<feature id="org.wso2.carbon.core.runtime" version="4.4.24"/>
|
||||
</features>
|
||||
|
||||
<configurations>
|
||||
|
||||
@ -244,6 +244,10 @@
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.apimgt:org.wso2.carbon.forum.server.feature:${carbon.api.mgt.version}
|
||||
</featureArtifactDef>
|
||||
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.apimgt:org.wso2.carbon.apimgt.publisher.feature:${carbon.api.mgt.version}
|
||||
</featureArtifactDef>
|
||||
<!-- End of API Management Features -->
|
||||
|
||||
<!-- Carbon Commons Features -->
|
||||
@ -292,8 +296,13 @@
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.identity.inbound.auth.oauth2:org.wso2.carbon.identity.oauth.feature:${identity.inbound.auth.oauth.version}
|
||||
</featureArtifactDef>
|
||||
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.identity:org.wso2.carbon.identity.provider.server.feature:${identity.inbound.auth.openid.version}
|
||||
org.wso2.carbon.identity.framework:org.wso2.carbon.identity.event.server.feature:${carbon.identity.framework.version}
|
||||
</featureArtifactDef>
|
||||
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.identity.inbound.auth.openid:org.wso2.carbon.identity.provider.server.feature:${identity.inbound.auth.openid.version}
|
||||
</featureArtifactDef>
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.identity.framework:org.wso2.carbon.identity.thrift.authentication.feature:${carbon.identity.framework.version}
|
||||
@ -353,10 +362,10 @@
|
||||
</featureArtifactDef>
|
||||
<!-- Authenticators -->
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.identity:org.wso2.carbon.identity.application.authenticator.requestpath.basicauth.server.feature:${identity.outbound.auth.requestpath.basicauth.version}
|
||||
org.wso2.carbon.identity.local.auth.requestpath.basic:org.wso2.carbon.identity.application.authenticator.requestpath.basicauth.server.feature:${identity.outbound.auth.requestpath.basicauth.version}
|
||||
</featureArtifactDef>
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.identity:org.wso2.carbon.identity.application.authenticator.requestpath.oauth.server.feature:${identity.outbound.auth.requestpath.oauth.version}
|
||||
org.wso2.carbon.identity.local.auth.requestpath.oauth:org.wso2.carbon.identity.application.authenticator.requestpath.oauth.server.feature:${identity.outbound.auth.requestpath.oauth.version}
|
||||
</featureArtifactDef>
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.identity.application.auth.basic:org.wso2.carbon.identity.application.authenticator.basicauth.server.feature:${identity.local.auth.basicauth.version}
|
||||
@ -377,7 +386,15 @@
|
||||
org.wso2.carbon.identity.metadata.saml2:org.wso2.carbon.identity.sp.metadata.saml2.server.feature:${identity.metadata.saml2.version}
|
||||
</featureArtifactDef>
|
||||
<!--<featureArtifactDef>-->
|
||||
<!--org.wso2.carbon.identity.framework:org.wso2.carbon.identity.base:${carbon.identity.framework.version}-->
|
||||
<!--org.wso2.carbon.identity.framework:org.wso2.carbon.identity.mgt.server.feature:${carbon.identity.framework.version}-->
|
||||
<!--</featureArtifactDef>-->
|
||||
|
||||
|
||||
<!--<featureArtifactDef>-->
|
||||
<!--org.wso2.carbon.identity.governance:org.wso2.carbon.identity.governance.server.feature:${carbon.identity.governance.version}-->
|
||||
<!--</featureArtifactDef>-->
|
||||
<!--<featureArtifactDef>-->
|
||||
<!--org.wso2.carbon.identity.governance:org.wso2.carbon.identity.captcha.server.feature:${carbon.identity.governance.version}-->
|
||||
<!--</featureArtifactDef>-->
|
||||
|
||||
<!-- End of Identity Features -->
|
||||
@ -735,9 +752,19 @@
|
||||
</featureArtifactDef>
|
||||
<!--JWT grant type handler-->
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.identity:org.wso2.carbon.identity.oauth2.grant.jwt.feature:${identity.jwt.extension.version}
|
||||
org.wso2.carbon.extension.identity.oauth2.grantType.jwt:org.wso2.carbon.extension.identity.oauth2.jwt.feature:${identity.jwt.extension.version}
|
||||
</featureArtifactDef>
|
||||
<!-- Geo Dashboard feature -->
|
||||
<!--Consent management feature-->
|
||||
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.consent.mgt:org.wso2.carbon.consent.mgt.server.feature:${carbon.consent.mgt.version}
|
||||
</featureArtifactDef>
|
||||
|
||||
<!--Database utils feature-->
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.utils:org.wso2.carbon.database.utils.feature:${org.wso2.carbon.database.utils.version}
|
||||
</featureArtifactDef>
|
||||
<!--Geo Dashboard feature-->
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.devicemgt-plugins:org.wso2.carbon.iot.geo.dashboard.feature:${carbon.device.mgt.plugin.version}
|
||||
</featureArtifactDef>
|
||||
@ -1137,6 +1164,12 @@
|
||||
<id>org.wso2.carbon.forum.server.feature.group</id>
|
||||
<version>${carbon.api.mgt.version}</version>
|
||||
</feature>
|
||||
|
||||
<feature>
|
||||
<id>org.wso2.carbon.apimgt.publisher.feature.group</id>
|
||||
<version>${carbon.api.mgt.version}</version>
|
||||
</feature>
|
||||
|
||||
<!-- End of API Management Features -->
|
||||
|
||||
<!-- Carbon Analytics Common Features -->
|
||||
@ -1230,6 +1263,12 @@
|
||||
<id>org.wso2.carbon.user.mgt.feature.group</id>
|
||||
<version>${carbon.identity.framework.version}</version>
|
||||
</feature>
|
||||
|
||||
<!--<feature>-->
|
||||
<!--<id>org.wso2.carbon.identity.mgt.server.feature.group</id>-->
|
||||
<!--<version>${carbon.identity.framework.version}</version>-->
|
||||
<!--</feature>-->
|
||||
|
||||
<feature>
|
||||
<id>org.wso2.carbon.directory.service.mgr.server.feature.group
|
||||
</id>
|
||||
@ -1310,6 +1349,17 @@
|
||||
</feature>
|
||||
<!-- End of Identity Features -->
|
||||
|
||||
<!--Identity governance-->
|
||||
<!--<feature>-->
|
||||
<!--<id>org.wso2.carbon.identity.governance.server.feature.group</id>-->
|
||||
<!--<version>${carbon.identity.governance.version}</version>-->
|
||||
<!--</feature>-->
|
||||
<!--<feature>-->
|
||||
<!--<id>org.wso2.carbon.identity.captcha.server.feature.group</id>-->
|
||||
<!--<version>${carbon.identity.governance.version}</version>-->
|
||||
<!--</feature>-->
|
||||
<!--Identity governance ends-->
|
||||
|
||||
<!-- Registry Features -->
|
||||
<feature>
|
||||
<id>org.wso2.carbon.registry.core.feature.group</id>
|
||||
@ -1492,8 +1542,25 @@
|
||||
<id>org.wso2.carbon.identity.oauth.feature.group</id>
|
||||
<version>${identity.inbound.auth.oauth.version}</version>
|
||||
</feature>
|
||||
|
||||
<feature>
|
||||
<id>org.wso2.carbon.identity.event.server.feature.group</id>
|
||||
<version>${carbon.identity.framework.version}</version>
|
||||
</feature>
|
||||
|
||||
<!-- End of Identity Features -->
|
||||
|
||||
<!--Identity governance-->
|
||||
<!--<feature>-->
|
||||
<!--<id>org.wso2.carbon.identity.governance.server.feature.group</id>-->
|
||||
<!--<version>${carbon.identity.governance.version}</version>-->
|
||||
<!--</feature>-->
|
||||
<!--<feature>-->
|
||||
<!--<id>org.wso2.carbon.identity.captcha.server.feature.group</id>-->
|
||||
<!--<version>${carbon.identity.governance.version}</version>-->
|
||||
<!--</feature>-->
|
||||
<!--Identity governance ends-->
|
||||
|
||||
<!-- Registry Features -->
|
||||
<feature>
|
||||
<id>org.wso2.carbon.registry.community.features.server.feature.group</id>
|
||||
@ -1607,9 +1674,21 @@
|
||||
</feature>
|
||||
<!--jwt grant type handler-->
|
||||
<feature>
|
||||
<id>org.wso2.carbon.identity.oauth2.grant.jwt.feature.group</id>
|
||||
<id>org.wso2.carbon.extension.identity.oauth2.jwt.feature.group</id>
|
||||
<version>${identity.jwt.extension.version}</version>
|
||||
</feature>
|
||||
<!--Consent Management Feature-->
|
||||
<feature>
|
||||
<id>org.wso2.carbon.consent.mgt.server.feature.group</id>
|
||||
<version>${carbon.consent.mgt.version}</version>
|
||||
</feature>
|
||||
|
||||
<!--Database utils feature-->
|
||||
<feature>
|
||||
<id>org.wso2.carbon.database.utils.feature.group</id>
|
||||
<version>${org.wso2.carbon.database.utils.version}</version>
|
||||
</feature>
|
||||
|
||||
<feature>
|
||||
<id>org.wso2.carbon.device.mgt.cdmf.analytics.feature.group</id>
|
||||
<version>${carbon.device.mgt.plugin.version}</version>
|
||||
@ -1679,9 +1758,18 @@
|
||||
<version>${carbon.identity.framework.version}</version>
|
||||
</feature>
|
||||
<feature>
|
||||
<id>org.wso2.carbon.identity.oauth2.grant.jwt.feature.group</id>
|
||||
<id>org.wso2.carbon.extension.identity.oauth2.jwt.feature.group</id>
|
||||
<version>${identity.jwt.extension.version}</version>
|
||||
</feature>
|
||||
<feature>
|
||||
<id>org.wso2.carbon.consent.mgt.server.feature.group</id>
|
||||
<version>${carbon.consent.mgt.version}</version>
|
||||
</feature>
|
||||
<!--Database utils feature-->
|
||||
<feature>
|
||||
<id>org.wso2.carbon.database.utils.feature.group</id>
|
||||
<version>${org.wso2.carbon.database.utils.version}</version>
|
||||
</feature>
|
||||
<feature>
|
||||
<id>org.wso2.carbon.tenant.common.feature.group</id>
|
||||
<version>${carbon.multitenancy.version}</version>
|
||||
@ -1767,6 +1855,10 @@
|
||||
<id>org.wso2.carbon.identity.oauth.feature.group</id>
|
||||
<version>${identity.inbound.auth.oauth.version}</version>
|
||||
</feature>
|
||||
<feature>
|
||||
<id>org.wso2.carbon.identity.event.server.feature.group</id>
|
||||
<version>${carbon.identity.framework.version}</version>
|
||||
</feature>
|
||||
<feature>
|
||||
<id>org.wso2.carbon.identity.user.registration.server.feature.group</id>
|
||||
<version>${carbon.identity.framework.version}</version>
|
||||
@ -1780,6 +1872,10 @@
|
||||
<id>org.wso2.carbon.user.mgt.feature.group</id>
|
||||
<version>${carbon.identity.framework.version}</version>
|
||||
</feature>
|
||||
<!--<feature>-->
|
||||
<!--<id>org.wso2.carbon.identity.mgt.server.feature.group</id>-->
|
||||
<!--<version>${carbon.identity.framework.version}</version>-->
|
||||
<!--</feature>-->
|
||||
<feature>
|
||||
<id>org.wso2.carbon.identity.core.feature.group</id>
|
||||
<version>${carbon.identity.framework.version}</version>
|
||||
@ -1844,6 +1940,10 @@
|
||||
<id>org.wso2.carbon.identity.jwt.client.extension.feature.group</id>
|
||||
<version>${carbon.device.mgt.version}</version>
|
||||
</feature>
|
||||
<feature>
|
||||
<id>org.wso2.carbon.consent.mgt.server.feature.group</id>
|
||||
<version>${carbon.consent.mgt.version}</version>
|
||||
</feature>
|
||||
<feature>
|
||||
<id>org.wso2.carbon.identity.sso.saml.feature.group</id>
|
||||
<version>${identity.inbound.auth.saml.version}</version>
|
||||
@ -1993,6 +2093,10 @@
|
||||
<id>org.wso2.carbon.identity.jwt.client.extension.feature.group</id>
|
||||
<version>${carbon.device.mgt.version}</version>
|
||||
</feature>
|
||||
<feature>
|
||||
<id>org.wso2.carbon.consent.mgt.server.feature.group</id>
|
||||
<version>${carbon.consent.mgt.version}</version>
|
||||
</feature>
|
||||
<feature>
|
||||
<id>org.wso2.carbon.device.mgt.analytics.data.publisher.feature.group</id>
|
||||
<version>${carbon.device.mgt.version}</version>
|
||||
@ -2039,9 +2143,14 @@
|
||||
<version>${carbon.device.mgt.plugin.version}</version>
|
||||
</feature>
|
||||
<feature>
|
||||
<id>org.wso2.carbon.identity.oauth2.grant.jwt.feature.group</id>
|
||||
<id>org.wso2.carbon.extension.identity.oauth2.jwt.feature.group</id>
|
||||
<version>${identity.jwt.extension.version}</version>
|
||||
</feature>
|
||||
<!--Database utils feature-->
|
||||
<feature>
|
||||
<id>org.wso2.carbon.database.utils.feature.group</id>
|
||||
<version>${org.wso2.carbon.database.utils.version}</version>
|
||||
</feature>
|
||||
<feature>
|
||||
<id>org.wso2.carbon.tenant.mgt.common.feature.group</id>
|
||||
<version>${carbon.commons.version}</version>
|
||||
@ -2199,6 +2308,10 @@
|
||||
<id>org.wso2.carbon.identity.oauth.feature.group</id>
|
||||
<version>${identity.inbound.auth.oauth.version}</version>
|
||||
</feature>
|
||||
<feature>
|
||||
<id>org.wso2.carbon.identity.event.server.feature.group</id>
|
||||
<version>${carbon.identity.framework.version}</version>
|
||||
</feature>
|
||||
<feature>
|
||||
<id>
|
||||
org.wso2.carbon.identity.application.authenticator.basicauth.server.feature.group
|
||||
@ -2225,6 +2338,7 @@
|
||||
<id>org.wso2.carbon.identity.user.registration.server.feature.group</id>
|
||||
<version>${carbon.identity.framework.version}</version>
|
||||
</feature>
|
||||
|
||||
<feature>
|
||||
<id>org.wso2.carbon.deployment.synchronizer.feature.group</id>
|
||||
<version>${carbon.commons.version}</version>
|
||||
@ -2349,6 +2463,10 @@
|
||||
<id>org.wso2.carbon.forum.server.feature.group</id>
|
||||
<version>${carbon.api.mgt.version}</version>
|
||||
</feature>
|
||||
<feature>
|
||||
<id>org.wso2.carbon.apimgt.publisher.feature.group</id>
|
||||
<version>${carbon.api.mgt.version}</version>
|
||||
</feature>
|
||||
<feature>
|
||||
<id>org.wso2.carbon.tenant.common.feature.group</id>
|
||||
<version>${carbon.multitenancy.version}</version>
|
||||
@ -2671,7 +2789,7 @@
|
||||
<version>${carbon.device.mgt.plugin.version}</version>
|
||||
</feature>
|
||||
<feature>
|
||||
<id>org.wso2.carbon.identity.oauth2.grant.jwt.feature.group</id>
|
||||
<id>org.wso2.carbon.extension.identity.oauth2.jwt.feature.group</id>
|
||||
<version>${identity.jwt.extension.version}</version>
|
||||
</feature>
|
||||
<feature>
|
||||
@ -2971,6 +3089,10 @@
|
||||
<id>org.wso2.carbon.forum.server.feature.group</id>
|
||||
<version>${carbon.api.mgt.version}</version>
|
||||
</feature>
|
||||
<feature>
|
||||
<id>org.wso2.carbon.apimgt.publisher.feature.group</id>
|
||||
<version>${carbon.api.mgt.version}</version>
|
||||
</feature>
|
||||
<feature>
|
||||
<id>org.wso2.carbon.tenant.common.feature.group</id>
|
||||
<version>${carbon.multitenancy.version}</version>
|
||||
|
||||
69
pom.xml
69
pom.xml
@ -1446,7 +1446,7 @@
|
||||
<properties>
|
||||
|
||||
<!--Carbon kernel versions-->
|
||||
<carbon.kernel.version>4.4.17</carbon.kernel.version>
|
||||
<carbon.kernel.version>4.4.24</carbon.kernel.version>
|
||||
<carbon.kernel.version.range>[4.4.0, 4.5.0)</carbon.kernel.version.range>
|
||||
<carbon.ui.menu.stratos.version>2.2.0</carbon.ui.menu.stratos.version>
|
||||
|
||||
@ -1483,63 +1483,68 @@
|
||||
<javax.ws.rs.version>1.1.1</javax.ws.rs.version>
|
||||
|
||||
<!-- Carbon Commons -->
|
||||
<carbon.commons.version>4.5.8</carbon.commons.version>
|
||||
<carbon.commons.version>4.6.21</carbon.commons.version>
|
||||
|
||||
<!-- Carbon Deployment -->
|
||||
<carbon.deployment.version>4.7.3</carbon.deployment.version>
|
||||
<carbon.deployment.version>4.7.15</carbon.deployment.version>
|
||||
|
||||
<!-- Carbon Identity -->
|
||||
<carbon.identity.framework.version>5.7.5</carbon.identity.framework.version>
|
||||
<carbon.identity.framework.version>5.11.124</carbon.identity.framework.version>
|
||||
<carbon.identity.framework.version.range>[5.2.0, 6.0.0)
|
||||
</carbon.identity.framework.version.range>
|
||||
<identity.local.auth.basicauth.version>5.3.1</identity.local.auth.basicauth.version>
|
||||
<identity.inbound.auth.openid.version>5.1.1</identity.inbound.auth.openid.version>
|
||||
<identity.inbound.auth.saml.version>5.3.1</identity.inbound.auth.saml.version>
|
||||
<identity.carbon.auth.saml2.version>5.2.1</identity.carbon.auth.saml2.version>
|
||||
<identity.inbound.auth.oauth.version>5.3.11</identity.inbound.auth.oauth.version>
|
||||
<identity.carbon.auth.mutual.ssl.version>5.1.2</identity.carbon.auth.mutual.ssl.version>
|
||||
<identity.user.ws.version>5.1.4</identity.user.ws.version>
|
||||
<identity.outbound.auth.requestpath.basicauth.version>5.1.1
|
||||
</identity.outbound.auth.requestpath.basicauth.version>
|
||||
<identity.outbound.auth.requestpath.oauth.version>5.1.1
|
||||
</identity.outbound.auth.requestpath.oauth.version>
|
||||
<identity.outbound.auth.samlsso.version>5.1.4</identity.outbound.auth.samlsso.version>
|
||||
<identity.metadata.saml2.version>1.0.0</identity.metadata.saml2.version>
|
||||
<identity.local.auth.basicauth.version>5.3.7</identity.local.auth.basicauth.version>
|
||||
<identity.inbound.auth.openid.version>5.2.5</identity.inbound.auth.openid.version>
|
||||
<identity.inbound.auth.saml.version>5.4.4</identity.inbound.auth.saml.version>
|
||||
<identity.carbon.auth.saml2.version>5.2.5</identity.carbon.auth.saml2.version>
|
||||
<identity.inbound.auth.oauth.version>5.6.53</identity.inbound.auth.oauth.version>
|
||||
<identity.carbon.auth.mutual.ssl.version>5.1.3</identity.carbon.auth.mutual.ssl.version>
|
||||
<identity.user.ws.version>5.1.8</identity.user.ws.version>
|
||||
<identity.outbound.auth.requestpath.basicauth.version>5.1.5</identity.outbound.auth.requestpath.basicauth.version>
|
||||
<identity.outbound.auth.requestpath.oauth.version>5.1.4</identity.outbound.auth.requestpath.oauth.version>
|
||||
<identity.outbound.auth.samlsso.version>5.1.12</identity.outbound.auth.samlsso.version>
|
||||
<identity.metadata.saml2.version>1.0.5</identity.metadata.saml2.version>
|
||||
<identity.inbound.metadata.saml2.version>0.1.1</identity.inbound.metadata.saml2.version>
|
||||
<identity.application.authz.xacml>1.0.0</identity.application.authz.xacml>
|
||||
<identity.application.authz.xacml>2.0.2</identity.application.authz.xacml>
|
||||
<carbon.identity.governance.version>1.1.7</carbon.identity.governance.version>
|
||||
|
||||
<!--JWT grant type extension feature-->
|
||||
<identity.jwt.extension.version>1.0.2</identity.jwt.extension.version>
|
||||
<identity.jwt.extension.version>1.0.10</identity.jwt.extension.version>
|
||||
|
||||
<!--Consent Management feature-->
|
||||
<carbon.consent.mgt.version>1.0.48</carbon.consent.mgt.version>
|
||||
|
||||
<!--Database utils version-->
|
||||
<org.wso2.carbon.database.utils.version>2.0.6</org.wso2.carbon.database.utils.version>
|
||||
|
||||
<!-- Carbon Multi-tenancy -->
|
||||
<carbon.multitenancy.version>4.6.1</carbon.multitenancy.version>
|
||||
<carbon.multitenancy.version>4.6.8</carbon.multitenancy.version>
|
||||
|
||||
<!-- Carbon Registry -->
|
||||
<carbon.registry.version>4.6.8</carbon.registry.version>
|
||||
<carbon.registry.version>4.6.28</carbon.registry.version>
|
||||
<!-- Carbon Governance -->
|
||||
<carbon.governance.version>4.7.8</carbon.governance.version>
|
||||
<carbon.governance.version>4.7.23</carbon.governance.version>
|
||||
|
||||
<!-- Carbon Device Management-->
|
||||
<carbon.device.mgt.version>3.0.240</carbon.device.mgt.version>
|
||||
<carbon.device.mgt.version>3.0.242-SNAPSHOT</carbon.device.mgt.version>
|
||||
<carbon.device.mgt.version.range>[3.0.0, 4.0.0)</carbon.device.mgt.version.range>
|
||||
|
||||
<!-- IOT Device Management -->
|
||||
<product.iot.version>${project.version}</product.iot.version>
|
||||
|
||||
<!-- Carbon Device Management Plugins-->
|
||||
<carbon.device.mgt.plugin.version>4.0.136</carbon.device.mgt.plugin.version>
|
||||
<carbon.device.mgt.plugin.version>4.0.137-SNAPSHOT</carbon.device.mgt.plugin.version>
|
||||
|
||||
<!-- API Management -->
|
||||
<carbon.api.mgt.version>6.1.109</carbon.api.mgt.version>
|
||||
<carbon.api.mgt.version>6.2.157</carbon.api.mgt.version>
|
||||
<carbon.api.mgt.version.range>(6.0.0,7.0.0]</carbon.api.mgt.version.range>
|
||||
|
||||
<!-- Carbon Mediation -->
|
||||
<carbon.mediation.version>4.6.10</carbon.mediation.version>
|
||||
<carbon.mediation.version>4.6.61</carbon.mediation.version>
|
||||
|
||||
<!-- Carbon Analytics Common (DAS) -->
|
||||
<carbon.analytics.common.version>5.1.17</carbon.analytics.common.version>
|
||||
<carbon.analytics.version>1.3.3</carbon.analytics.version>
|
||||
<carbon.analytics.das.version>1.3.5</carbon.analytics.das.version>
|
||||
<carbon.analytics.common.version>5.1.32</carbon.analytics.common.version>
|
||||
<carbon.analytics.version>1.3.16</carbon.analytics.version>
|
||||
<carbon.analytics.das.version>1.3.16</carbon.analytics.das.version>
|
||||
<product.iot.analytics.version>${project.version}</product.iot.analytics.version>
|
||||
<product.das.version>3.1.0</product.das.version>
|
||||
<product.mb.version>3.1.0</product.mb.version>
|
||||
@ -1572,7 +1577,7 @@
|
||||
|
||||
<!--IOT Analytics-->
|
||||
<shindig.version>2.0.2</shindig.version>
|
||||
<carbon.data.version>4.3.6</carbon.data.version>
|
||||
<carbon.data.version>4.4.41</carbon.data.version>
|
||||
<equinox.osgi.version>3.8.1.v20120830-144521</equinox.osgi.version>
|
||||
<analytics.shared.version>1.0.3</analytics.shared.version>
|
||||
|
||||
@ -1624,7 +1629,7 @@
|
||||
<orbit.version.joda-time>2.8.2.wso2v1</orbit.version.joda-time>
|
||||
<orbit.version.json>2.0.0.wso2v1</orbit.version.json>
|
||||
<carbon.dashboard.version>2.0.7</carbon.dashboard.version>
|
||||
<carbon.event-processing.version>2.1.9</carbon.event-processing.version>
|
||||
<carbon.event-processing.version>2.1.19</carbon.event-processing.version>
|
||||
<imp.pkg.version.javax.servlet>[2.6.0,3.0.0)</imp.pkg.version.javax.servlet>
|
||||
<akka.version>2.3.4-spark</akka.version>
|
||||
|
||||
@ -1638,7 +1643,7 @@
|
||||
<carbon.store.version>1.5.1</carbon.store.version>
|
||||
|
||||
<!-- Carbon Remote User Management version -->
|
||||
<carbon.um.ws.version>5.1.4</carbon.um.ws.version>
|
||||
<carbon.um.ws.version>5.1.5</carbon.um.ws.version>
|
||||
|
||||
<!-- Cipher tool version-->
|
||||
<cipher.tool.version>1.0.0-wso2v5</cipher.tool.version>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user