mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Changing Carbon commons version to 4.3.2 and Carbon deployment version to 4.3.0
This commit is contained in:
parent
1c8aaab209
commit
b1dcd16b68
4
pom.xml
4
pom.xml
@ -574,13 +574,13 @@
|
|||||||
<javax.ws.rs.version>1.1.1</javax.ws.rs.version>
|
<javax.ws.rs.version>1.1.1</javax.ws.rs.version>
|
||||||
|
|
||||||
<!-- Carbon Commons -->
|
<!-- Carbon Commons -->
|
||||||
<carbon.commons.version>4.3.1</carbon.commons.version>
|
<carbon.commons.version>4.3.2</carbon.commons.version>
|
||||||
|
|
||||||
<!-- Carbon Utils -->
|
<!-- Carbon Utils -->
|
||||||
<carbon.utils.version>4.3.0-SNAPSHOT</carbon.utils.version>
|
<carbon.utils.version>4.3.0-SNAPSHOT</carbon.utils.version>
|
||||||
|
|
||||||
<!-- Carbon Deployment -->
|
<!-- Carbon Deployment -->
|
||||||
<carbon.deployment.version>4.3.0-SNAPSHOT</carbon.deployment.version>
|
<carbon.deployment.version>4.3.0</carbon.deployment.version>
|
||||||
|
|
||||||
<!-- Identity -->
|
<!-- Identity -->
|
||||||
<carbon.identity.version>4.3.0</carbon.identity.version>
|
<carbon.identity.version>4.3.0</carbon.identity.version>
|
||||||
|
|||||||
@ -121,10 +121,10 @@
|
|||||||
|
|
||||||
<!-- Carbon Deployment Features -->
|
<!-- Carbon Deployment Features -->
|
||||||
<featureArtifactDef>
|
<featureArtifactDef>
|
||||||
org.wso2.carbon:org.wso2.carbon.webapp.mgt.feature:${carbon.deployment.version}
|
org.wso2.carbon.deployment:org.wso2.carbon.webapp.mgt.feature:${carbon.deployment.version}
|
||||||
</featureArtifactDef>
|
</featureArtifactDef>
|
||||||
<featureArtifactDef>
|
<featureArtifactDef>
|
||||||
org.wso2.carbon:org.wso2.carbon.module.mgt.feature:${carbon.deployment.version}
|
org.wso2.carbon.deployment:org.wso2.carbon.module.mgt.feature:${carbon.deployment.version}
|
||||||
</featureArtifactDef>
|
</featureArtifactDef>
|
||||||
<!-- End of Carbon Deployment Features -->
|
<!-- End of Carbon Deployment Features -->
|
||||||
|
|
||||||
@ -154,7 +154,7 @@
|
|||||||
|
|
||||||
<!-- Misc Features -->
|
<!-- Misc Features -->
|
||||||
<featureArtifactDef>
|
<featureArtifactDef>
|
||||||
org.wso2.carbon:org.wso2.carbon.transport.mgt.feature:${carbon.transport.mgt.version}
|
org.wso2.carbon:org.wso2.carbon.transport.mgt.feature:${carbon.transport.mgt.version}
|
||||||
</featureArtifactDef>
|
</featureArtifactDef>
|
||||||
<featureArtifactDef>
|
<featureArtifactDef>
|
||||||
org.wso2.carbon:org.wso2.carbon.as.runtimes.cxf.feature:${carbon.platform.version}
|
org.wso2.carbon:org.wso2.carbon.as.runtimes.cxf.feature:${carbon.platform.version}
|
||||||
@ -163,13 +163,13 @@
|
|||||||
|
|
||||||
<!-- API Management Features -->
|
<!-- API Management Features -->
|
||||||
<featureArtifactDef>
|
<featureArtifactDef>
|
||||||
org.wso2.carbon:org.wso2.carbon.apimgt.core.feature:${carbon.api.mgt.version}
|
org.wso2.carbon:org.wso2.carbon.apimgt.core.feature:${carbon.api.mgt.version}
|
||||||
</featureArtifactDef>
|
</featureArtifactDef>
|
||||||
<featureArtifactDef>
|
<featureArtifactDef>
|
||||||
org.wso2.carbon:org.wso2.carbon.apimgt.publisher.feature:${carbon.api.mgt.version}
|
org.wso2.carbon:org.wso2.carbon.apimgt.publisher.feature:${carbon.api.mgt.version}
|
||||||
</featureArtifactDef>
|
</featureArtifactDef>
|
||||||
<featureArtifactDef>
|
<featureArtifactDef>
|
||||||
org.wso2.carbon:org.wso2.carbon.apimgt.store.feature:${carbon.api.mgt.version}
|
org.wso2.carbon:org.wso2.carbon.apimgt.store.feature:${carbon.api.mgt.version}
|
||||||
</featureArtifactDef>
|
</featureArtifactDef>
|
||||||
<!-- End of API Management Features -->
|
<!-- End of API Management Features -->
|
||||||
|
|
||||||
@ -330,11 +330,11 @@
|
|||||||
<!-- Carbon Deployment Features -->
|
<!-- Carbon Deployment Features -->
|
||||||
<feature>
|
<feature>
|
||||||
<id>org.wso2.carbon.webapp.mgt.feature.group</id>
|
<id>org.wso2.carbon.webapp.mgt.feature.group</id>
|
||||||
<version>${carbon.platform.version}</version>
|
<version>${carbon.deployment.version}</version>
|
||||||
</feature>
|
</feature>
|
||||||
<feature>
|
<feature>
|
||||||
<id>org.wso2.carbon.module.mgt.feature.group</id>
|
<id>org.wso2.carbon.module.mgt.feature.group</id>
|
||||||
<version>${carbon.platform.version}</version>
|
<version>${carbon.deployment.version}</version>
|
||||||
</feature>
|
</feature>
|
||||||
<!-- End of Carbon Deployment Features -->
|
<!-- End of Carbon Deployment Features -->
|
||||||
|
|
||||||
@ -371,8 +371,8 @@
|
|||||||
|
|
||||||
<!-- Misc Features -->
|
<!-- Misc Features -->
|
||||||
<feature>
|
<feature>
|
||||||
<id>org.wso2.carbon.transport.mgt.feature.group</id>
|
<id>org.wso2.carbon.transport.mgt.feature.group</id>
|
||||||
<version>${carbon.transport.mgt.version}</version>
|
<version>${carbon.transport.mgt.version}</version>
|
||||||
</feature>
|
</feature>
|
||||||
<feature>
|
<feature>
|
||||||
<id>org.wso2.carbon.as.runtimes.cxf.feature.group</id>
|
<id>org.wso2.carbon.as.runtimes.cxf.feature.group</id>
|
||||||
@ -382,17 +382,17 @@
|
|||||||
|
|
||||||
<!-- API Management Features -->
|
<!-- API Management Features -->
|
||||||
<feature>
|
<feature>
|
||||||
<id>org.wso2.carbon.apimgt.core.feature.group</id>
|
<id>org.wso2.carbon.apimgt.core.feature.group</id>
|
||||||
<version>${carbon.api.mgt.version}</version>
|
<version>${carbon.api.mgt.version}</version>
|
||||||
</feature>
|
</feature>
|
||||||
<!-- API Manager Publisher and Store Features -->
|
<!-- API Manager Publisher and Store Features -->
|
||||||
<feature>
|
<feature>
|
||||||
<id>org.wso2.carbon.apimgt.publisher.feature.group</id>
|
<id>org.wso2.carbon.apimgt.publisher.feature.group</id>
|
||||||
<version>${carbon.api.mgt.version}</version>
|
<version>${carbon.api.mgt.version}</version>
|
||||||
</feature>
|
</feature>
|
||||||
<feature>
|
<feature>
|
||||||
<id>org.wso2.carbon.apimgt.store.feature.group</id>
|
<id>org.wso2.carbon.apimgt.store.feature.group</id>
|
||||||
<version>${carbon.api.mgt.version}</version>
|
<version>${carbon.api.mgt.version}</version>
|
||||||
</feature>
|
</feature>
|
||||||
<!-- End of API Management Features -->
|
<!-- End of API Management Features -->
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user