mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fixing all remaining SNAPSHOT versions except of that of Jaggery SSO feature
This commit is contained in:
commit
e3ea0db9c7
28
pom.xml
28
pom.xml
@ -575,9 +575,9 @@
|
||||
</dependencyManagement>
|
||||
|
||||
<scm>
|
||||
<url>https://github.com/wso2/product-mdm.git</url>
|
||||
<developerConnection>scm:git:https://github.com/wso2/product-mdm.git</developerConnection>
|
||||
<connection>scm:git:https://github.com/wso2/product-mdm.git</connection>
|
||||
<url>https://github.com/wso2/product-cdm.git</url>
|
||||
<developerConnection>scm:git:https://github.com/wso2/product-cdm.git</developerConnection>
|
||||
<connection>scm:git:https://github.com/wso2/product-cdm.git</connection>
|
||||
<tag>HEAD</tag>
|
||||
</scm>
|
||||
|
||||
@ -619,7 +619,7 @@
|
||||
<artifactId>maven-release-plugin</artifactId>
|
||||
<configuration>
|
||||
<preparationGoals>clean install</preparationGoals>
|
||||
<autoVersionSubmodules>true</autoVersionSubmodules>
|
||||
<autoVersionSubmodules>false</autoVersionSubmodules>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
@ -780,11 +780,13 @@
|
||||
<!--Jaggery -->
|
||||
<jaggery.version>0.9.0.ALPHA6</jaggery.version>
|
||||
<jaggery.extensions.version>1.0.0</jaggery.extensions.version>
|
||||
<jaggery.extensions.sso.version>1.1.0-SNAPSHOT</jaggery.extensions.sso.version>
|
||||
<jaggery.extensions.sso.version>1.2.0</jaggery.extensions.sso.version>
|
||||
<jaggery.extensions.carbon.version>1.1.0</jaggery.extensions.carbon.version>
|
||||
<jaggery.extensions.test.version>1.1.0</jaggery.extensions.test.version>
|
||||
|
||||
<!--Testing -->
|
||||
<automation.test.framework.version>4.3.1</automation.test.framework.version>
|
||||
<automation.utils.version>4.3.0-SNAPSHOT</automation.utils.version>
|
||||
<automation.utils.version>4.3.0</automation.utils.version>
|
||||
<testng.version>6.8</testng.version>
|
||||
<test.automation.emm.ui.version>1.1.0</test.automation.emm.ui.version>
|
||||
|
||||
@ -800,19 +802,16 @@
|
||||
<apim.version>1.2.4</apim.version>
|
||||
|
||||
<!-- Carbon Commons -->
|
||||
<carbon.commons.version>4.3.2</carbon.commons.version>
|
||||
|
||||
<!-- Carbon Utils -->
|
||||
<carbon.utils.version>4.3.0-SNAPSHOT</carbon.utils.version>
|
||||
<carbon.commons.version>4.3.4</carbon.commons.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>
|
||||
@ -820,9 +819,6 @@
|
||||
<!-- Governance -->
|
||||
<carbon.governance.version>4.3.0</carbon.governance.version>
|
||||
|
||||
<!-- Transport Management -->
|
||||
<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>
|
||||
|
||||
|
||||
@ -29,8 +29,8 @@
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.wso2.cdm</groupId>
|
||||
<artifactId>org.wso2.cdm.integration.common.clients</artifactId>
|
||||
<groupId>org.wso2.carbon.cdm</groupId>
|
||||
<artifactId>org.wso2.carbon.cdm.integration.common.clients</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>WSO2 CDM - Integration Admin Clients</name>
|
||||
</project>
|
||||
|
||||
@ -29,8 +29,8 @@
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>org.wso2.cdm.integration.common.utils</artifactId>
|
||||
<groupId>org.wso2.cdm</groupId>
|
||||
<artifactId>org.wso2.carbon.cdm.integration.common.utils</artifactId>
|
||||
<groupId>org.wso2.carbon.cdm</groupId>
|
||||
<packaging>jar</packaging>
|
||||
<name>WSO2 CDM - Integration Test Utils</name>
|
||||
|
||||
|
||||
@ -29,8 +29,8 @@
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.wso2.cdm</groupId>
|
||||
<artifactId>org.wso2.cdm.integration.ui.pages</artifactId>
|
||||
<groupId>org.wso2.carbon.cdm</groupId>
|
||||
<artifactId>org.wso2.carbon.cdm.integration.ui.pages</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>WSO2 CDM - Integration Test Ui Pages</name>
|
||||
|
||||
|
||||
@ -117,7 +117,7 @@
|
||||
org.jaggeryjs:org.jaggeryjs.feature:${jaggery.version}
|
||||
</featureArtifactDef>
|
||||
<featureArtifactDef>
|
||||
org.jaggeryjs.modules:carbon.feature:${jaggery.extensions.version}
|
||||
org.jaggeryjs.modules:carbon.feature:${jaggery.extensions.carbon.version}
|
||||
</featureArtifactDef>
|
||||
<featureArtifactDef>
|
||||
org.jaggeryjs.modules:process.feature:${jaggery.extensions.version}
|
||||
@ -125,11 +125,11 @@
|
||||
<featureArtifactDef>
|
||||
org.jaggeryjs.modules:uuid.feature:${jaggery.extensions.version}
|
||||
</featureArtifactDef>
|
||||
<!--<featureArtifactDef>-->
|
||||
<!--org.jaggeryjs.modules:sso.feature:${jaggery.extensions.sso.version}-->
|
||||
<!--</featureArtifactDef>-->
|
||||
<featureArtifactDef>
|
||||
org.jaggeryjs.modules:sso.feature:${jaggery.extensions.sso.version}
|
||||
</featureArtifactDef>
|
||||
<featureArtifactDef>
|
||||
org.jaggeryjs.modules:jaggery-test.feature:${jaggery.extensions.version}
|
||||
org.jaggeryjs.modules:jaggery-test.feature:${jaggery.extensions.test.version}
|
||||
</featureArtifactDef>
|
||||
<!-- End of Jaggery Features -->
|
||||
|
||||
@ -140,11 +140,11 @@
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.deployment:org.wso2.carbon.webapp.mgt.feature:${carbon.deployment.version}
|
||||
</featureArtifactDef>
|
||||
<!-- End of Carbon Deployment Features -->
|
||||
|
||||
<featureArtifactDef>
|
||||
org.wso2.carbon.deployment:org.wso2.carbon.as.runtimes.cxf.feature:${carbon.deployment.version}
|
||||
</featureArtifactDef>
|
||||
<!-- End of Carbon Deployment Features -->
|
||||
|
||||
|
||||
<!-- Carbon Utils Features -->
|
||||
<!-- End of Carbon Utils Features -->
|
||||
@ -175,7 +175,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.server.feature:${carbon.identity.version}
|
||||
@ -296,7 +296,7 @@
|
||||
</feature>
|
||||
<feature>
|
||||
<id>org.jaggeryjs.modules.carbon.feature.group</id>
|
||||
<version>${jaggery.extensions.version}</version>
|
||||
<version>${jaggery.extensions.carbon.version}</version>
|
||||
</feature>
|
||||
<feature>
|
||||
<id>org.jaggeryjs.modules.process.feature.group</id>
|
||||
@ -306,13 +306,13 @@
|
||||
<id>org.jaggeryjs.modules.uuid.feature.group</id>
|
||||
<version>${jaggery.extensions.version}</version>
|
||||
</feature>
|
||||
<feature>
|
||||
<id>org.jaggeryjs.modules.sso.feature.group</id>
|
||||
<version>${jaggery.extensions.sso.version}</version>
|
||||
</feature>
|
||||
<!--<feature>-->
|
||||
<!--<id>org.jaggeryjs.modules.sso.feature.group</id>-->
|
||||
<!--<version>${jaggery.extensions.sso.version}</version>-->
|
||||
<!--</feature>-->
|
||||
<feature>
|
||||
<id>org.jaggeryjs.modules.jaggery-test.feature.group</id>
|
||||
<version>${jaggery.extensions.version}</version>
|
||||
<version>${jaggery.extensions.test.version}</version>
|
||||
</feature>
|
||||
<!-- End of Jaggery Features -->
|
||||
|
||||
@ -325,12 +325,15 @@
|
||||
<id>org.wso2.carbon.webapp.mgt.feature.group</id>
|
||||
<version>${carbon.deployment.version}</version>
|
||||
</feature>
|
||||
<!-- End of Carbon Deployment Features -->
|
||||
|
||||
<feature>
|
||||
<id>org.wso2.carbon.webapp.mgt.server.feature.group</id>
|
||||
<version>${carbon.deployment.version}</version>
|
||||
</feature>
|
||||
<feature>
|
||||
<id>org.wso2.carbon.as.runtimes.cxf.feature.group</id>
|
||||
<version>${carbon.deployment.version}</version>
|
||||
</feature>
|
||||
<!-- End of Carbon Deployment Features -->
|
||||
|
||||
<!-- Carbon Utils Features -->
|
||||
<!-- End of Carbon Utils Features -->
|
||||
@ -367,7 +370,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.identity.application.authentication.framework.server.feature.group</id>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user