Changing Carbon commons version to 4.3.2 and Carbon deployment version to 4.3.0

revert-dabc3590
prabathabey 10 years ago
parent 1c8aaab209
commit b1dcd16b68

@ -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 -->
@ -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 -->

Loading…
Cancel
Save