This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/master by this push: new 565898d Fix #25 Use the same naming scheme for artifactIds and module names. new 8a59dba Merge pull request #26 from ppalaga/i25 565898d is described below commit 565898d233463579d2d0399168027c822eb7d06b Author: Peter Palaga <ppal...@redhat.com> AuthorDate: Tue Jul 2 19:38:36 2019 +0200 Fix #25 Use the same naming scheme for artifactIds and module names. --- build-parent/pom.xml | 2 +- extensions/aws-s3/deployment/pom.xml | 2 +- extensions/aws-s3/pom.xml | 2 +- extensions/aws-s3/runtime/pom.xml | 2 +- extensions/aws-sns/deployment/pom.xml | 2 +- extensions/aws-sns/pom.xml | 2 +- extensions/aws-sns/runtime/pom.xml | 2 +- extensions/aws-sqs/deployment/pom.xml | 2 +- extensions/aws-sqs/pom.xml | 2 +- extensions/aws-sqs/runtime/pom.xml | 2 +- extensions/core/deployment/pom.xml | 2 +- extensions/core/pom.xml | 2 +- extensions/core/runtime/pom.xml | 2 +- extensions/infinispan/deployment/pom.xml | 2 +- extensions/infinispan/pom.xml | 2 +- extensions/infinispan/runtime/pom.xml | 2 +- extensions/jdbc/deployment/pom.xml | 2 +- extensions/jdbc/pom.xml | 2 +- extensions/jdbc/runtime/pom.xml | 2 +- extensions/netty4-http/deployment/pom.xml | 2 +- extensions/netty4-http/pom.xml | 2 +- extensions/netty4-http/runtime/pom.xml | 2 +- extensions/pom.xml | 2 +- extensions/salesforce/deployment/pom.xml | 2 +- extensions/salesforce/pom.xml | 2 +- extensions/salesforce/runtime/pom.xml | 2 +- extensions/servlet/deployment/pom.xml | 2 +- extensions/servlet/pom.xml | 2 +- extensions/servlet/runtime/pom.xml | 2 +- integration-tests/aws-s3/pom.xml | 4 ++-- integration-tests/aws-sns/pom.xml | 4 ++-- integration-tests/aws-sqs/pom.xml | 4 ++-- integration-tests/core/pom.xml | 4 ++-- integration-tests/jdbc/pom.xml | 4 ++-- integration-tests/pom.xml | 2 +- integration-tests/salesforce/pom.xml | 4 ++-- integration-tests/servlet/pom.xml | 4 ++-- 37 files changed, 44 insertions(+), 44 deletions(-) diff --git a/build-parent/pom.xml b/build-parent/pom.xml index b48c8f3..2ec45b8 100644 --- a/build-parent/pom.xml +++ b/build-parent/pom.xml @@ -30,7 +30,7 @@ <artifactId>camel-quarkus-build-parent</artifactId> <packaging>pom</packaging> - <name>Camel Quarkus :: Build parent</name> + <name>Camel Quarkus :: Build Parent</name> <properties> <supported-maven-versions>[3.5.3,)</supported-maven-versions> diff --git a/extensions/aws-s3/deployment/pom.xml b/extensions/aws-s3/deployment/pom.xml index 0ecb4dc..7ff2861 100644 --- a/extensions/aws-s3/deployment/pom.xml +++ b/extensions/aws-s3/deployment/pom.xml @@ -28,7 +28,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>camel-quarkus-aws-s3-deployment</artifactId> - <name>Quarkus - Camel - AWS S3 - Deployment</name> + <name>Camel Quarkus :: AWS S3 :: Deployment</name> <dependencies> diff --git a/extensions/aws-s3/pom.xml b/extensions/aws-s3/pom.xml index 9677b76..21d5021 100644 --- a/extensions/aws-s3/pom.xml +++ b/extensions/aws-s3/pom.xml @@ -31,7 +31,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>camel-quarkus-aws-s3-parent</artifactId> - <name>Quarkus - Camel - AWS</name> + <name>Camel Quarkus :: AWS</name> <packaging>pom</packaging> <modules> <module>deployment</module> diff --git a/extensions/aws-s3/runtime/pom.xml b/extensions/aws-s3/runtime/pom.xml index 3003d07..11cad11 100644 --- a/extensions/aws-s3/runtime/pom.xml +++ b/extensions/aws-s3/runtime/pom.xml @@ -28,7 +28,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>camel-quarkus-aws-s3</artifactId> - <name>Quarkus - Camel - AWS S3 - Runtime</name> + <name>Camel Quarkus :: AWS S3 :: Runtime</name> <dependencies> diff --git a/extensions/aws-sns/deployment/pom.xml b/extensions/aws-sns/deployment/pom.xml index ab1ef72..ffa9e76 100644 --- a/extensions/aws-sns/deployment/pom.xml +++ b/extensions/aws-sns/deployment/pom.xml @@ -28,7 +28,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>camel-quarkus-aws-sns-deployment</artifactId> - <name>Quarkus - Camel - AWS SNS - Deployment</name> + <name>Camel Quarkus :: AWS SNS :: Deployment</name> <dependencies> diff --git a/extensions/aws-sns/pom.xml b/extensions/aws-sns/pom.xml index 617e1f0..d8ce791 100644 --- a/extensions/aws-sns/pom.xml +++ b/extensions/aws-sns/pom.xml @@ -31,7 +31,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>camel-quarkus-aws-sns-parent</artifactId> - <name>Quarkus - Camel - AWS SNS</name> + <name>Camel Quarkus :: AWS SNS</name> <packaging>pom</packaging> <modules> <module>deployment</module> diff --git a/extensions/aws-sns/runtime/pom.xml b/extensions/aws-sns/runtime/pom.xml index 9fd29a5..b08d210 100644 --- a/extensions/aws-sns/runtime/pom.xml +++ b/extensions/aws-sns/runtime/pom.xml @@ -28,7 +28,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>camel-quarkus-aws-sns</artifactId> - <name>Quarkus - Camel - AWS SNS - Runtime</name> + <name>Camel Quarkus :: AWS SNS :: Runtime</name> <dependencies> diff --git a/extensions/aws-sqs/deployment/pom.xml b/extensions/aws-sqs/deployment/pom.xml index 0dee9b5..a20b46b 100644 --- a/extensions/aws-sqs/deployment/pom.xml +++ b/extensions/aws-sqs/deployment/pom.xml @@ -28,7 +28,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>camel-quarkus-aws-sqs-deployment</artifactId> - <name>Quarkus - Camel - AWS SQS - Deployment</name> + <name>Camel Quarkus :: AWS SQS :: Deployment</name> <dependencies> diff --git a/extensions/aws-sqs/pom.xml b/extensions/aws-sqs/pom.xml index afb7fbd..84aaa69 100644 --- a/extensions/aws-sqs/pom.xml +++ b/extensions/aws-sqs/pom.xml @@ -31,7 +31,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>camel-quarkus-aws-sqs-parent</artifactId> - <name>Quarkus - Camel - AWS SQS</name> + <name>Camel Quarkus :: AWS SQS</name> <packaging>pom</packaging> <modules> <module>deployment</module> diff --git a/extensions/aws-sqs/runtime/pom.xml b/extensions/aws-sqs/runtime/pom.xml index fa0f0af..fe1fc21 100644 --- a/extensions/aws-sqs/runtime/pom.xml +++ b/extensions/aws-sqs/runtime/pom.xml @@ -28,7 +28,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>camel-quarkus-aws-sqs</artifactId> - <name>Quarkus - Camel - AWS SQS - Runtime</name> + <name>Camel Quarkus :: AWS SQS :: Runtime</name> <dependencies> diff --git a/extensions/core/deployment/pom.xml b/extensions/core/deployment/pom.xml index 52a102d..7506388 100644 --- a/extensions/core/deployment/pom.xml +++ b/extensions/core/deployment/pom.xml @@ -27,7 +27,7 @@ </parent> <modelVersion>4.0.0</modelVersion> <artifactId>camel-quarkus-core-deployment</artifactId> - <name>Quarkus - Camel - Core - Deployment</name> + <name>Camel Quarkus :: Core :: Deployment</name> <dependencies> <!-- quarkus --> <dependency> diff --git a/extensions/core/pom.xml b/extensions/core/pom.xml index 004f327..1260b52 100644 --- a/extensions/core/pom.xml +++ b/extensions/core/pom.xml @@ -31,7 +31,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>camel-quarkus-core-parent</artifactId> - <name>Quarkus - Camel - Core</name> + <name>Camel Quarkus :: Core</name> <packaging>pom</packaging> <modules> <module>deployment</module> diff --git a/extensions/core/runtime/pom.xml b/extensions/core/runtime/pom.xml index 83c495f..b3b5db2 100644 --- a/extensions/core/runtime/pom.xml +++ b/extensions/core/runtime/pom.xml @@ -28,7 +28,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>camel-quarkus-core</artifactId> - <name>Quarkus - Camel - Core - Runtime</name> + <name>Camel Quarkus :: Core :: Runtime</name> <dependencies> diff --git a/extensions/infinispan/deployment/pom.xml b/extensions/infinispan/deployment/pom.xml index e225707..704217f 100644 --- a/extensions/infinispan/deployment/pom.xml +++ b/extensions/infinispan/deployment/pom.xml @@ -28,7 +28,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>camel-quarkus-infinispan-deployment</artifactId> - <name>Quarkus - Camel - Infinispan - Deployment</name> + <name>Camel Quarkus :: Infinispan :: Deployment</name> <dependencies> diff --git a/extensions/infinispan/pom.xml b/extensions/infinispan/pom.xml index 9fbd336..afa8630 100644 --- a/extensions/infinispan/pom.xml +++ b/extensions/infinispan/pom.xml @@ -31,7 +31,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>camel-quarkus-infinispan-parent</artifactId> - <name>Quarkus - Camel - Infinispan</name> + <name>Camel Quarkus :: Infinispan</name> <packaging>pom</packaging> <modules> <module>deployment</module> diff --git a/extensions/infinispan/runtime/pom.xml b/extensions/infinispan/runtime/pom.xml index 3e777cd..b8e655d 100644 --- a/extensions/infinispan/runtime/pom.xml +++ b/extensions/infinispan/runtime/pom.xml @@ -28,7 +28,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>camel-quarkus-infinispan</artifactId> - <name>Quarkus - Camel - Infinispan - Runtime</name> + <name>Camel Quarkus :: Infinispan :: Runtime</name> <dependencies> diff --git a/extensions/jdbc/deployment/pom.xml b/extensions/jdbc/deployment/pom.xml index 8b577da..7775448 100644 --- a/extensions/jdbc/deployment/pom.xml +++ b/extensions/jdbc/deployment/pom.xml @@ -27,7 +27,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>camel-quarkus-jdbc-deployment</artifactId> - <name>Quarkus - Camel - JDBC - Deployment</name> + <name>Camel Quarkus :: JDBC :: Deployment</name> <dependencies> diff --git a/extensions/jdbc/pom.xml b/extensions/jdbc/pom.xml index e44f31e..39fa8a1 100644 --- a/extensions/jdbc/pom.xml +++ b/extensions/jdbc/pom.xml @@ -31,7 +31,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>camel-quarkus-jdbc-parent</artifactId> - <name>Quarkus - Camel - JDBC</name> + <name>Camel Quarkus :: JDBC</name> <packaging>pom</packaging> <modules> <module>deployment</module> diff --git a/extensions/jdbc/runtime/pom.xml b/extensions/jdbc/runtime/pom.xml index dd7bfd7..c7d0f8c 100644 --- a/extensions/jdbc/runtime/pom.xml +++ b/extensions/jdbc/runtime/pom.xml @@ -28,7 +28,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>camel-quarkus-jdbc</artifactId> - <name>Quarkus - Camel - JDBC - Runtime</name> + <name>Camel Quarkus :: JDBC :: Runtime</name> <dependencies> diff --git a/extensions/netty4-http/deployment/pom.xml b/extensions/netty4-http/deployment/pom.xml index dd1c9ff..964de44 100644 --- a/extensions/netty4-http/deployment/pom.xml +++ b/extensions/netty4-http/deployment/pom.xml @@ -28,7 +28,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>camel-quarkus-netty4-http-deployment</artifactId> - <name>Quarkus - Camel - Netty 4 HTTP - Deployment</name> + <name>Camel Quarkus :: Netty 4 HTTP :: Deployment</name> <dependencies> diff --git a/extensions/netty4-http/pom.xml b/extensions/netty4-http/pom.xml index 8122bd1..5c4155b 100644 --- a/extensions/netty4-http/pom.xml +++ b/extensions/netty4-http/pom.xml @@ -31,7 +31,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>camel-quarkus-netty4-http-parent</artifactId> - <name>Quarkus - Camel - Netty 4 HTTP</name> + <name>Camel Quarkus :: Netty 4 HTTP</name> <packaging>pom</packaging> <modules> <module>deployment</module> diff --git a/extensions/netty4-http/runtime/pom.xml b/extensions/netty4-http/runtime/pom.xml index 00f1813..303be8b 100644 --- a/extensions/netty4-http/runtime/pom.xml +++ b/extensions/netty4-http/runtime/pom.xml @@ -28,7 +28,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>camel-quarkus-netty4-http</artifactId> - <name>Quarkus - Camel - Netty 4 HTTP - Runtime</name> + <name>Camel Quarkus :: Netty 4 HTTP :: Runtime</name> <dependencies> diff --git a/extensions/pom.xml b/extensions/pom.xml index f9bd7ac..792b66c 100644 --- a/extensions/pom.xml +++ b/extensions/pom.xml @@ -30,7 +30,7 @@ <artifactId>camel-quarkus-extensions</artifactId> <packaging>pom</packaging> - <name>Camel Quarkus :: Extensions Parent POM</name> + <name>Camel Quarkus :: Extensions</name> <modules> <module>netty4-http</module> diff --git a/extensions/salesforce/deployment/pom.xml b/extensions/salesforce/deployment/pom.xml index 0df5436..c40e87d 100644 --- a/extensions/salesforce/deployment/pom.xml +++ b/extensions/salesforce/deployment/pom.xml @@ -28,7 +28,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>camel-quarkus-salesforce-deployment</artifactId> - <name>Quarkus - Camel - Salesforce - Deployment</name> + <name>Camel Quarkus :: Salesforce :: Deployment</name> <dependencies> diff --git a/extensions/salesforce/pom.xml b/extensions/salesforce/pom.xml index 0805dae..325ac2e 100644 --- a/extensions/salesforce/pom.xml +++ b/extensions/salesforce/pom.xml @@ -31,7 +31,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>camel-quarkus-salesforce-parent</artifactId> - <name>Quarkus - Camel - Salesforce</name> + <name>Camel Quarkus :: Salesforce</name> <packaging>pom</packaging> <modules> <module>deployment</module> diff --git a/extensions/salesforce/runtime/pom.xml b/extensions/salesforce/runtime/pom.xml index 21bca1a..d5625fa 100644 --- a/extensions/salesforce/runtime/pom.xml +++ b/extensions/salesforce/runtime/pom.xml @@ -28,7 +28,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>camel-quarkus-salesforce</artifactId> - <name>Quarkus - Camel - Salesforce - Runtime</name> + <name>Camel Quarkus :: Salesforce :: Runtime</name> <dependencies> diff --git a/extensions/servlet/deployment/pom.xml b/extensions/servlet/deployment/pom.xml index 91f5f28..aa91566 100644 --- a/extensions/servlet/deployment/pom.xml +++ b/extensions/servlet/deployment/pom.xml @@ -28,7 +28,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>camel-quarkus-servlet-deployment</artifactId> - <name>Quarkus - Camel - Servlet - Deployment</name> + <name>Camel Quarkus :: Servlet :: Deployment</name> <dependencies> diff --git a/extensions/servlet/pom.xml b/extensions/servlet/pom.xml index 605a422..742cc74 100644 --- a/extensions/servlet/pom.xml +++ b/extensions/servlet/pom.xml @@ -31,7 +31,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>camel-quarkus-servlet-parent</artifactId> - <name>Quarkus - Camel - Servlet</name> + <name>Camel Quarkus :: Servlet</name> <packaging>pom</packaging> <modules> <module>deployment</module> diff --git a/extensions/servlet/runtime/pom.xml b/extensions/servlet/runtime/pom.xml index 4f50470..cbc8a74 100644 --- a/extensions/servlet/runtime/pom.xml +++ b/extensions/servlet/runtime/pom.xml @@ -28,7 +28,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>camel-quarkus-servlet</artifactId> - <name>Quarkus - Camel - Servlet - Runtime</name> + <name>Camel Quarkus :: Servlet :: Runtime</name> <dependencies> diff --git a/integration-tests/aws-s3/pom.xml b/integration-tests/aws-s3/pom.xml index 3ea1440..a6caa97 100644 --- a/integration-tests/aws-s3/pom.xml +++ b/integration-tests/aws-s3/pom.xml @@ -27,8 +27,8 @@ </parent> <modelVersion>4.0.0</modelVersion> - <artifactId>quarkus-integration-test-camel-aws-s3</artifactId> - <name>Quarkus - Integration Tests - Camel - AWS S3</name> + <artifactId>camel-quarkus-integration-test-aws-s3</artifactId> + <name>Camel Quarkus :: Integration Tests :: AWS S3</name> <description>The camel integration tests</description> diff --git a/integration-tests/aws-sns/pom.xml b/integration-tests/aws-sns/pom.xml index ef9718d..8aa080b 100644 --- a/integration-tests/aws-sns/pom.xml +++ b/integration-tests/aws-sns/pom.xml @@ -27,8 +27,8 @@ </parent> <modelVersion>4.0.0</modelVersion> - <artifactId>quarkus-integration-test-camel-aws-sns</artifactId> - <name>Quarkus - Integration Tests - Camel - AWS SNS</name> + <artifactId>camel-quarkus-integration-test-aws-sns</artifactId> + <name>Camel Quarkus :: Integration Tests :: AWS SNS</name> <description>The camel integration tests</description> diff --git a/integration-tests/aws-sqs/pom.xml b/integration-tests/aws-sqs/pom.xml index a0b7543..dc38052 100644 --- a/integration-tests/aws-sqs/pom.xml +++ b/integration-tests/aws-sqs/pom.xml @@ -27,8 +27,8 @@ </parent> <modelVersion>4.0.0</modelVersion> - <artifactId>quarkus-integration-test-camel-aws-sqs</artifactId> - <name>Quarkus - Integration Tests - Camel - AWS SQS</name> + <artifactId>camel-quarkus-integration-test-aws-sqs</artifactId> + <name>Camel Quarkus :: Integration Tests :: AWS SQS</name> <description>The camel integration tests</description> diff --git a/integration-tests/core/pom.xml b/integration-tests/core/pom.xml index 3da0506..6486bb9 100644 --- a/integration-tests/core/pom.xml +++ b/integration-tests/core/pom.xml @@ -27,8 +27,8 @@ </parent> <modelVersion>4.0.0</modelVersion> - <artifactId>quarkus-integration-test-camel-core</artifactId> - <name>Quarkus - Integration Tests - Camel - Core</name> + <artifactId>camel-quarkus-integration-test-core</artifactId> + <name>Camel Quarkus :: Integration Tests :: Core</name> <description>The camel integration tests</description> diff --git a/integration-tests/jdbc/pom.xml b/integration-tests/jdbc/pom.xml index 9f00936..648cfea 100644 --- a/integration-tests/jdbc/pom.xml +++ b/integration-tests/jdbc/pom.xml @@ -27,8 +27,8 @@ </parent> <modelVersion>4.0.0</modelVersion> - <artifactId>quarkus-integration-test-camel-jdbc</artifactId> - <name>Quarkus - Integration Tests - Camel - JDBC</name> + <artifactId>camel-quarkus-integration-test-jdbc</artifactId> + <name>Camel Quarkus :: Integration Tests :: JDBC</name> <description>Integration tests for Camel JDBC extension</description> diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 6544d8c..af4e750 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -31,7 +31,7 @@ <artifactId>camel-quarkus-integration-tests</artifactId> <packaging>pom</packaging> - <name>Camel Quarkus :: Integration tests</name> + <name>Camel Quarkus :: Integration Tests</name> <modules> <module>core</module> diff --git a/integration-tests/salesforce/pom.xml b/integration-tests/salesforce/pom.xml index 34488fb..00cbed1 100644 --- a/integration-tests/salesforce/pom.xml +++ b/integration-tests/salesforce/pom.xml @@ -27,8 +27,8 @@ </parent> <modelVersion>4.0.0</modelVersion> - <artifactId>quarkus-integration-test-camel-salesforce</artifactId> - <name>Quarkus - Integration Tests - Camel - Salesforce</name> + <artifactId>camel-quarkus-integration-test-salesforce</artifactId> + <name>Camel Quarkus :: Integration Tests :: Salesforce</name> <description>The camel integration tests</description> diff --git a/integration-tests/servlet/pom.xml b/integration-tests/servlet/pom.xml index f941ae0..c4214f8 100644 --- a/integration-tests/servlet/pom.xml +++ b/integration-tests/servlet/pom.xml @@ -27,8 +27,8 @@ </parent> <modelVersion>4.0.0</modelVersion> - <artifactId>quarkus-integration-test-camel-servlet</artifactId> - <name>Quarkus - Integration Tests - Camel - Servlet</name> + <artifactId>camel-quarkus-integration-test-servlet</artifactId> + <name>Camel Quarkus :: Integration Tests :: Servlet</name> <description>Integration tests for Camel Servlet component</description>