mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fixing more SNAPSHOT versions, used in carbon-governance, carbon-deployment related components
This commit is contained in:
parent
d84a3c47d2
commit
d6a22b06ff
@ -139,7 +139,7 @@
|
||||
<artifactId>org.wso2.carbon.user.api</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.wso2.carbon</groupId>
|
||||
<groupId>org.wso2.carbon.governance</groupId>
|
||||
<artifactId>org.wso2.carbon.governance.api</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
||||
14
pom.xml
14
pom.xml
@ -270,7 +270,7 @@
|
||||
<version>${carbon.kernel.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.wso2.carbon</groupId>
|
||||
<groupId>org.wso2.carbon.governance</groupId>
|
||||
<artifactId>org.wso2.carbon.governance.api</artifactId>
|
||||
<version>${carbon.governance.version}</version>
|
||||
<exclusions>
|
||||
@ -279,7 +279,7 @@
|
||||
<artifactId>juddi</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>org.wso2.carbon</groupId>
|
||||
<groupId>org.wso2.carbon.registry</groupId>
|
||||
<artifactId>org.wso2.carbon.registry.common</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
@ -287,11 +287,11 @@
|
||||
<artifactId>org.wso2.carbon.registry.core</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>org.wso2.carbon</groupId>
|
||||
<groupId>org.wso2.carbon.registry</groupId>
|
||||
<artifactId>org.wso2.carbon.registry.admin.api</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>org.wso2.carbon</groupId>
|
||||
<groupId>org.wso2.carbon.registry</groupId>
|
||||
<artifactId>org.wso2.carbon.registry.indexing</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
@ -315,7 +315,7 @@
|
||||
<artifactId>axiom-impl</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>org.wso2.carbon</groupId>
|
||||
<groupId>org.wso2.carbon.governance</groupId>
|
||||
<artifactId>org.wso2.carbon.registry.extensions</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
@ -818,10 +818,10 @@
|
||||
<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>
|
||||
<carbon.transport.mgt.version>4.3.2</carbon.transport.mgt.version>
|
||||
|
||||
<!-- Device Management -->
|
||||
<carbon.device.mgt.version>1.0.0-SNAPSHOT</carbon.device.mgt.version>
|
||||
|
||||
@ -143,7 +143,7 @@
|
||||
<!-- End of Carbon Deployment Features -->
|
||||
|
||||
<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>
|
||||
|
||||
<!-- Carbon Utils Features -->
|
||||
@ -159,9 +159,6 @@
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.commons:org.wso2.carbon.logging.mgt.feature:${carbon.commons.version}
|
||||
</featureArtifactDef>
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon:org.wso2.carbon.transport.mgt.feature:${carbon.transport.mgt.version}
|
||||
</featureArtifactDef>
|
||||
<!-- End of Carbon Commons Features -->
|
||||
|
||||
<!-- API Manager related features -->
|
||||
@ -250,13 +247,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>
|
||||
</featureArtifacts>
|
||||
</configuration>
|
||||
@ -332,7 +329,7 @@
|
||||
|
||||
<feature>
|
||||
<id>org.wso2.carbon.as.runtimes.cxf.feature.group</id>
|
||||
<version>${carbon.platform.version}</version>
|
||||
<version>${carbon.deployment.version}</version>
|
||||
</feature>
|
||||
|
||||
<!-- Carbon Utils Features -->
|
||||
@ -350,10 +347,6 @@
|
||||
<feature>
|
||||
<id>org.wso2.carbon.logging.mgt.feature.group</id>
|
||||
<version>${carbon.commons.version}</version>
|
||||
</feature>
|
||||
<feature>
|
||||
<id>org.wso2.carbon.transport.mgt.feature.group</id>
|
||||
<version>${carbon.transport.mgt.version}</version>
|
||||
</feature>
|
||||
<!--End of Carbon Commons Features-->
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user