mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fixing Carbon-identity, Carbon-deployment related SNAPSHOT versions
This commit is contained in:
parent
b543337371
commit
f064455109
19
pom.xml
19
pom.xml
@ -574,25 +574,25 @@
|
||||
<javax.ws.rs.version>1.1.1</javax.ws.rs.version>
|
||||
|
||||
<!-- Carbon Commons -->
|
||||
<carbon.commons.version>4.3.2</carbon.commons.version>
|
||||
<carbon.commons.version>4.3.4</carbon.commons.version>
|
||||
|
||||
<!-- Carbon Utils -->
|
||||
<carbon.utils.version>4.3.0-SNAPSHOT</carbon.utils.version>
|
||||
|
||||
<!-- Carbon Deployment -->
|
||||
<carbon.deployment.version>4.3.0</carbon.deployment.version>
|
||||
<carbon.deployment.version>4.3.1</carbon.deployment.version>
|
||||
|
||||
<!-- Identity -->
|
||||
<carbon.identity.version>4.3.0</carbon.identity.version>
|
||||
<carbon.identity.version>4.3.2</carbon.identity.version>
|
||||
|
||||
<!-- Multi-tenancy -->
|
||||
<carbon.multitenancy.version>4.3.0</carbon.multitenancy.version>
|
||||
<carbon.multitenancy.version>4.3.3</carbon.multitenancy.version>
|
||||
|
||||
<!-- Registry -->
|
||||
<carbon.registry.version>4.3.0</carbon.registry.version>
|
||||
|
||||
<!-- Governance -->
|
||||
<carbon.governance.version>4.3.0-SNAPSHOT</carbon.governance.version>
|
||||
<carbon.governance.version>4.3.0</carbon.governance.version>
|
||||
|
||||
<!-- Transport Management -->
|
||||
<carbon.transport.mgt.version>4.3.0-SNAPSHOT</carbon.transport.mgt.version>
|
||||
@ -606,19 +606,12 @@
|
||||
<!-- API Management -->
|
||||
<carbon.api.mgt.version>4.3.0-SNAPSHOT</carbon.api.mgt.version>
|
||||
|
||||
<!-- Spongycastle Management-->
|
||||
<!-- Third Party Dependencies-->
|
||||
<spongycastle.version>1.51.0.0</spongycastle.version>
|
||||
|
||||
<!-- Bouncycastle Management-->
|
||||
<bouncycastle.version>1.49</bouncycastle.version>
|
||||
|
||||
<!-- Apache wss4j Management-->
|
||||
<apache.wss4j.version>2.0.0</apache.wss4j.version>
|
||||
|
||||
<!-- Codehaus Plexus Management-->
|
||||
<codehaus.plexus.version>3.0.21</codehaus.plexus.version>
|
||||
|
||||
|
||||
</properties>
|
||||
|
||||
<scm>
|
||||
|
||||
@ -154,10 +154,7 @@
|
||||
|
||||
<!-- Misc Features -->
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon:org.wso2.carbon.transport.mgt.feature:${carbon.transport.mgt.version}
|
||||
</featureArtifactDef>
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon:org.wso2.carbon.as.runtimes.cxf.feature:${carbon.platform.version}
|
||||
org.wso2.carbon.deployment:org.wso2.carbon.as.runtimes.cxf.feature:${carbon.deployment.version}
|
||||
</featureArtifactDef>
|
||||
<!-- End of Misc Features -->
|
||||
|
||||
@ -196,7 +193,7 @@
|
||||
|
||||
<!-- Identity Features -->
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon:org.wso2.carbon.security.mgt.feature:${carbon.platform.version}
|
||||
org.wso2.carbon.identity:org.wso2.carbon.security.mgt.feature:${carbon.identity.version}
|
||||
</featureArtifactDef>
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.identity:org.wso2.carbon.um.ws.service.client.feature:${carbon.identity.version}
|
||||
@ -284,13 +281,13 @@
|
||||
|
||||
<!-- Governance Features -->
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon:org.wso2.carbon.governance.metadata.feature:${carbon.governance.version}
|
||||
org.wso2.carbon.governance:org.wso2.carbon.governance.metadata.feature:${carbon.governance.version}
|
||||
</featureArtifactDef>
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon:org.wso2.carbon.governance.lifecycle.management.feature:${carbon.governance.version}
|
||||
org.wso2.carbon.governance:org.wso2.carbon.governance.lifecycle.management.feature:${carbon.governance.version}
|
||||
</featureArtifactDef>
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon:org.wso2.carbon.registry.extensions.feature:${carbon.governance.version}
|
||||
org.wso2.carbon.governance:org.wso2.carbon.registry.extensions.feature:${carbon.governance.version}
|
||||
</featureArtifactDef>
|
||||
<!-- End of Governance Features -->
|
||||
|
||||
@ -370,13 +367,9 @@
|
||||
<!-- End of Jaggery Features -->
|
||||
|
||||
<!-- Misc Features -->
|
||||
<feature>
|
||||
<id>org.wso2.carbon.transport.mgt.feature.group</id>
|
||||
<version>${carbon.transport.mgt.version}</version>
|
||||
</feature>
|
||||
<feature>
|
||||
<id>org.wso2.carbon.as.runtimes.cxf.feature.group</id>
|
||||
<version>${carbon.platform.version}</version>
|
||||
<version>${carbon.deployment.version}</version>
|
||||
</feature>
|
||||
<!-- End of Misc Features -->
|
||||
|
||||
@ -425,7 +418,7 @@
|
||||
<!-- Identity Features -->
|
||||
<feature>
|
||||
<id>org.wso2.carbon.security.mgt.feature.group</id>
|
||||
<version>${carbon.platform.version}</version>
|
||||
<version>${carbon.identity.version}</version>
|
||||
</feature>
|
||||
<feature>
|
||||
<id>org.wso2.carbon.um.ws.service.client.feature.group</id>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user