cstamas opened a new issue, #827: URL: https://github.com/apache/tooling-trusted-releases/issues/827
This is typical for Maven, but maybe for other projects as well: Often times a bugfix happens in some (shared) component, and we need to release whole "dependency chain" from that component to user facing component (for example a plugin), triggering release chain of several projects at once. Typical example: https://lists.apache.org/thread/l4kd2xk9bkhxmmzbh3tjy5m124bzf17f Here, the `maven-filtering` is a shared component, that may be considered as "engine" for `maven-resources-plugin`, which itself is quite hollow, in a way is really just config + calls into `maven-filtering`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
