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/31 19:11:31 UTC

[camel-quarkus] branch master updated: Use uppercase FHIR where appropriate (#359)

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 8871ed9  Use uppercase FHIR where appropriate (#359)
8871ed9 is described below

commit 8871ed9289cd16c09327aed2b4b19730013b361f
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Thu Oct 31 20:11:26 2019 +0100

    Use uppercase FHIR where appropriate (#359)
---
 integration-tests/fhir/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/integration-tests/fhir/pom.xml b/integration-tests/fhir/pom.xml
index c3a1d2c..3cc32e4 100644
--- a/integration-tests/fhir/pom.xml
+++ b/integration-tests/fhir/pom.xml
@@ -8,8 +8,8 @@
     </parent>
 
     <artifactId>camel-quarkus-integration-test-fhir</artifactId>
-    <name>Camel Quarkus :: Integration Tests :: fhir</name>
-    <description>Integration tests for Camel Quarkus fhir extension</description>
+    <name>Camel Quarkus :: Integration Tests :: FHIR</name>
+    <description>Integration tests for Camel Quarkus FHIR extension</description>
 
     <dependencyManagement>
         <dependencies>