Merge branch 'master' into 'master'

Prepare for the release

See merge request entgra/carbon-device-mgt-plugins!178
This commit is contained in:
Dharmakeerthi Lasantha 2021-03-03 14:30:04 +00:00
commit aee75d56fe
2 changed files with 11 additions and 1 deletions

View File

@ -253,6 +253,11 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
return null;
}
@Override
public List<Device> getDevicesOfUser(String s, List<String> list, boolean b) throws DeviceManagementException {
return null;
}
@Override
public List<Device> getDevicesOfUser(String s, String s1) throws DeviceManagementException {
return null;
@ -273,6 +278,11 @@ public class DeviceManagementProviderServiceMock implements DeviceManagementProv
return null;
}
@Override
public List<Device> getAllDevicesOfRole(String s, List<String> list, boolean b) throws DeviceManagementException {
return null;
}
@Override
public PaginationResult getDevicesByStatus(PaginationRequest paginationRequest) throws DeviceManagementException {
return null;

View File

@ -1154,7 +1154,7 @@
<properties>
<!-- Carbon Device Management -->
<carbon.devicemgt.version>4.1.14</carbon.devicemgt.version>
<carbon.devicemgt.version>4.1.15</carbon.devicemgt.version>
<carbon.devicemgt.version.range>[4.0.0, 5.0.0)</carbon.devicemgt.version.range>
<!-- Carbon Device Management Plugins -->