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>
<!-- Carbon Commons -->
<carbon.commons.version>4.3.1</carbon.commons.version>
<carbon.commons.version>4.3.2</carbon.commons.version>
<!-- Carbon Utils -->
<carbon.utils.version>4.3.0-SNAPSHOT</carbon.utils.version>
<!-- Carbon Deployment -->
<carbon.deployment.version>4.3.0-SNAPSHOT</carbon.deployment.version>
<carbon.deployment.version>4.3.0</carbon.deployment.version>
<!-- Identity -->
<carbon.identity.version>4.3.0</carbon.identity.version>

@ -121,10 +121,10 @@
<!-- Carbon Deployment Features -->
<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>
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>
<!-- End of Carbon Deployment Features -->
@ -330,11 +330,11 @@
<!-- Carbon Deployment Features -->
<feature>
<id>org.wso2.carbon.webapp.mgt.feature.group</id>
<version>${carbon.platform.version}</version>
<version>${carbon.deployment.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.module.mgt.feature.group</id>
<version>${carbon.platform.version}</version>
<version>${carbon.deployment.version}</version>
</feature>
<!-- End of Carbon Deployment Features -->

Loading…
Cancel
Save