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>
|
</dependencyManagement>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<url>https://github.com/wso2/product-mdm.git</url>
|
<url>https://github.com/wso2/product-cdm.git</url>
|
||||||
<developerConnection>scm:git:https://github.com/wso2/product-mdm.git</developerConnection>
|
<developerConnection>scm:git:https://github.com/wso2/product-cdm.git</developerConnection>
|
||||||
<connection>scm:git:https://github.com/wso2/product-mdm.git</connection>
|
<connection>scm:git:https://github.com/wso2/product-cdm.git</connection>
|
||||||
<tag>HEAD</tag>
|
<tag>HEAD</tag>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
@ -619,7 +619,7 @@
|
|||||||
<artifactId>maven-release-plugin</artifactId>
|
<artifactId>maven-release-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<preparationGoals>clean install</preparationGoals>
|
<preparationGoals>clean install</preparationGoals>
|
||||||
<autoVersionSubmodules>true</autoVersionSubmodules>
|
<autoVersionSubmodules>false</autoVersionSubmodules>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
@ -780,11 +780,13 @@
|
|||||||
<!--Jaggery -->
|
<!--Jaggery -->
|
||||||
<jaggery.version>0.9.0.ALPHA6</jaggery.version>
|
<jaggery.version>0.9.0.ALPHA6</jaggery.version>
|
||||||
<jaggery.extensions.version>1.0.0</jaggery.extensions.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 -->
|
<!--Testing -->
|
||||||
<automation.test.framework.version>4.3.1</automation.test.framework.version>
|
<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>
|
<testng.version>6.8</testng.version>
|
||||||
<test.automation.emm.ui.version>1.1.0</test.automation.emm.ui.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>
|
<apim.version>1.2.4</apim.version>
|
||||||
|
|
||||||
<!-- Carbon Commons -->
|
<!-- Carbon Commons -->
|
||||||
<carbon.commons.version>4.3.2</carbon.commons.version>
|
<carbon.commons.version>4.3.4</carbon.commons.version>
|
||||||
|
|
||||||
<!-- Carbon Utils -->
|
|
||||||
<carbon.utils.version>4.3.0-SNAPSHOT</carbon.utils.version>
|
|
||||||
|
|
||||||
<!-- Carbon Deployment -->
|
<!-- Carbon Deployment -->
|
||||||
<carbon.deployment.version>4.3.0</carbon.deployment.version>
|
<carbon.deployment.version>4.3.1</carbon.deployment.version>
|
||||||
|
|
||||||
<!-- Identity -->
|
<!-- Identity -->
|
||||||
<carbon.identity.version>4.3.0</carbon.identity.version>
|
<carbon.identity.version>4.3.2</carbon.identity.version>
|
||||||
|
|
||||||
<!-- Multi-tenancy -->
|
<!-- Multi-tenancy -->
|
||||||
<carbon.multitenancy.version>4.3.0</carbon.multitenancy.version>
|
<carbon.multitenancy.version>4.3.3</carbon.multitenancy.version>
|
||||||
|
|
||||||
<!-- Registry -->
|
<!-- Registry -->
|
||||||
<carbon.registry.version>4.3.0</carbon.registry.version>
|
<carbon.registry.version>4.3.0</carbon.registry.version>
|
||||||
@ -820,9 +819,6 @@
|
|||||||
<!-- Governance -->
|
<!-- Governance -->
|
||||||
<carbon.governance.version>4.3.0</carbon.governance.version>
|
<carbon.governance.version>4.3.0</carbon.governance.version>
|
||||||
|
|
||||||
<!-- Transport Management -->
|
|
||||||
<carbon.transport.mgt.version>4.3.2</carbon.transport.mgt.version>
|
|
||||||
|
|
||||||
<!-- Device Management -->
|
<!-- Device Management -->
|
||||||
<carbon.device.mgt.version>1.0.0-SNAPSHOT</carbon.device.mgt.version>
|
<carbon.device.mgt.version>1.0.0-SNAPSHOT</carbon.device.mgt.version>
|
||||||
|
|
||||||
|
|||||||
@ -29,8 +29,8 @@
|
|||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.wso2.cdm</groupId>
|
<groupId>org.wso2.carbon.cdm</groupId>
|
||||||
<artifactId>org.wso2.cdm.integration.common.clients</artifactId>
|
<artifactId>org.wso2.carbon.cdm.integration.common.clients</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>WSO2 CDM - Integration Admin Clients</name>
|
<name>WSO2 CDM - Integration Admin Clients</name>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
@ -29,8 +29,8 @@
|
|||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>org.wso2.cdm.integration.common.utils</artifactId>
|
<artifactId>org.wso2.carbon.cdm.integration.common.utils</artifactId>
|
||||||
<groupId>org.wso2.cdm</groupId>
|
<groupId>org.wso2.carbon.cdm</groupId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>WSO2 CDM - Integration Test Utils</name>
|
<name>WSO2 CDM - Integration Test Utils</name>
|
||||||
|
|
||||||
|
|||||||
@ -29,8 +29,8 @@
|
|||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.wso2.cdm</groupId>
|
<groupId>org.wso2.carbon.cdm</groupId>
|
||||||
<artifactId>org.wso2.cdm.integration.ui.pages</artifactId>
|
<artifactId>org.wso2.carbon.cdm.integration.ui.pages</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>WSO2 CDM - Integration Test Ui Pages</name>
|
<name>WSO2 CDM - Integration Test Ui Pages</name>
|
||||||
|
|
||||||
|
|||||||
@ -117,7 +117,7 @@
|
|||||||
org.jaggeryjs:org.jaggeryjs.feature:${jaggery.version}
|
org.jaggeryjs:org.jaggeryjs.feature:${jaggery.version}
|
||||||
</featureArtifactDef>
|
</featureArtifactDef>
|
||||||
<featureArtifactDef>
|
<featureArtifactDef>
|
||||||
org.jaggeryjs.modules:carbon.feature:${jaggery.extensions.version}
|
org.jaggeryjs.modules:carbon.feature:${jaggery.extensions.carbon.version}
|
||||||
</featureArtifactDef>
|
</featureArtifactDef>
|
||||||
<featureArtifactDef>
|
<featureArtifactDef>
|
||||||
org.jaggeryjs.modules:process.feature:${jaggery.extensions.version}
|
org.jaggeryjs.modules:process.feature:${jaggery.extensions.version}
|
||||||
@ -125,11 +125,11 @@
|
|||||||
<featureArtifactDef>
|
<featureArtifactDef>
|
||||||
org.jaggeryjs.modules:uuid.feature:${jaggery.extensions.version}
|
org.jaggeryjs.modules:uuid.feature:${jaggery.extensions.version}
|
||||||
</featureArtifactDef>
|
</featureArtifactDef>
|
||||||
|
<!--<featureArtifactDef>-->
|
||||||
|
<!--org.jaggeryjs.modules:sso.feature:${jaggery.extensions.sso.version}-->
|
||||||
|
<!--</featureArtifactDef>-->
|
||||||
<featureArtifactDef>
|
<featureArtifactDef>
|
||||||
org.jaggeryjs.modules:sso.feature:${jaggery.extensions.sso.version}
|
org.jaggeryjs.modules:jaggery-test.feature:${jaggery.extensions.test.version}
|
||||||
</featureArtifactDef>
|
|
||||||
<featureArtifactDef>
|
|
||||||
org.jaggeryjs.modules:jaggery-test.feature:${jaggery.extensions.version}
|
|
||||||
</featureArtifactDef>
|
</featureArtifactDef>
|
||||||
<!-- End of Jaggery Features -->
|
<!-- End of Jaggery Features -->
|
||||||
|
|
||||||
@ -140,11 +140,11 @@
|
|||||||
<featureArtifactDef>
|
<featureArtifactDef>
|
||||||
org.wso2.carbon.deployment:org.wso2.carbon.webapp.mgt.feature:${carbon.deployment.version}
|
org.wso2.carbon.deployment:org.wso2.carbon.webapp.mgt.feature:${carbon.deployment.version}
|
||||||
</featureArtifactDef>
|
</featureArtifactDef>
|
||||||
<!-- End of Carbon Deployment Features -->
|
|
||||||
|
|
||||||
<featureArtifactDef>
|
<featureArtifactDef>
|
||||||
org.wso2.carbon.deployment:org.wso2.carbon.as.runtimes.cxf.feature:${carbon.deployment.version}
|
org.wso2.carbon.deployment:org.wso2.carbon.as.runtimes.cxf.feature:${carbon.deployment.version}
|
||||||
</featureArtifactDef>
|
</featureArtifactDef>
|
||||||
|
<!-- End of Carbon Deployment Features -->
|
||||||
|
|
||||||
|
|
||||||
<!-- Carbon Utils Features -->
|
<!-- Carbon Utils Features -->
|
||||||
<!-- End of Carbon Utils Features -->
|
<!-- End of Carbon Utils Features -->
|
||||||
@ -175,7 +175,7 @@
|
|||||||
|
|
||||||
<!-- Identity Features -->
|
<!-- Identity Features -->
|
||||||
<featureArtifactDef>
|
<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>
|
||||||
<!--featureArtifactDef>
|
<!--featureArtifactDef>
|
||||||
org.wso2.carbon.identity:org.wso2.carbon.um.ws.service.server.feature:${carbon.identity.version}
|
org.wso2.carbon.identity:org.wso2.carbon.um.ws.service.server.feature:${carbon.identity.version}
|
||||||
@ -296,7 +296,7 @@
|
|||||||
</feature>
|
</feature>
|
||||||
<feature>
|
<feature>
|
||||||
<id>org.jaggeryjs.modules.carbon.feature.group</id>
|
<id>org.jaggeryjs.modules.carbon.feature.group</id>
|
||||||
<version>${jaggery.extensions.version}</version>
|
<version>${jaggery.extensions.carbon.version}</version>
|
||||||
</feature>
|
</feature>
|
||||||
<feature>
|
<feature>
|
||||||
<id>org.jaggeryjs.modules.process.feature.group</id>
|
<id>org.jaggeryjs.modules.process.feature.group</id>
|
||||||
@ -306,13 +306,13 @@
|
|||||||
<id>org.jaggeryjs.modules.uuid.feature.group</id>
|
<id>org.jaggeryjs.modules.uuid.feature.group</id>
|
||||||
<version>${jaggery.extensions.version}</version>
|
<version>${jaggery.extensions.version}</version>
|
||||||
</feature>
|
</feature>
|
||||||
<feature>
|
<!--<feature>-->
|
||||||
<id>org.jaggeryjs.modules.sso.feature.group</id>
|
<!--<id>org.jaggeryjs.modules.sso.feature.group</id>-->
|
||||||
<version>${jaggery.extensions.sso.version}</version>
|
<!--<version>${jaggery.extensions.sso.version}</version>-->
|
||||||
</feature>
|
<!--</feature>-->
|
||||||
<feature>
|
<feature>
|
||||||
<id>org.jaggeryjs.modules.jaggery-test.feature.group</id>
|
<id>org.jaggeryjs.modules.jaggery-test.feature.group</id>
|
||||||
<version>${jaggery.extensions.version}</version>
|
<version>${jaggery.extensions.test.version}</version>
|
||||||
</feature>
|
</feature>
|
||||||
<!-- End of Jaggery Features -->
|
<!-- End of Jaggery Features -->
|
||||||
|
|
||||||
@ -325,12 +325,15 @@
|
|||||||
<id>org.wso2.carbon.webapp.mgt.feature.group</id>
|
<id>org.wso2.carbon.webapp.mgt.feature.group</id>
|
||||||
<version>${carbon.deployment.version}</version>
|
<version>${carbon.deployment.version}</version>
|
||||||
</feature>
|
</feature>
|
||||||
<!-- End of Carbon Deployment Features -->
|
<feature>
|
||||||
|
<id>org.wso2.carbon.webapp.mgt.server.feature.group</id>
|
||||||
|
<version>${carbon.deployment.version}</version>
|
||||||
|
</feature>
|
||||||
<feature>
|
<feature>
|
||||||
<id>org.wso2.carbon.as.runtimes.cxf.feature.group</id>
|
<id>org.wso2.carbon.as.runtimes.cxf.feature.group</id>
|
||||||
<version>${carbon.deployment.version}</version>
|
<version>${carbon.deployment.version}</version>
|
||||||
</feature>
|
</feature>
|
||||||
|
<!-- End of Carbon Deployment Features -->
|
||||||
|
|
||||||
<!-- Carbon Utils Features -->
|
<!-- Carbon Utils Features -->
|
||||||
<!-- End of Carbon Utils Features -->
|
<!-- End of Carbon Utils Features -->
|
||||||
@ -367,7 +370,7 @@
|
|||||||
<!-- Identity Features -->
|
<!-- Identity Features -->
|
||||||
<feature>
|
<feature>
|
||||||
<id>org.wso2.carbon.security.mgt.feature.group</id>
|
<id>org.wso2.carbon.security.mgt.feature.group</id>
|
||||||
<version>${carbon.platform.version}</version>
|
<version>${carbon.identity.version}</version>
|
||||||
</feature>
|
</feature>
|
||||||
<!--feature>
|
<!--feature>
|
||||||
<id>org.wso2.carbon.identity.application.authentication.framework.server.feature.group</id>
|
<id>org.wso2.carbon.identity.application.authentication.framework.server.feature.group</id>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user