Skip to content

Commit

Permalink
chore(jackson-dataformat-xml): small fixes to projects names and mvnd…
Browse files Browse the repository at this point in the history
… setup
  • Loading branch information
lburgazzoli committed Mar 6, 2020
1 parent cfe42c8 commit 299d46c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion extensions/support/jackson-dataformat-xml/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/dataformats-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 299d46c

Please sign in to comment.