mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Sync with master branch
Reviewed-on: https://repository.entgra.net/community/device-mgt-plugins/pulls/62
This commit is contained in:
commit
993a96ab60
@ -892,4 +892,9 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
|
|||||||
public List<Device> getEnrolledDevicesPriorTo(Date date) throws DeviceManagementException {
|
public List<Device> getEnrolledDevicesPriorTo(Date date) throws DeviceManagementException {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void deleteDeviceDataByTenantDomain(String s) throws DeviceManagementException {
|
||||||
|
throw new UnsupportedOperationException("Not implemented");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@ -964,7 +964,7 @@
|
|||||||
<properties>
|
<properties>
|
||||||
|
|
||||||
<!-- Carbon Device Management -->
|
<!-- Carbon Device Management -->
|
||||||
<io.entgra.device.mgt.core.version>5.0.41-SNAPSHOT</io.entgra.device.mgt.core.version>
|
<io.entgra.device.mgt.core.version>5.0.42-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>
|
<io.entgra.device.mgt.core.version.range>[5.0.0, 6.0.0)</io.entgra.device.mgt.core.version.range>
|
||||||
|
|
||||||
<!-- Carbon Device Management Plugins -->
|
<!-- Carbon Device Management Plugins -->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user