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 bba25e837481991cbd939e27c1c37e4865e4c42f Author: Gregor Zurowski <[email protected]> AuthorDate: Wed Jan 7 11:13:26 2026 +0000 Stop inheriting config for release plugin --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8c35b7cf3fc7..504e9c88ad6f 100644 --- a/pom.xml +++ b/pom.xml @@ -712,7 +712,6 @@ <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>
