You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/08/23 08:12:08 UTC

[camel-examples] branch main updated: pom.xml typo fix

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 9e9fd7be pom.xml typo fix
9e9fd7be is described below

commit 9e9fd7beae122ae66f744ad1d0442b3b20a113f4
Author: Filip Pospisil <fp...@redhat.com>
AuthorDate: Tue Aug 23 10:01:24 2022 +0200

    pom.xml typo fix
---
 examples/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index 22c120b7..51fd497a 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -133,7 +133,7 @@
         <module>main-xml</module>
         <module>main-yaml</module>
         <module>management</module>
-        <moudle>mapstruct</moudle>
+        <module>mapstruct</module>
         <module>mongodb</module>
         <module>netty-custom-correlation</module>
         <module>oaipmh</module>