You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by al...@apache.org on 2022/03/09 10:34:57 UTC

[camel-quarkus] branch main updated: Fix pom format issue

This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 5e8ea5b  Fix pom format issue
5e8ea5b is described below

commit 5e8ea5b8011481ebfbe0c696ab5ff2c9210edab9
Author: aldettinger <al...@gmail.com>
AuthorDate: Wed Mar 9 11:34:12 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 6f191b6..5c3b1f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -367,7 +367,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>