You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/10/09 06:56:16 UTC

[camel-quarkus] branch master updated: Polished

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 60c9734  Polished
60c9734 is described below

commit 60c9734a1903c682fb4f4ee1895de542ac4c478f
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Oct 9 08:52:48 2019 +0200

    Polished
---
 integration-tests/microprofile-metrics/pom.xml | 2 +-
 integration-tests/netty-http/pom.xml           | 2 +-
 integration-tests/platform-http/pom.xml        | 2 +-
 integration-tests/zipfile/pom.xml              | 2 +-
 tooling/maven/package-maven-plugin/pom.xml     | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/integration-tests/microprofile-metrics/pom.xml b/integration-tests/microprofile-metrics/pom.xml
index a2e3cf3..a080441 100644
--- a/integration-tests/microprofile-metrics/pom.xml
+++ b/integration-tests/microprofile-metrics/pom.xml
@@ -26,7 +26,7 @@
     </parent>
 
     <artifactId>camel-quarkus-integration-test-microprofile-metrics</artifactId>
-    <name>Camel Quarkus :: Integration Tests :: microprofile-metrics</name>
+    <name>Camel Quarkus :: Integration Tests :: Microprofile Metrics</name>
     <description>Integration tests for Camel Quarkus microprofile-metrics extension</description>
 
     <dependencies>
diff --git a/integration-tests/netty-http/pom.xml b/integration-tests/netty-http/pom.xml
index 058a523..a0b6ec0 100644
--- a/integration-tests/netty-http/pom.xml
+++ b/integration-tests/netty-http/pom.xml
@@ -26,7 +26,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>camel-quarkus-integration-test-netty-http</artifactId>
-    <name>Camel Quarkus :: Integration Tests :: Netty Http</name>
+    <name>Camel Quarkus :: Integration Tests :: Netty HTTP</name>
     <description>The camel integration tests</description>
 
     <dependencies>
diff --git a/integration-tests/platform-http/pom.xml b/integration-tests/platform-http/pom.xml
index fb30c28..409ebbd 100644
--- a/integration-tests/platform-http/pom.xml
+++ b/integration-tests/platform-http/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>camel-quarkus-integration-test-platform-http</artifactId>
-    <name>Camel Quarkus :: Integration Tests :: platform-http</name>
+    <name>Camel Quarkus :: Integration Tests :: Platform HTTP</name>
     <description>Integration tests for Camel Quarkus platform-http extension</description>
 
     <dependencies>
diff --git a/integration-tests/zipfile/pom.xml b/integration-tests/zipfile/pom.xml
index ad92e59..fcc5089 100644
--- a/integration-tests/zipfile/pom.xml
+++ b/integration-tests/zipfile/pom.xml
@@ -26,7 +26,7 @@
     </parent>
 
     <artifactId>camel-quarkus-integration-test-zipfile</artifactId>
-    <name>Camel Quarkus :: Integration Tests :: zipfile</name>
+    <name>Camel Quarkus :: Integration Tests :: Zipfile</name>
     <description>Integration tests for Camel Quarkus zipfile extension</description>
 
     <dependencies>
diff --git a/tooling/maven/package-maven-plugin/pom.xml b/tooling/maven/package-maven-plugin/pom.xml
index 3e4af4d..4130638 100644
--- a/tooling/maven/package-maven-plugin/pom.xml
+++ b/tooling/maven/package-maven-plugin/pom.xml
@@ -30,7 +30,7 @@
     <artifactId>camel-quarkus-package-maven-plugin</artifactId>
     <packaging>maven-plugin</packaging>
 
-    <name>Camel Quarkus :: Tooling :: Maven :: Camel Quarkus Package Maven Plugin</name>
+    <name>Camel Quarkus :: Tooling :: Maven :: Package Maven Plugin</name>
     <description>Maven plugin to help package Camel quarkus components and plugins</description>
 
     <dependencyManagement>