You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dj...@apache.org on 2021/12/20 17:26:35 UTC

[camel-quarkus] 08/08: formatting change from ./mvnw cq:sync-versions

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

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

commit daa03c9dca09035c89bb2f32833a8beb9f500536
Author: David Jencks <dj...@apache.org>
AuthorDate: Sun Dec 19 09:26:42 2021 -0800

    formatting change from ./mvnw cq:sync-versions
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c1b986b..9298f86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -363,7 +363,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>