You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/10/21 18:48:28 UTC

[camel-quarkus] 01/02: 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.

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 <pp...@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>