You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2020/03/06 09:42:46 UTC

[camel-quarkus] 03/03: chore(jackson-dataformat-xml): small fixes to projects names and mvnd setup

This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 0ee6af8d975d28f5f28e7f064ccb50de42878a8b
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Thu Mar 5 14:59:03 2020 +0100

    chore(jackson-dataformat-xml): small fixes to projects names and mvnd setup
---
 extensions/support/jackson-dataformat-xml/deployment/pom.xml | 2 +-
 extensions/support/jackson-dataformat-xml/runtime/pom.xml    | 2 +-
 integration-tests/dataformats-json/pom.xml                   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/extensions/support/jackson-dataformat-xml/deployment/pom.xml b/extensions/support/jackson-dataformat-xml/deployment/pom.xml
index 1dc04b4..cd088bc 100644
--- a/extensions/support/jackson-dataformat-xml/deployment/pom.xml
+++ b/extensions/support/jackson-dataformat-xml/deployment/pom.xml
@@ -26,7 +26,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>camel-quarkus-support-jackson-dataformat-xml-deployment</artifactId>
-    <name>Camel Quarkus :: Support Jackson Dataformat XML :: Deployment</name>
+    <name>Camel Quarkus :: Support :: Jackson Dataformat XML :: Deployment</name>
 
     <dependencyManagement>
         <dependencies>
diff --git a/extensions/support/jackson-dataformat-xml/runtime/pom.xml b/extensions/support/jackson-dataformat-xml/runtime/pom.xml
index a22398a..d4e9def 100644
--- a/extensions/support/jackson-dataformat-xml/runtime/pom.xml
+++ b/extensions/support/jackson-dataformat-xml/runtime/pom.xml
@@ -26,7 +26,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>camel-quarkus-support-jackson-dataformat-xml</artifactId>
-    <name>Camel Quarkus :: Support Jackson Dataformat XML :: Runtime</name>
+    <name>Camel Quarkus :: Support :: Jackson Dataformat XML :: Runtime</name>
 
     <dependencyManagement>
         <dependencies>
diff --git a/integration-tests/dataformats-json/pom.xml b/integration-tests/dataformats-json/pom.xml
index f07fcb1..3afff77 100644
--- a/integration-tests/dataformats-json/pom.xml
+++ b/integration-tests/dataformats-json/pom.xml
@@ -36,7 +36,7 @@
         <!-- explicit dependencies of this module in the Maven sense, although they are required by the Quarkus Maven plugin. -->
         <!-- Please update rule whenever you change the dependencies of this module by running -->
         <!--     mvn process-resources -Pformat    from the root directory -->
-        <mvnd.builder.rule>camel-quarkus-xml-jaxb-deployment,camel-quarkus-direct-deployment,camel-quarkus-gson-deployment,camel-quarkus-jackson-deployment,camel-quarkus-johnzon-deployment,camel-quarkus-log-deployment,camel-quarkus-support-policy-deployment,camel-quarkus-vm-deployment</mvnd.builder.rule>
+        <mvnd.builder.rule>camel-quarkus-direct-deployment,camel-quarkus-gson-deployment,camel-quarkus-jackson-deployment,camel-quarkus-jacksonxml-deployment,camel-quarkus-johnzon-deployment,camel-quarkus-log-deployment,camel-quarkus-support-policy-deployment,camel-quarkus-vm-deployment,camel-quarkus-xml-jaxb-deployment</mvnd.builder.rule>
     </properties>
 
     <dependencies>