You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2023/04/18 15:26:26 UTC

[camel-quarkus] 04/04: Fix pom format issue

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 8d2b5b3785375adc28270b83354155ffc9143c4c
Author: James Netherton <ja...@gmail.com>
AuthorDate: Tue Apr 18 11:29:34 2023 +0100

    Fix pom format issue
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 61b7284fa7..658e546116 100644
--- a/pom.xml
+++ b/pom.xml
@@ -395,7 +395,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>