You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/10/14 03:25:04 UTC

[camel-quarkus] 03/03: Sort

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

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

commit eee8af732ed16174a86155781f2971168b8c7812
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Oct 14 05:24:44 2019 +0200

    Sort
---
 extensions/pom.xml        | 2 +-
 integration-tests/pom.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/extensions/pom.xml b/extensions/pom.xml
index 2c25fe6..7bf6bca 100644
--- a/extensions/pom.xml
+++ b/extensions/pom.xml
@@ -42,7 +42,7 @@
         <module>http-common</module>
         <module>reactive-executor</module>
 
-        <!-- components -->
+        <!-- extensions a..z -->
         <module>aws-eks</module>
         <module>aws-s3</module>
         <module>aws-sns</module>
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index d658c0c..e5b56b6 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -82,6 +82,7 @@
         <module>core-main</module>
         <module>core-impl</module>
 
+        <!-- extensions a..z -->
         <module>aws</module>
         <module>bean</module>
         <module>csv</module>