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

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


The following commit(s) were added to refs/heads/main by this push:
     new e0692f8  Reorder build oder
e0692f8 is described below

commit e0692f8ecdb56535f480871d125ba21502b992f3
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri Jul 2 15:03:26 2021 +0200

    Reorder build oder
---
 components/camel-test/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-test/pom.xml b/components/camel-test/pom.xml
index 06c061c..92f3041 100644
--- a/components/camel-test/pom.xml
+++ b/components/camel-test/pom.xml
@@ -36,10 +36,10 @@
         <module>camel-test</module>
         <module>camel-test-cdi</module>
         <module>camel-test-spring</module>
-        <module>camel-testcontainers</module>
-        <module>camel-testcontainers-spring</module>
         <module>camel-test-junit5</module>
         <module>camel-test-spring-junit5</module>
+        <module>camel-testcontainers</module>
+        <module>camel-testcontainers-spring</module>
         <module>camel-testcontainers-junit5</module>
         <module>camel-testcontainers-spring-junit5</module>
     </modules>

Reply via email to