This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch 2.13.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 7ad22269af79ed213d208bb20f6d872c56b3ab3f Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Wed Sep 28 08:12:35 2022 +0100 Fix pom.xml formatting --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7e6c539163..31557d2df9 100644 --- a/pom.xml +++ b/pom.xml @@ -372,7 +372,7 @@ <version>${maven-shade-plugin.version}</version> <configuration> <transformers> - <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" /> + <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"/> </transformers> </configuration> </plugin>