Hi Everyone: I am having issues releasing the Spring Boot part for 3.4.6:
``` Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project camel-spring-boot-bom: Deployment failed: repository element was not specified in the POM inside distributionManagement element or in -DaltDeploymentRepository=id::layout::url parameter ``` The issue is caused by this commit: https://github.com/apache/camel-spring-boot/commit/662d5e2fc1d8ce13fcbc5db7a6e322c96d0fc6aa We had this problem earlier with the release of 3.7.1 (see https://issues.apache.org/jira/browse/CAMEL-16055), hence I created the following PR: https://github.com/apache/camel-spring-boot/pull/341 Please review and let me know what you think. Thanks in advance Gregor