This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch release/4.17.0 in repository https://gitbox.apache.org/repos/asf/camel.git
commit 32d51bb135b45d8e93a0dd9aa353a2705c433f4f Author: Gregor Zurowski <[email protected]> AuthorDate: Wed Jan 7 14:35:07 2026 +0000 Revert "Stop inheriting config for release plugin" This reverts commit bba25e837481991cbd939e27c1c37e4865e4c42f. --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 90a3c8660323..1c6e50ffcb96 100644 --- a/pom.xml +++ b/pom.xml @@ -711,6 +711,7 @@ <plugins> <!-- We want to deploy the artifact to a staging location for perusal --> <plugin> + <inherited>true</inherited> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <configuration>
