This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 3f37320597c79a65cddd2774eddf9aa22baf8f6a Author: Peter Palaga <ppal...@redhat.com> AuthorDate: Mon Oct 21 16:14:49 2019 +0200 Rename camel-quarkus-extensions-support to camel-quarkus-support-extensions so that the ordering by artifactId is the same as ordering by directory name. This simplifies the orientation in IDEs. --- extensions/support/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/support/pom.xml b/extensions/support/pom.xml index 8c8d509..b4ebdff 100644 --- a/extensions/support/pom.xml +++ b/extensions/support/pom.xml @@ -27,7 +27,7 @@ <modelVersion>4.0.0</modelVersion> - <artifactId>camel-quarkus-extensions-support</artifactId> + <artifactId>camel-quarkus-support-extensions</artifactId> <name>Camel Quarkus :: Support</name> <packaging>pom</packaging>