372 should have included a version update in package-info. This caused the following error:
ERROR] Failed to execute goal biz.aQute.bnd:bnd-baseline-maven-plugin:6.4.0:baseline (baseline) on project microprofile-rest-client-api: An error occurred while calculating the baseline: Baseline problems detected. See the report in /Users/jckrueg/dev-git/mpRestClient/microprofile-rest-client/api/target/baseline/microprofile-rest-client-api-3.1-SNAPSHOT.txt. [ERROR] =============================================================== [ERROR] Name Type Delta New Old Suggest [ERROR] org.eclipse.microprofile.rest.client BUNDLE MAJOR 3.1.0.202406052138 3.0.1 - [ERROR] =============================================================== [ERROR] Name Type Delta New Old Suggest If Prov. [ERROR] * org.eclipse.microprofile.rest.client PACKAGE MINOR 2.0.0 2.0.0 2.1.0 - [ERROR] MINOR PACKAGE org.eclipse.microprofile.rest.client [ERROR] MINOR INTERFACE org.eclipse.microprofile.rest.client.RestClientBuilder [ERROR] ADDED METHOD baseUri(java.lang.String) [ERROR] ADDED RETURN org.eclipse.microprofile.rest.client.RestClientBuilder [ERROR] org.eclipse.microprofile.rest.client.annotation PACKAGE UNCHANGED 1.1.1 1.1.1 ok - [ERROR] org.eclipse.microprofile.rest.client.ext PACKAGE UNCHANGED 2.0.0 2.0.0 ok - [ERROR] org.eclipse.microprofile.rest.client.inject PACKAGE UNCHANGED 2.0.0 2.0.0 ok - [ERROR] org.eclipse.microprofile.rest.client.spi PACKAGE UNCHANGED 1.1.1 1.1.1 ok - [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR]
Partially resolves #334
372 should have included a version update in package-info. This caused the following error:
ERROR] Failed to execute goal biz.aQute.bnd:bnd-baseline-maven-plugin:6.4.0:baseline (baseline) on project microprofile-rest-client-api: An error occurred while calculating the baseline: Baseline problems detected. See the report in /Users/jckrueg/dev-git/mpRestClient/microprofile-rest-client/api/target/baseline/microprofile-rest-client-api-3.1-SNAPSHOT.txt. [ERROR] =============================================================== [ERROR] Name Type Delta New Old Suggest [ERROR] org.eclipse.microprofile.rest.client BUNDLE MAJOR 3.1.0.202406052138 3.0.1 - [ERROR] =============================================================== [ERROR] Name Type Delta New Old Suggest If Prov. [ERROR] * org.eclipse.microprofile.rest.client PACKAGE MINOR 2.0.0 2.0.0 2.1.0 - [ERROR] MINOR PACKAGE org.eclipse.microprofile.rest.client [ERROR] MINOR INTERFACE org.eclipse.microprofile.rest.client.RestClientBuilder [ERROR] ADDED METHOD baseUri(java.lang.String) [ERROR] ADDED RETURN org.eclipse.microprofile.rest.client.RestClientBuilder [ERROR] org.eclipse.microprofile.rest.client.annotation PACKAGE UNCHANGED 1.1.1 1.1.1 ok - [ERROR] org.eclipse.microprofile.rest.client.ext PACKAGE UNCHANGED 2.0.0 2.0.0 ok - [ERROR] org.eclipse.microprofile.rest.client.inject PACKAGE UNCHANGED 2.0.0 2.0.0 ok - [ERROR] org.eclipse.microprofile.rest.client.spi PACKAGE UNCHANGED 1.1.1 1.1.1 ok - [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR]