|
|
|
@ -23,7 +23,7 @@
|
|
|
|
|
<groupId>io.entgra.device.mgt.plugins</groupId>
|
|
|
|
|
<artifactId>io.entgra.device.mgt.plugins.parent</artifactId>
|
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
<version>6.0.17-SNAPSHOT</version>
|
|
|
|
|
<version>6.0.20-SNAPSHOT</version>
|
|
|
|
|
<name>WSO2 Carbon - Device Management Plugins Parent</name>
|
|
|
|
|
<url>http://entgra.io</url>
|
|
|
|
|
<description>WSO2 Carbon - Device Management Plugins Parent</description>
|
|
|
|
@ -865,7 +865,7 @@
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.powermock</groupId>
|
|
|
|
|
<artifactId>powermock-api-mockito</artifactId>
|
|
|
|
|
<artifactId>powermock-api-mockito2</artifactId>
|
|
|
|
|
<version>${powermock.version}</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
@ -953,11 +953,11 @@
|
|
|
|
|
<properties>
|
|
|
|
|
|
|
|
|
|
<!-- Carbon Device Management -->
|
|
|
|
|
<io.entgra.device.mgt.core.version>5.0.26-SNAPSHOT</io.entgra.device.mgt.core.version>
|
|
|
|
|
<io.entgra.device.mgt.core.version>5.0.29-SNAPSHOT</io.entgra.device.mgt.core.version>
|
|
|
|
|
<io.entgra.device.mgt.core.version.range>[5.0.0, 6.0.0)</io.entgra.device.mgt.core.version.range>
|
|
|
|
|
|
|
|
|
|
<!-- Carbon Device Management Plugins -->
|
|
|
|
|
<io.entgra.device.mgt.plugins.version>6.0.17-SNAPSHOT</io.entgra.device.mgt.plugins.version>
|
|
|
|
|
<io.entgra.device.mgt.plugins.version>6.0.20-SNAPSHOT</io.entgra.device.mgt.plugins.version>
|
|
|
|
|
|
|
|
|
|
<!-- Android Agent Artifact Version-->
|
|
|
|
|
<android.agent.version>4.0.0</android.agent.version>
|
|
|
|
@ -1071,7 +1071,7 @@
|
|
|
|
|
<ant.contrib.version>1.0b3</ant.contrib.version>
|
|
|
|
|
<commons.dbcp.version>1.4.0.wso2v1</commons.dbcp.version>
|
|
|
|
|
<javassist.version>3.12.1.GA</javassist.version>
|
|
|
|
|
<powermock.version>1.7.4</powermock.version>
|
|
|
|
|
<powermock.version>2.0.2</powermock.version>
|
|
|
|
|
|
|
|
|
|
<squareup.okhttp3.version>4.6.0</squareup.okhttp3.version>
|
|
|
|
|
<okio.version>1.13.0</okio.version>
|
|
|
|
|