/*
* ============LICENSE_START=======================================================
- * Copyright (C) 2021 Nordix Foundation
+ * Copyright (C) 2021-2025 Nordix Foundation
* ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
private String buildNcmpRegistrationUrl() {
return UriComponentsBuilder
- .fromHttpUrl(cpsProperties.getBaseUrl())
+ .fromUriString(cpsProperties.getBaseUrl())
.path(cpsProperties.getDmiRegistrationUrl())
.toUriString();
}
<?xml version="1.0" encoding="UTF-8"?>
<!--
============LICENSE_START=======================================================
- Copyright (c) 2021-2024 Nordix Foundation.
+ Copyright (c) 2021-2025 Nordix Foundation.
Modifications Copyright (C) 2021 Bell Canada.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
<!-- Project Versioning and Timestamp -->
<cps.groupId>org.onap.cps</cps.groupId>
- <cps.version>3.5.5</cps.version>
+ <cps.version>3.6.0</cps.version>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
<!-- Code Quality and Dependency Management -->