This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
commit 591cf3b1c69735d10821c0054475705afe8ff3f5 Author: Otavio R. Piske <angusyo...@gmail.com> AuthorDate: Sun Jan 24 13:19:00 2021 +0100 Java 14: re-order archetypes module to avoid a cyclic dependency between modules --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c561d21..10b7f48 100644 --- a/pom.xml +++ b/pom.xml @@ -48,11 +48,11 @@ <modules> <module>parent</module> - <module>archetypes</module> <module>core</module> <module>buildingtools</module> <module>tooling</module> <module>connectors</module> + <module>archetypes</module> <module>camel-kafka-connector-catalog</module> <module>tests</module> <module>distribution</module>