Skip to content

Commit

Permalink
Merge pull request #26 from ppalaga/i25
Browse files Browse the repository at this point in the history
Fix #25 Use the same naming scheme for artifactIds and module names
  • Loading branch information
davsclaus committed Jul 3, 2019
2 parents 1851223 + 565898d commit 8a59dba
Show file tree
Hide file tree
Showing 37 changed files with 44 additions and 44 deletions.
2 changes: 1 addition & 1 deletion build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion extensions/aws-s3/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion extensions/aws-s3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion extensions/aws-s3/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion extensions/aws-sns/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion extensions/aws-sns/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion extensions/aws-sns/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion extensions/aws-sqs/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion extensions/aws-sqs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion extensions/aws-sqs/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion extensions/core/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion extensions/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion extensions/core/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion extensions/infinispan/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion extensions/infinispan/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion extensions/infinispan/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion extensions/jdbc/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion extensions/jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion extensions/jdbc/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion extensions/netty4-http/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion extensions/netty4-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion extensions/netty4-http/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion extensions/salesforce/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion extensions/salesforce/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion extensions/salesforce/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion extensions/servlet/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion extensions/servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion extensions/servlet/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
4 changes: 2 additions & 2 deletions integration-tests/aws-s3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>


Expand Down
4 changes: 2 additions & 2 deletions integration-tests/aws-sns/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>


Expand Down
4 changes: 2 additions & 2 deletions integration-tests/aws-sqs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>


Expand Down
4 changes: 2 additions & 2 deletions integration-tests/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>


Expand Down
4 changes: 2 additions & 2 deletions integration-tests/jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>


Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/salesforce/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>


Expand Down
4 changes: 2 additions & 2 deletions integration-tests/servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>


Expand Down

0 comments on commit 8a59dba

Please sign in to comment.