Skip to content

Commit

Permalink
OZ-497: Rename openmrs-fhir to camel-openmrs-fhir. (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliouzbett authored May 17, 2024
1 parent e612369 commit cf08d6e
Show file tree
Hide file tree
Showing 46 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions openmrs-fhir/pom.xml → camel-openmrs-fhir/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<version>4.0.0-SNAPSHOT</version>
</parent>

<artifactId>openmrs-fhir</artifactId>
<name>OpenMRS EIP FHIR</name>
<artifactId>camel-openmrs-fhir</artifactId>
<name>Camel OpenMRS FHIR</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"javaType": "org.openmrs.eip.fhir.components.FhirSearchBundleComponent",
"supportLevel": "Stable",
"groupId": "org.openmrs.eip",
"artifactId": "openmrs-fhir",
"artifactId": "camel-openmrs-fhir",
"version": "4.0.0-SNAPSHOT",
"scheme": "openmrs-fhir",
"extendsScheme": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import java.util.Locale;
import java.util.Optional;
import java.util.regex.Pattern;
import java.util.stream.Stream;

import org.openmrs.eip.fhir.FhirResource;
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<module>commons</module>
<module>commons-web</module>
<module>example-app</module>
<module>openmrs-fhir</module>
<module>camel-openmrs-fhir</module>
</modules>

<name>OpenMRS EIP</name>
Expand Down

0 comments on commit cf08d6e

Please sign in to comment.