Closed gastaldi closed 1 month ago
/cc @aalmiray
According to the guide the relocation block should contain only the elements that were changed, which could be groupId
, artifactId
, and/or version
.
This PR treats groupId
as required. Instead, it should check if any of groupId
, artifactId
, version
are defined.
Thanks 😄
Manually verified changes with a local build and latest JReleaser updates. Posting a release soon.